@appland/appmap 3.37.1 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/CHANGELOG.md +389 -313
  2. package/built/appMapCatalog.js.map +1 -1
  3. package/built/appmap.html +1 -1
  4. package/built/cli.js +1 -3
  5. package/built/cli.js.map +1 -1
  6. package/built/cmds/agentInstaller/agentInstaller.js +14 -0
  7. package/built/cmds/agentInstaller/agentInstaller.js.map +1 -1
  8. package/built/cmds/agentInstaller/agentProcedure.js +1 -3
  9. package/built/cmds/agentInstaller/agentProcedure.js.map +1 -1
  10. package/built/cmds/agentInstaller/commandRunner.js +1 -1
  11. package/built/cmds/agentInstaller/commandRunner.js.map +1 -1
  12. package/built/cmds/agentInstaller/gradleInstaller.js +5 -8
  13. package/built/cmds/agentInstaller/gradleInstaller.js.map +1 -1
  14. package/built/cmds/agentInstaller/gradleParser.js +4 -7
  15. package/built/cmds/agentInstaller/gradleParser.js.map +1 -1
  16. package/built/cmds/agentInstaller/install-agent.js +3 -8
  17. package/built/cmds/agentInstaller/install-agent.js.map +1 -1
  18. package/built/cmds/agentInstaller/installers.js +2 -1
  19. package/built/cmds/agentInstaller/installers.js.map +1 -1
  20. package/built/cmds/agentInstaller/javaBuildToolInstaller.js +1 -4
  21. package/built/cmds/agentInstaller/javaBuildToolInstaller.js.map +1 -1
  22. package/built/cmds/agentInstaller/javaScriptAgentInstaller.js +6 -25
  23. package/built/cmds/agentInstaller/javaScriptAgentInstaller.js.map +1 -1
  24. package/built/cmds/agentInstaller/mavenInstaller.js +5 -7
  25. package/built/cmds/agentInstaller/mavenInstaller.js.map +1 -1
  26. package/built/cmds/agentInstaller/projectConfiguration.js +1 -3
  27. package/built/cmds/agentInstaller/projectConfiguration.js.map +1 -1
  28. package/built/cmds/agentInstaller/pythonAgentInstaller.js +61 -25
  29. package/built/cmds/agentInstaller/pythonAgentInstaller.js.map +1 -1
  30. package/built/cmds/agentInstaller/rubyAgentInstaller.js +3 -12
  31. package/built/cmds/agentInstaller/rubyAgentInstaller.js.map +1 -1
  32. package/built/cmds/agentInstaller/status.js.map +1 -1
  33. package/built/cmds/errors.js.map +1 -1
  34. package/built/cmds/inspect/inspect.js.map +1 -1
  35. package/built/cmds/open/openers.js +1 -14
  36. package/built/cmds/open/openers.js.map +1 -1
  37. package/built/cmds/open/serveAndOpenAppMap.js +1 -3
  38. package/built/cmds/open/serveAndOpenAppMap.js.map +1 -1
  39. package/built/cmds/open/showAppMap.js +1 -1
  40. package/built/cmds/open/showAppMap.js.map +1 -1
  41. package/built/cmds/openapi.js.map +1 -1
  42. package/built/cmds/prune/prune.js.map +1 -1
  43. package/built/cmds/prune/pruneAppMap.js +1 -6
  44. package/built/cmds/prune/pruneAppMap.js.map +1 -1
  45. package/built/cmds/record/action/configureHostAndPort.js +1 -1
  46. package/built/cmds/record/action/configureHostAndPort.js.map +1 -1
  47. package/built/cmds/record/action/configureRemainingRequestOptions.js +1 -1
  48. package/built/cmds/record/action/configureRemainingRequestOptions.js.map +1 -1
  49. package/built/cmds/record/action/detectProcessCharacteristics.js.map +1 -1
  50. package/built/cmds/record/action/guessTestCommands.js.map +1 -1
  51. package/built/cmds/record/action/printAppMapCount.js.map +1 -1
  52. package/built/cmds/record/action/startTestCases.js.map +1 -1
  53. package/built/cmds/record/configuration.js +3 -7
  54. package/built/cmds/record/configuration.js.map +1 -1
  55. package/built/cmds/record/makeRequest.js.map +1 -1
  56. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js +1 -4
  57. package/built/cmds/record/prompt/continueWithRequestOptionConfiguration.js.map +1 -1
  58. package/built/cmds/record/prompt/obtainTestCommands.js +2 -4
  59. package/built/cmds/record/prompt/obtainTestCommands.js.map +1 -1
  60. package/built/cmds/record/prompt/recordingInProgress.js +1 -5
  61. package/built/cmds/record/prompt/recordingInProgress.js.map +1 -1
  62. package/built/cmds/record/recordContext.js +1 -2
  63. package/built/cmds/record/recordContext.js.map +1 -1
  64. package/built/cmds/record/state/agentAvailableAndReady.js.map +1 -1
  65. package/built/cmds/record/state/agentIsRecording.js.map +1 -1
  66. package/built/cmds/record/state/agentNotAvailable.js.map +1 -1
  67. package/built/cmds/record/state/agentProcessNotRunning.js.map +1 -1
  68. package/built/cmds/record/state/initial.js.map +1 -1
  69. package/built/cmds/record/state/record_remote.js.map +1 -1
  70. package/built/cmds/record/state/record_test.js.map +1 -1
  71. package/built/cmds/record/state/testCasesComplete.js.map +1 -1
  72. package/built/cmds/record/state/testCasesRunning.js.map +1 -1
  73. package/built/cmds/record/state/testCommandsAvailable.js.map +1 -1
  74. package/built/cmds/record/state/testCommandsNeeded.js.map +1 -1
  75. package/built/cmds/record/test/areTestCommandsConfigured.js.map +1 -1
  76. package/built/cmds/record/test/isAgentAvailable.js.map +1 -1
  77. package/built/cmds/record/test/isRecordingInProgress.js.map +1 -1
  78. package/built/cmds/record/testCaseRecording.js.map +1 -1
  79. package/built/cmds/runCommand.js.map +1 -1
  80. package/built/cmds/userInteraction.js.map +1 -1
  81. package/built/depends.js +2 -6
  82. package/built/depends.js.map +1 -1
  83. package/built/encodedFile.js +1 -1
  84. package/built/encodedFile.js.map +1 -1
  85. package/built/fingerprint/algorithms.js +1 -2
  86. package/built/fingerprint/algorithms.js.map +1 -1
  87. package/built/fingerprint/appmapIndex.js.map +1 -1
  88. package/built/fingerprint/canonicalize/httpClientRequests.js +2 -6
  89. package/built/fingerprint/canonicalize/httpClientRequests.js.map +1 -1
  90. package/built/fingerprint/canonicalize/httpServerRequests.js +1 -3
  91. package/built/fingerprint/canonicalize/httpServerRequests.js.map +1 -1
  92. package/built/fingerprint/canonicalize/info.js +2 -5
  93. package/built/fingerprint/canonicalize/info.js.map +1 -1
  94. package/built/fingerprint/canonicalize/trace.js +2 -5
  95. package/built/fingerprint/canonicalize/trace.js.map +1 -1
  96. package/built/fingerprint/canonicalize/update.js +3 -8
  97. package/built/fingerprint/canonicalize/update.js.map +1 -1
  98. package/built/fingerprint/fingerprintWatchCommand.js +1 -3
  99. package/built/fingerprint/fingerprintWatchCommand.js.map +1 -1
  100. package/built/fingerprint/fingerprinter.js +2 -5
  101. package/built/fingerprint/fingerprinter.js.map +1 -1
  102. package/built/functionStats.js +1 -3
  103. package/built/functionStats.js.map +1 -1
  104. package/built/inspect/context.js.map +1 -1
  105. package/built/inspect/filter.js.map +1 -1
  106. package/built/inspect/home.js +1 -3
  107. package/built/inspect/home.js.map +1 -1
  108. package/built/inspect/ui.js.map +1 -1
  109. package/built/inventoryCommand.js.map +1 -1
  110. package/built/lib/appmapDirFromConfig.js.map +1 -1
  111. package/built/lib/locateAppMapDir.js.map +1 -1
  112. package/built/lib/ticket/openTicket.js.map +1 -1
  113. package/built/lib/ticket/zendesk.js.map +1 -1
  114. package/built/main.js.map +1 -1
  115. package/built/search/descentCodeObjectMatcher.js.map +1 -1
  116. package/built/search/findCodeObjects.js.map +1 -1
  117. package/built/search/findEvents.js +2 -5
  118. package/built/search/findEvents.js.map +1 -1
  119. package/built/search/iterateCodeObjectMatcher.js.map +1 -1
  120. package/built/search/matchFilter.js.map +1 -1
  121. package/built/search/matchSpec.js +1 -3
  122. package/built/search/matchSpec.js.map +1 -1
  123. package/built/search/trigram.js +1 -3
  124. package/built/search/trigram.js.map +1 -1
  125. package/built/service/config/validator.js.map +1 -1
  126. package/built/utils.js +2 -4
  127. package/built/utils.js.map +1 -1
  128. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@appland/appmap-v3.38.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.37.2...@appland/appmap-v3.38.0) (2022-09-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add pipenv support ([cea19da](https://github.com/applandinc/appmap-js/commit/cea19da00ec1fbda1a6015bab4fbdf199cd13e15))
7
+
8
+ # [@appland/appmap-v3.37.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.37.1...@appland/appmap-v3.37.2) (2022-09-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * users with older versions of pip can install ([9464223](https://github.com/applandinc/appmap-js/commit/946422324c14c906a8a57d1840076d1d682f68fe))
14
+
1
15
  # [@appland/appmap-v3.37.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.37.0...@appland/appmap-v3.37.1) (2022-09-16)
2
16
 
3
17
 
@@ -7,909 +21,971 @@
7
21
 
8
22
  # [@appland/appmap-v3.37.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.36.0...@appland/appmap-v3.37.0) (2022-09-14)
9
23
 
10
-
11
24
  ### Features
12
25
 
13
- * check project dependencies before adding appmap ([ee200e9](https://github.com/applandinc/appmap-js/commit/ee200e9e86e57781d0152fffc511cae6e734f4fa))
26
+ - check project dependencies before adding appmap
27
+ ([ee200e9](https://github.com/applandinc/appmap-js/commit/ee200e9e86e57781d0152fffc511cae6e734f4fa))
14
28
 
15
29
  # [@appland/appmap-v3.36.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.35.0...@appland/appmap-v3.36.0) (2022-09-14)
16
30
 
17
-
18
31
  ### Features
19
32
 
20
- * Open a ticket when remote recording fails ([607d040](https://github.com/applandinc/appmap-js/commit/607d04001e35be2a05687899fa07671efa0cfca1))
33
+ - Open a ticket when remote recording fails
34
+ ([607d040](https://github.com/applandinc/appmap-js/commit/607d04001e35be2a05687899fa07671efa0cfca1))
21
35
 
22
36
  # [@appland/appmap-v3.35.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.34.0...@appland/appmap-v3.35.0) (2022-09-02)
23
37
 
24
-
25
38
  ### Bug Fixes
26
39
 
27
- * Don't swallow output from test commands ([e0b3fe0](https://github.com/applandinc/appmap-js/commit/e0b3fe0bd94c68bc31c5a8418184207a5f84b500))
28
-
40
+ - Don't swallow output from test commands
41
+ ([e0b3fe0](https://github.com/applandinc/appmap-js/commit/e0b3fe0bd94c68bc31c5a8418184207a5f84b500))
29
42
 
30
43
  ### Features
31
44
 
32
- * Indexing in watch mode now indexes all existing AppMaps ([d7fb3c6](https://github.com/applandinc/appmap-js/commit/d7fb3c6f163a4150c1ae1f2c783e08214dfa0b53))
45
+ - Indexing in watch mode now indexes all existing AppMaps
46
+ ([d7fb3c6](https://github.com/applandinc/appmap-js/commit/d7fb3c6f163a4150c1ae1f2c783e08214dfa0b53))
33
47
 
34
48
  # [@appland/appmap-v3.34.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.33.1...@appland/appmap-v3.34.0) (2022-08-25)
35
49
 
36
-
37
50
  ### Bug Fixes
38
51
 
39
- * Add spacing before reporting command failure ([b60bf23](https://github.com/applandinc/appmap-js/commit/b60bf236c7ea941db06732cf316cf7917709e9d2))
40
-
52
+ - Add spacing before reporting command failure
53
+ ([b60bf23](https://github.com/applandinc/appmap-js/commit/b60bf236c7ea941db06732cf316cf7917709e9d2))
41
54
 
42
55
  ### Features
43
56
 
44
- * Create a ticket when "record test" fails. ([206db5e](https://github.com/applandinc/appmap-js/commit/206db5eebeeca118a400a511cdc60ada002acb5e))
45
- * Don't require user's name for a support ticket ([f308fd0](https://github.com/applandinc/appmap-js/commit/f308fd0aeb1d8aad3fc7ca7fb22a55c0ef0e8d95))
57
+ - Create a ticket when "record test" fails.
58
+ ([206db5e](https://github.com/applandinc/appmap-js/commit/206db5eebeeca118a400a511cdc60ada002acb5e))
59
+ - Don't require user's name for a support ticket
60
+ ([f308fd0](https://github.com/applandinc/appmap-js/commit/f308fd0aeb1d8aad3fc7ca7fb22a55c0ef0e8d95))
46
61
 
47
62
  # [@appland/appmap-v3.33.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.33.0...@appland/appmap-v3.33.1) (2022-08-17)
48
63
 
49
-
50
64
  ### Bug Fixes
51
65
 
52
- * Don't prompt to create ticket on success ([054d2e6](https://github.com/applandinc/appmap-js/commit/054d2e66984d5a52e35ee426cb0e57d69c94f806))
66
+ - Don't prompt to create ticket on success
67
+ ([054d2e6](https://github.com/applandinc/appmap-js/commit/054d2e66984d5a52e35ee426cb0e57d69c94f806))
53
68
 
54
69
  # [@appland/appmap-v3.33.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.2...@appland/appmap-v3.33.0) (2022-08-16)
55
70
 
56
-
57
71
  ### Features
58
72
 
59
- * Open a Zendesk ticket if install fails ([745f784](https://github.com/applandinc/appmap-js/commit/745f784472a300f65e5c270c0f8fb36241757d04))
73
+ - Open a Zendesk ticket if install fails
74
+ ([745f784](https://github.com/applandinc/appmap-js/commit/745f784472a300f65e5c270c0f8fb36241757d04))
60
75
 
61
76
  # [@appland/appmap-v3.32.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.1...@appland/appmap-v3.32.2) (2022-08-09)
62
77
 
63
-
64
78
  ### Bug Fixes
65
79
 
66
- * Improve telemetry for "appmap record remote" ([dbc8184](https://github.com/applandinc/appmap-js/commit/dbc8184970a9d35cf6ed52dbd6fb1676d0a6be1f))
80
+ - Improve telemetry for "appmap record remote"
81
+ ([dbc8184](https://github.com/applandinc/appmap-js/commit/dbc8184970a9d35cf6ed52dbd6fb1676d0a6be1f))
67
82
 
68
83
  # [@appland/appmap-v3.32.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.32.0...@appland/appmap-v3.32.1) (2022-08-05)
69
84
 
70
-
71
85
  ### Bug Fixes
72
86
 
73
- * Recording metrics report 0 counts ([4753c9d](https://github.com/applandinc/appmap-js/commit/4753c9dd9d32e616523de722ea74f01303fa2775))
87
+ - Recording metrics report 0 counts
88
+ ([4753c9d](https://github.com/applandinc/appmap-js/commit/4753c9dd9d32e616523de722ea74f01303fa2775))
74
89
 
75
90
  # [@appland/appmap-v3.32.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.31.0...@appland/appmap-v3.32.0) (2022-07-27)
76
91
 
77
-
78
92
  ### Bug Fixes
79
93
 
80
- * analyzeSQL was being called incorrectly ([71ea8c4](https://github.com/applandinc/appmap-js/commit/71ea8c47d9d130c17f1db02275300de54406ae0b))
81
- * Correct FunctionStats types to match reality ([72885a7](https://github.com/applandinc/appmap-js/commit/72885a7f65d0e2be15699e7fc9a2d895111a9e2f))
82
- * De-duplicate matches ([e8e1019](https://github.com/applandinc/appmap-js/commit/e8e1019b9f3aa75e9ff1acc43ae9c083929875ae))
83
- * Find matches across all AppMaps ([f86603a](https://github.com/applandinc/appmap-js/commit/f86603abf5252796855b4e3e656f4d5c561e028d))
84
- * Shortcut processFiles when there are no files ([1254896](https://github.com/applandinc/appmap-js/commit/1254896d09f7e57d516bd1341d426740571ebcca))
85
-
94
+ - analyzeSQL was being called incorrectly
95
+ ([71ea8c4](https://github.com/applandinc/appmap-js/commit/71ea8c47d9d130c17f1db02275300de54406ae0b))
96
+ - Correct FunctionStats types to match reality
97
+ ([72885a7](https://github.com/applandinc/appmap-js/commit/72885a7f65d0e2be15699e7fc9a2d895111a9e2f))
98
+ - De-duplicate matches
99
+ ([e8e1019](https://github.com/applandinc/appmap-js/commit/e8e1019b9f3aa75e9ff1acc43ae9c083929875ae))
100
+ - Find matches across all AppMaps
101
+ ([f86603a](https://github.com/applandinc/appmap-js/commit/f86603abf5252796855b4e3e656f4d5c561e028d))
102
+ - Shortcut processFiles when there are no files
103
+ ([1254896](https://github.com/applandinc/appmap-js/commit/1254896d09f7e57d516bd1341d426740571ebcca))
86
104
 
87
105
  ### Features
88
106
 
89
- * Define a RegExp to match RegExps ([58a28f4](https://github.com/applandinc/appmap-js/commit/58a28f420b549edca8b705b60fb8051939cac7d7))
90
- * Iterate and find code objects by RegExp ([7d0e60d](https://github.com/applandinc/appmap-js/commit/7d0e60dd7c78f026f7cca2d0ebe29669ce3436dd))
107
+ - Define a RegExp to match RegExps
108
+ ([58a28f4](https://github.com/applandinc/appmap-js/commit/58a28f420b549edca8b705b60fb8051939cac7d7))
109
+ - Iterate and find code objects by RegExp
110
+ ([7d0e60d](https://github.com/applandinc/appmap-js/commit/7d0e60dd7c78f026f7cca2d0ebe29669ce3436dd))
91
111
 
92
112
  # [@appland/appmap-v3.31.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.30.0...@appland/appmap-v3.31.0) (2022-07-12)
93
113
 
94
-
95
114
  ### Features
96
115
 
97
- * Write a pid file on startup ([71b63a7](https://github.com/applandinc/appmap-js/commit/71b63a7a4de3ca3d5bdab741589ac0a24084fab6))
116
+ - Write a pid file on startup
117
+ ([71b63a7](https://github.com/applandinc/appmap-js/commit/71b63a7a4de3ca3d5bdab741589ac0a24084fab6))
98
118
 
99
119
  # [@appland/appmap-v3.30.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.4...@appland/appmap-v3.30.0) (2022-07-12)
100
120
 
101
-
102
121
  ### Features
103
122
 
104
- * Handle -d working directory arg ([f8a38bb](https://github.com/applandinc/appmap-js/commit/f8a38bbbb0e0471cef68b3f94e30fdd4952429f2))
123
+ - Handle -d working directory arg
124
+ ([f8a38bb](https://github.com/applandinc/appmap-js/commit/f8a38bbbb0e0471cef68b3f94e30fdd4952429f2))
105
125
 
106
126
  # [@appland/appmap-v3.29.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.3...@appland/appmap-v3.29.4) (2022-06-27)
107
127
 
108
-
109
128
  ### Bug Fixes
110
129
 
111
- * Upgrade @appland/models to v1.16.2 ([a7c3009](https://github.com/applandinc/appmap-js/commit/a7c3009b7db007f098ef8ce7a7b15e758c23d768))
130
+ - Upgrade @appland/models to v1.16.2
131
+ ([a7c3009](https://github.com/applandinc/appmap-js/commit/a7c3009b7db007f098ef8ce7a7b15e758c23d768))
112
132
 
113
133
  # [@appland/appmap-v3.29.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.2...@appland/appmap-v3.29.3) (2022-06-24)
114
134
 
115
-
116
135
  ### Bug Fixes
117
136
 
118
- * Emit missing data fields to JSON ([abf3de3](https://github.com/applandinc/appmap-js/commit/abf3de334f89432b2c7b36e02c7e4ce96e556128))
137
+ - Emit missing data fields to JSON
138
+ ([abf3de3](https://github.com/applandinc/appmap-js/commit/abf3de334f89432b2c7b36e02c7e4ce96e556128))
119
139
 
120
140
  # [@appland/appmap-v3.29.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.1...@appland/appmap-v3.29.2) (2022-06-24)
121
141
 
122
-
123
142
  ### Bug Fixes
124
143
 
125
- * record subcommand now always opens the AppMap ([976e3bd](https://github.com/applandinc/appmap-js/commit/976e3bd2720168336134dfc160f35f8dcf6eb38a))
144
+ - record subcommand now always opens the AppMap
145
+ ([976e3bd](https://github.com/applandinc/appmap-js/commit/976e3bd2720168336134dfc160f35f8dcf6eb38a))
126
146
 
127
147
  # [@appland/appmap-v3.29.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.29.0...@appland/appmap-v3.29.1) (2022-06-22)
128
148
 
129
-
130
149
  ### Bug Fixes
131
150
 
132
- * Indexing now works correctly even with long appmap filenames ([71e1a21](https://github.com/applandinc/appmap-js/commit/71e1a21f92cac0a8468fa10be14f939b72e4bbe3))
151
+ - Indexing now works correctly even with long appmap filenames
152
+ ([71e1a21](https://github.com/applandinc/appmap-js/commit/71e1a21f92cac0a8468fa10be14f939b72e4bbe3))
133
153
 
134
154
  # [@appland/appmap-v3.29.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.1...@appland/appmap-v3.29.0) (2022-06-17)
135
155
 
136
-
137
156
  ### Bug Fixes
138
157
 
139
- * Improve handling of file access errors ([8fdbe64](https://github.com/applandinc/appmap-js/commit/8fdbe6498482de0c3253bf8ab679fc4226a0f4ef))
140
- * Reliably determine that an AppMap index is up-to-date ([17e3eba](https://github.com/applandinc/appmap-js/commit/17e3ebab54ad230ab4db21043234bebccfc29291))
141
-
158
+ - Improve handling of file access errors
159
+ ([8fdbe64](https://github.com/applandinc/appmap-js/commit/8fdbe6498482de0c3253bf8ab679fc4226a0f4ef))
160
+ - Reliably determine that an AppMap index is up-to-date
161
+ ([17e3eba](https://github.com/applandinc/appmap-js/commit/17e3ebab54ad230ab4db21043234bebccfc29291))
142
162
 
143
163
  ### Features
144
164
 
145
- * Drop ctime file from index, use mtime ([c57397d](https://github.com/applandinc/appmap-js/commit/c57397d00a74015b133c51e5de9410f5afb860ea))
165
+ - Drop ctime file from index, use mtime
166
+ ([c57397d](https://github.com/applandinc/appmap-js/commit/c57397d00a74015b133c51e5de9410f5afb860ea))
146
167
 
147
168
  # [@appland/appmap-v3.28.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.28.0...@appland/appmap-v3.28.1) (2022-06-08)
148
169
 
149
-
150
170
  ### Bug Fixes
151
171
 
152
- * Index no longer panics on missing files ([b56bde3](https://github.com/applandinc/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
172
+ - Index no longer panics on missing files
173
+ ([b56bde3](https://github.com/applandinc/appmap-js/commit/b56bde37c5d4adeac3df39b50ef4c7f43d95b3c9))
153
174
 
154
175
  # [@appland/appmap-v3.28.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.6...@appland/appmap-v3.28.0) (2022-06-08)
155
176
 
156
-
157
177
  ### Bug Fixes
158
178
 
159
- * Ensure that maxTime is a number ([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
160
- * listAppMapFiles expects transient files ([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
161
-
179
+ - Ensure that maxTime is a number
180
+ ([0e42152](https://github.com/applandinc/appmap-js/commit/0e42152fc6e56d8f2670347ed74428ec1f5720d8))
181
+ - listAppMapFiles expects transient files
182
+ ([fd45854](https://github.com/applandinc/appmap-js/commit/fd458549a615fef39f5e335322523670b99b1fce))
162
183
 
163
184
  ### Features
164
185
 
165
- * Respect appmap_dir ([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
166
- * Suggest next step after CLI command ([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
186
+ - Respect appmap_dir
187
+ ([11357d3](https://github.com/applandinc/appmap-js/commit/11357d3398af1754cf6fb9199383f44d9e5c1222))
188
+ - Suggest next step after CLI command
189
+ ([61dca63](https://github.com/applandinc/appmap-js/commit/61dca63df62509dfaa13586e7adafcf4cc511371))
167
190
 
168
191
  # [@appland/appmap-v3.27.6](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.5...@appland/appmap-v3.27.6) (2022-06-07)
169
192
 
170
-
171
193
  ### Bug Fixes
172
194
 
173
- * User can configure extended RR URL ([7429fa1](https://github.com/applandinc/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
195
+ - User can configure extended RR URL
196
+ ([7429fa1](https://github.com/applandinc/appmap-js/commit/7429fa1d4455efaff0dfe6320323012e8e4775ad))
174
197
 
175
198
  # [@appland/appmap-v3.27.5](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.4...@appland/appmap-v3.27.5) (2022-06-06)
176
199
 
177
-
178
200
  ### Bug Fixes
179
201
 
180
- * Update test command used for minitest ([2ac70fc](https://github.com/applandinc/appmap-js/commit/2ac70fc480df377c696f4cb60057f34fa171ba1a))
202
+ - Update test command used for minitest
203
+ ([2ac70fc](https://github.com/applandinc/appmap-js/commit/2ac70fc480df377c696f4cb60057f34fa171ba1a))
181
204
 
182
205
  # [@appland/appmap-v3.27.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.3...@appland/appmap-v3.27.4) (2022-06-01)
183
206
 
184
-
185
207
  ### Bug Fixes
186
208
 
187
- * Openapi template is packaged correctly and the command works again ([1c98f95](https://github.com/applandinc/appmap-js/commit/1c98f9547b3a2aaab6956c016839d862058b3216))
209
+ - Openapi template is packaged correctly and the command works again
210
+ ([1c98f95](https://github.com/applandinc/appmap-js/commit/1c98f9547b3a2aaab6956c016839d862058b3216))
188
211
 
189
212
  # [@appland/appmap-v3.27.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.2...@appland/appmap-v3.27.3) (2022-05-31)
190
213
 
191
-
192
214
  ### Bug Fixes
193
215
 
194
- * Warn and reject too large AppMaps instead of raising an error ([901756f](https://github.com/applandinc/appmap-js/commit/901756f4a506f58098dd7ad0204b8c8edc0e0d0a))
216
+ - Warn and reject too large AppMaps instead of raising an error
217
+ ([901756f](https://github.com/applandinc/appmap-js/commit/901756f4a506f58098dd7ad0204b8c8edc0e0d0a))
195
218
 
196
219
  # [@appland/appmap-v3.27.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.1...@appland/appmap-v3.27.2) (2022-05-30)
197
220
 
198
-
199
221
  ### Bug Fixes
200
222
 
201
- * compare AppMap ctime to dependency mtime ([fd41733](https://github.com/applandinc/appmap-js/commit/fd4173372718cfabbe8c542d9bf757286404eb4d))
202
- * Indexing no longer causes EXDEV on Linux ([f8b0481](https://github.com/applandinc/appmap-js/commit/f8b0481881cc48715b1dcaa6a3caeaf0782d7b08))
223
+ - compare AppMap ctime to dependency mtime
224
+ ([fd41733](https://github.com/applandinc/appmap-js/commit/fd4173372718cfabbe8c542d9bf757286404eb4d))
225
+ - Indexing no longer causes EXDEV on Linux
226
+ ([f8b0481](https://github.com/applandinc/appmap-js/commit/f8b0481881cc48715b1dcaa6a3caeaf0782d7b08))
203
227
 
204
228
  # [@appland/appmap-v3.27.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.27.0...@appland/appmap-v3.27.1) (2022-05-27)
205
229
 
206
-
207
230
  ### Bug Fixes
208
231
 
209
- * Correct packages/cli bin script location ([5aafd90](https://github.com/applandinc/appmap-js/commit/5aafd90aab3c328a7ada80c80958c1139787c6fe))
232
+ - Correct packages/cli bin script location
233
+ ([5aafd90](https://github.com/applandinc/appmap-js/commit/5aafd90aab3c328a7ada80c80958c1139787c6fe))
210
234
 
211
235
  # [@appland/appmap-v3.27.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.26.0...@appland/appmap-v3.27.0) (2022-05-27)
212
236
 
213
-
214
237
  ### Features
215
238
 
216
- * Save remote recordings to $appmap_dir/remote ([81cd0c4](https://github.com/applandinc/appmap-js/commit/81cd0c4ab495fb9b7d35f0c894de7abfb0625adc))
239
+ - Save remote recordings to $appmap_dir/remote
240
+ ([81cd0c4](https://github.com/applandinc/appmap-js/commit/81cd0c4ab495fb9b7d35f0c894de7abfb0625adc))
217
241
 
218
242
  # [@appland/appmap-v3.26.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.4...@appland/appmap-v3.26.0) (2022-05-27)
219
243
 
220
-
221
244
  ### Features
222
245
 
223
- * install command accepts -d for target directory ([efc817c](https://github.com/applandinc/appmap-js/commit/efc817c4de78ea6912e03db5d36ab4a77fcfa0ae))
246
+ - install command accepts -d for target directory
247
+ ([efc817c](https://github.com/applandinc/appmap-js/commit/efc817c4de78ea6912e03db5d36ab4a77fcfa0ae))
224
248
 
225
249
  # [@appland/appmap-v3.25.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.3...@appland/appmap-v3.25.4) (2022-05-17)
226
250
 
227
-
228
251
  ### Bug Fixes
229
252
 
230
- * Move index directory into place more robustly ([8139e44](https://github.com/applandinc/appmap-js/commit/8139e44ab1046b482ab6181926679291699d6d6b))
253
+ - Move index directory into place more robustly
254
+ ([8139e44](https://github.com/applandinc/appmap-js/commit/8139e44ab1046b482ab6181926679291699d6d6b))
231
255
 
232
256
  # [@appland/appmap-v3.25.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.2...@appland/appmap-v3.25.3) (2022-05-11)
233
257
 
234
-
235
258
  ### Bug Fixes
236
259
 
237
- * await for locationString ([c8f7da7](https://github.com/applandinc/appmap-js/commit/c8f7da7d0daa5d64f1fac85c853c7e98b56e126c))
238
- * don't print progress to a non-tty stream ([b1b785f](https://github.com/applandinc/appmap-js/commit/b1b785f950fc0465ca3787c073447ede3db1c4f3))
260
+ - await for locationString
261
+ ([c8f7da7](https://github.com/applandinc/appmap-js/commit/c8f7da7d0daa5d64f1fac85c853c7e98b56e126c))
262
+ - don't print progress to a non-tty stream
263
+ ([b1b785f](https://github.com/applandinc/appmap-js/commit/b1b785f950fc0465ca3787c073447ede3db1c4f3))
239
264
 
240
265
  # [@appland/appmap-v3.25.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.1...@appland/appmap-v3.25.2) (2022-05-10)
241
266
 
242
-
243
267
  ### Bug Fixes
244
268
 
245
- * Safely handle code object with no classObject ([10cb8a7](https://github.com/applandinc/appmap-js/commit/10cb8a7c4de6760cc6a9ed43a0408586ebb23970))
269
+ - Safely handle code object with no classObject
270
+ ([10cb8a7](https://github.com/applandinc/appmap-js/commit/10cb8a7c4de6760cc6a9ed43a0408586ebb23970))
246
271
 
247
272
  # [@appland/appmap-v3.25.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.25.0...@appland/appmap-v3.25.1) (2022-05-02)
248
273
 
249
-
250
274
  ### Bug Fixes
251
275
 
252
- * Test commands must not be blank ([f7a6e21](https://github.com/applandinc/appmap-js/commit/f7a6e2119f32a988826aa0a3a0558213a23beb67))
276
+ - Test commands must not be blank
277
+ ([f7a6e21](https://github.com/applandinc/appmap-js/commit/f7a6e2119f32a988826aa0a3a0558213a23beb67))
253
278
 
254
279
  # [@appland/appmap-v3.25.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.24.0...@appland/appmap-v3.25.0) (2022-04-28)
255
280
 
256
-
257
281
  ### Features
258
282
 
259
- * Extended telemetry for the 'record' command ([99f1450](https://github.com/applandinc/appmap-js/commit/99f145038dda0ff91c3def394529edfd6b1fbff7))
283
+ - Extended telemetry for the 'record' command
284
+ ([99f1450](https://github.com/applandinc/appmap-js/commit/99f145038dda0ff91c3def394529edfd6b1fbff7))
260
285
 
261
286
  # [@appland/appmap-v3.24.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.23.1...@appland/appmap-v3.24.0) (2022-04-27)
262
287
 
263
-
264
288
  ### Bug Fixes
265
289
 
266
- * Fix test command guessing for Ruby ([7905910](https://github.com/applandinc/appmap-js/commit/790591005576d4c27b796819466476d4f277be2a))
267
- * Suggest test recording before remote ([d905f7e](https://github.com/applandinc/appmap-js/commit/d905f7e6d74e40d87b34ce865621a52fee270d52))
268
-
290
+ - Fix test command guessing for Ruby
291
+ ([7905910](https://github.com/applandinc/appmap-js/commit/790591005576d4c27b796819466476d4f277be2a))
292
+ - Suggest test recording before remote
293
+ ([d905f7e](https://github.com/applandinc/appmap-js/commit/d905f7e6d74e40d87b34ce865621a52fee270d52))
269
294
 
270
295
  ### Features
271
296
 
272
- * 'record' command finishes by prompting with next steps ([ec9766e](https://github.com/applandinc/appmap-js/commit/ec9766ef17ace1e4ac8cb128a30c320dc7ae202b))
273
- * install command prompts the user to run 'record' ([585008a](https://github.com/applandinc/appmap-js/commit/585008a17a42f024c3fabd9b8a6a6ee43c042e17))
274
- * Telemetry for 'record' ([afc19a9](https://github.com/applandinc/appmap-js/commit/afc19a953c43f74736d63949ad6a866e3bf5ee15))
297
+ - 'record' command finishes by prompting with next steps
298
+ ([ec9766e](https://github.com/applandinc/appmap-js/commit/ec9766ef17ace1e4ac8cb128a30c320dc7ae202b))
299
+ - install command prompts the user to run 'record'
300
+ ([585008a](https://github.com/applandinc/appmap-js/commit/585008a17a42f024c3fabd9b8a6a6ee43c042e17))
301
+ - Telemetry for 'record'
302
+ ([afc19a9](https://github.com/applandinc/appmap-js/commit/afc19a953c43f74736d63949ad6a866e3bf5ee15))
275
303
 
276
304
  # [@appland/appmap-v3.23.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.23.0...@appland/appmap-v3.23.1) (2022-04-27)
277
305
 
278
-
279
306
  ### Bug Fixes
280
307
 
281
- * Don't match events that have no return event ([31dca43](https://github.com/applandinc/appmap-js/commit/31dca43b25af18a8927fda0ebfec3f52dca8268f))
308
+ - Don't match events that have no return event
309
+ ([31dca43](https://github.com/applandinc/appmap-js/commit/31dca43b25af18a8927fda0ebfec3f52dca8268f))
282
310
 
283
311
  # [@appland/appmap-v3.23.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.22.0...@appland/appmap-v3.23.0) (2022-04-27)
284
312
 
285
-
286
313
  ### Bug Fixes
287
314
 
288
- * Prompt for test command ([b9abca2](https://github.com/applandinc/appmap-js/commit/b9abca2352904f9692c49b7fced893f4be351a6d))
289
-
315
+ - Prompt for test command
316
+ ([b9abca2](https://github.com/applandinc/appmap-js/commit/b9abca2352904f9692c49b7fced893f4be351a6d))
290
317
 
291
318
  ### Features
292
319
 
293
- * Add UI.continue ([36d948f](https://github.com/applandinc/appmap-js/commit/36d948f7257671d2cb64d8eee09058d07a180a77))
294
- * Boldly print if the agent is available or not ([5c25abd](https://github.com/applandinc/appmap-js/commit/5c25abdf4c3c223113e7923a66caed53771f369b))
295
- * Guess 'mvn test' command ([65534a8](https://github.com/applandinc/appmap-js/commit/65534a8c356450eab92bb9568edad413b17f9ba8))
320
+ - Add UI.continue
321
+ ([36d948f](https://github.com/applandinc/appmap-js/commit/36d948f7257671d2cb64d8eee09058d07a180a77))
322
+ - Boldly print if the agent is available or not
323
+ ([5c25abd](https://github.com/applandinc/appmap-js/commit/5c25abdf4c3c223113e7923a66caed53771f369b))
324
+ - Guess 'mvn test' command
325
+ ([65534a8](https://github.com/applandinc/appmap-js/commit/65534a8c356450eab92bb9568edad413b17f9ba8))
296
326
 
297
327
  # [@appland/appmap-v3.22.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.21.0...@appland/appmap-v3.22.0) (2022-04-26)
298
328
 
299
-
300
329
  ### Bug Fixes
301
330
 
302
- * Fix hash key of saved settings ([26f54f4](https://github.com/applandinc/appmap-js/commit/26f54f479047b38b667c27b7d12c280d4d91413c))
303
-
331
+ - Fix hash key of saved settings
332
+ ([26f54f4](https://github.com/applandinc/appmap-js/commit/26f54f479047b38b667c27b7d12c280d4d91413c))
304
333
 
305
334
  ### Features
306
335
 
307
- * 'record test' sub-command ([9471f7f](https://github.com/applandinc/appmap-js/commit/9471f7f5de90a0f7ba52086d7385371ee50ecf23))
308
- * Prompt for test commands ([93ae6f6](https://github.com/applandinc/appmap-js/commit/93ae6f6a4b0d97c4338480c1943d1ac32a0cd6d7))
309
- * Recording mode argument is optional ([44b3575](https://github.com/applandinc/appmap-js/commit/44b35751ea025c6c4a33b60f6e51089ea0a709bc))
310
- * Set a time limit on test case execution ([a6c2803](https://github.com/applandinc/appmap-js/commit/a6c28037123f087e7d40deecc6de1b2274820f43))
336
+ - 'record test' sub-command
337
+ ([9471f7f](https://github.com/applandinc/appmap-js/commit/9471f7f5de90a0f7ba52086d7385371ee50ecf23))
338
+ - Prompt for test commands
339
+ ([93ae6f6](https://github.com/applandinc/appmap-js/commit/93ae6f6a4b0d97c4338480c1943d1ac32a0cd6d7))
340
+ - Recording mode argument is optional
341
+ ([44b3575](https://github.com/applandinc/appmap-js/commit/44b35751ea025c6c4a33b60f6e51089ea0a709bc))
342
+ - Set a time limit on test case execution
343
+ ([a6c2803](https://github.com/applandinc/appmap-js/commit/a6c28037123f087e7d40deecc6de1b2274820f43))
311
344
 
312
345
  # [@appland/appmap-v3.21.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.20.0...@appland/appmap-v3.21.0) (2022-04-14)
313
346
 
314
-
315
347
  ### Features
316
348
 
317
- * Reorganize code into states, actions, and tests ([a62c923](https://github.com/applandinc/appmap-js/commit/a62c92386a9a8388b7b39cfb54c1b83b4896fba5))
318
- * Split dev_server options between config and settings ([0cde0c2](https://github.com/applandinc/appmap-js/commit/0cde0c23d0f607e36b6947d87363ab5424576215))
319
- * Upgrade UX of the 'record' command ([573749f](https://github.com/applandinc/appmap-js/commit/573749fdcb79e10b8dc8fe8ef328eb74b524b1b6))
349
+ - Reorganize code into states, actions, and tests
350
+ ([a62c923](https://github.com/applandinc/appmap-js/commit/a62c92386a9a8388b7b39cfb54c1b83b4896fba5))
351
+ - Split dev_server options between config and settings
352
+ ([0cde0c2](https://github.com/applandinc/appmap-js/commit/0cde0c23d0f607e36b6947d87363ab5424576215))
353
+ - Upgrade UX of the 'record' command
354
+ ([573749f](https://github.com/applandinc/appmap-js/commit/573749fdcb79e10b8dc8fe8ef328eb74b524b1b6))
320
355
 
321
356
  # [@appland/appmap-v3.20.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.19.0...@appland/appmap-v3.20.0) (2022-04-05)
322
357
 
323
-
324
358
  ### Features
325
359
 
326
- * Add OpenAPI response schema by mime type ([fb96895](https://github.com/applandinc/appmap-js/commit/fb96895e071aaa010a43aaa53da7e5e480a590d8))
327
- * Best-effort inference of schema from multiple examples ([d76f3c4](https://github.com/applandinc/appmap-js/commit/d76f3c4c5e665a7d261ed21d77093bb56762cfe7))
328
- * Don't emit openapi item when type is nil/unknown ([6e0831a](https://github.com/applandinc/appmap-js/commit/6e0831a682d1ae50152c95d6b6e5825a7c9f5009))
329
- * Emit 'object' for unrecognized type ([651b5ae](https://github.com/applandinc/appmap-js/commit/651b5ae0921ba5cfa79ba46618a79390f43a8f56))
360
+ - Add OpenAPI response schema by mime type
361
+ ([fb96895](https://github.com/applandinc/appmap-js/commit/fb96895e071aaa010a43aaa53da7e5e480a590d8))
362
+ - Best-effort inference of schema from multiple examples
363
+ ([d76f3c4](https://github.com/applandinc/appmap-js/commit/d76f3c4c5e665a7d261ed21d77093bb56762cfe7))
364
+ - Don't emit openapi item when type is nil/unknown
365
+ ([6e0831a](https://github.com/applandinc/appmap-js/commit/6e0831a682d1ae50152c95d6b6e5825a7c9f5009))
366
+ - Emit 'object' for unrecognized type
367
+ ([651b5ae](https://github.com/applandinc/appmap-js/commit/651b5ae0921ba5cfa79ba46618a79390f43a8f56))
330
368
 
331
369
  # [@appland/appmap-v3.19.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.3...@appland/appmap-v3.19.0) (2022-03-10)
332
370
 
333
-
334
371
  ### Features
335
372
 
336
- * check identifyGradleFile ends gradle.kts ([71c09f2](https://github.com/applandinc/appmap-js/commit/71c09f2af6d0a9476f3541c9247e332d62463875))
337
- * Support gradle projects with build file written in kotlin script (build.gradle.kts) ([53c5e02](https://github.com/applandinc/appmap-js/commit/53c5e022ec9d97487b0245dcf3aed2711223b6c1))
373
+ - check identifyGradleFile ends gradle.kts
374
+ ([71c09f2](https://github.com/applandinc/appmap-js/commit/71c09f2af6d0a9476f3541c9247e332d62463875))
375
+ - Support gradle projects with build file written in kotlin script (build.gradle.kts)
376
+ ([53c5e02](https://github.com/applandinc/appmap-js/commit/53c5e022ec9d97487b0245dcf3aed2711223b6c1))
338
377
 
339
378
  # [@appland/appmap-v3.18.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.2...@appland/appmap-v3.18.3) (2022-02-14)
340
379
 
341
-
342
380
  ### Bug Fixes
343
381
 
344
- * Ensure availability of Event.requestContentType ([73f44ed](https://github.com/applandinc/appmap-js/commit/73f44ede6fca001b757bd67ade8afc6459262822))
345
- * typeof null is object - handle this ([8740248](https://github.com/applandinc/appmap-js/commit/8740248b62c129f2203f29a8be8dfe82051fdd60))
382
+ - Ensure availability of Event.requestContentType
383
+ ([73f44ed](https://github.com/applandinc/appmap-js/commit/73f44ede6fca001b757bd67ade8afc6459262822))
384
+ - typeof null is object - handle this
385
+ ([8740248](https://github.com/applandinc/appmap-js/commit/8740248b62c129f2203f29a8be8dfe82051fdd60))
346
386
 
347
387
  # [@appland/appmap-v3.18.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.1...@appland/appmap-v3.18.2) (2022-02-11)
348
388
 
349
-
350
389
  ### Bug Fixes
351
390
 
352
- * Expect Content-Type header instead of mime_type field ([0886d8c](https://github.com/applandinc/appmap-js/commit/0886d8cf667e1b5b5325d26fd882a7586db29c25))
353
- * Recognize Ruby String type ([f045bc5](https://github.com/applandinc/appmap-js/commit/f045bc570f7d3bd857068f72930d7ba3394a467e))
391
+ - Expect Content-Type header instead of mime_type field
392
+ ([0886d8c](https://github.com/applandinc/appmap-js/commit/0886d8cf667e1b5b5325d26fd882a7586db29c25))
393
+ - Recognize Ruby String type
394
+ ([f045bc5](https://github.com/applandinc/appmap-js/commit/f045bc570f7d3bd857068f72930d7ba3394a467e))
354
395
 
355
396
  # [@appland/appmap-v3.18.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.18.0...@appland/appmap-v3.18.1) (2022-02-04)
356
397
 
357
-
358
398
  ### Bug Fixes
359
399
 
360
- * Set the metadata name property before writing out AppMap data ([b784cd6](https://github.com/applandinc/appmap-js/commit/b784cd6a835f940d7e97f3f62e76aff001c54c55))
400
+ - Set the metadata name property before writing out AppMap data
401
+ ([b784cd6](https://github.com/applandinc/appmap-js/commit/b784cd6a835f940d7e97f3f62e76aff001c54c55))
361
402
 
362
403
  # [@appland/appmap-v3.18.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.2...@appland/appmap-v3.18.0) (2022-02-03)
363
404
 
364
-
365
405
  ### Features
366
406
 
367
- * Refactor SQL utilities into @appland/models ([ef8a9be](https://github.com/applandinc/appmap-js/commit/ef8a9bebb08f08959272af24f8a8069514107681))
407
+ - Refactor SQL utilities into @appland/models
408
+ ([ef8a9be](https://github.com/applandinc/appmap-js/commit/ef8a9bebb08f08959272af24f8a8069514107681))
368
409
 
369
410
  # [@appland/appmap-v3.17.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.1...@appland/appmap-v3.17.2) (2022-02-01)
370
411
 
371
-
372
412
  ### Bug Fixes
373
413
 
374
- * Fix JS post-install message ([3821584](https://github.com/applandinc/appmap-js/commit/3821584c045cbb1f70c148a48d3df1cb10d7f2a7))
375
- * Remove post-install message ([716c5a9](https://github.com/applandinc/appmap-js/commit/716c5a96a1d587496921e756995e7cd8831ff616))
414
+ - Fix JS post-install message
415
+ ([3821584](https://github.com/applandinc/appmap-js/commit/3821584c045cbb1f70c148a48d3df1cb10d7f2a7))
416
+ - Remove post-install message
417
+ ([716c5a9](https://github.com/applandinc/appmap-js/commit/716c5a96a1d587496921e756995e7cd8831ff616))
376
418
 
377
419
  # [@appland/appmap-v3.17.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.17.0...@appland/appmap-v3.17.1) (2022-01-27)
378
420
 
379
-
380
421
  ### Bug Fixes
381
422
 
382
- * Handle spaces in CommandStruct.args ([30c65cc](https://github.com/applandinc/appmap-js/commit/30c65cc710f8d363c94f24ad697617452d4c5192))
423
+ - Handle spaces in CommandStruct.args
424
+ ([30c65cc](https://github.com/applandinc/appmap-js/commit/30c65cc710f8d363c94f24ad697617452d4c5192))
383
425
 
384
426
  # [@appland/appmap-v3.17.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.16.1...@appland/appmap-v3.17.0) (2022-01-27)
385
427
 
386
-
387
428
  ### Bug Fixes
388
429
 
389
- * Don't prompt the user for confirmation if the process was obviously not found ([c1e7aea](https://github.com/applandinc/appmap-js/commit/c1e7aea7977b2e74b1b8f137b78435b980d0e997))
390
- * Handle the case when no data is obtained from recording ([16b0a98](https://github.com/applandinc/appmap-js/commit/16b0a98b9676f7491144948c370d2f4c6eba60ff))
391
-
430
+ - Don't prompt the user for confirmation if the process was obviously not found
431
+ ([c1e7aea](https://github.com/applandinc/appmap-js/commit/c1e7aea7977b2e74b1b8f137b78435b980d0e997))
432
+ - Handle the case when no data is obtained from recording
433
+ ([16b0a98](https://github.com/applandinc/appmap-js/commit/16b0a98b9676f7491144948c370d2f4c6eba60ff))
392
434
 
393
435
  ### Features
394
436
 
395
- * Shortcut the record 'open' step when running in the VSCode terminal ([85d7a75](https://github.com/applandinc/appmap-js/commit/85d7a754a2da457aa39719ebdd0f75416f04e3dd))
437
+ - Shortcut the record 'open' step when running in the VSCode terminal
438
+ ([85d7a75](https://github.com/applandinc/appmap-js/commit/85d7a754a2da457aa39719ebdd0f75416f04e3dd))
396
439
 
397
440
  # [@appland/appmap-v3.16.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.16.0...@appland/appmap-v3.16.1) (2022-01-25)
398
441
 
399
-
400
442
  ### Bug Fixes
401
443
 
402
- * Add supports-hyperlinks dependency ([308c4bd](https://github.com/applandinc/appmap-js/commit/308c4bd250f36bf88df3e249fe9d36a9266980b2))
444
+ - Add supports-hyperlinks dependency
445
+ ([308c4bd](https://github.com/applandinc/appmap-js/commit/308c4bd250f36bf88df3e249fe9d36a9266980b2))
403
446
 
404
447
  # [@appland/appmap-v3.16.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.15.1...@appland/appmap-v3.16.0) (2022-01-25)
405
448
 
406
-
407
449
  ### Features
408
450
 
409
- * Add remote recording doc links for Java and JavaScript ([f40affe](https://github.com/applandinc/appmap-js/commit/f40affeb705d30b7bc682d388e37abc0487c7adf))
451
+ - Add remote recording doc links for Java and JavaScript
452
+ ([f40affe](https://github.com/applandinc/appmap-js/commit/f40affeb705d30b7bc682d388e37abc0487c7adf))
410
453
 
411
454
  # [@appland/appmap-v3.15.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.15.0...@appland/appmap-v3.15.1) (2022-01-18)
412
455
 
413
-
414
456
  ### Bug Fixes
415
457
 
416
- * Add missing dependency on JSONStream ([748876d](https://github.com/applandinc/appmap-js/commit/748876dcb3fc5ff0fe2be831343ff93fc92054df))
458
+ - Add missing dependency on JSONStream
459
+ ([748876d](https://github.com/applandinc/appmap-js/commit/748876dcb3fc5ff0fe2be831343ff93fc92054df))
417
460
 
418
461
  # [@appland/appmap-v3.15.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.8...@appland/appmap-v3.15.0) (2022-01-18)
419
462
 
420
-
421
463
  ### Features
422
464
 
423
- * Port prune subcommand ([fd1d724](https://github.com/applandinc/appmap-js/commit/fd1d7240c2ce8d1fb3227713ab78a1a9761e14a5))
465
+ - Port prune subcommand
466
+ ([fd1d724](https://github.com/applandinc/appmap-js/commit/fd1d7240c2ce8d1fb3227713ab78a1a9761e14a5))
424
467
 
425
468
  # [@appland/appmap-v3.14.8](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.7...@appland/appmap-v3.14.8) (2022-01-07)
426
469
 
427
-
428
470
  ### Bug Fixes
429
471
 
430
- * Fix the path to static assets for the open command ([eed3e3e](https://github.com/applandinc/appmap-js/commit/eed3e3eaebff1484f4310bcf3c6f48d21098842e))
472
+ - Fix the path to static assets for the open command
473
+ ([eed3e3e](https://github.com/applandinc/appmap-js/commit/eed3e3eaebff1484f4310bcf3c6f48d21098842e))
431
474
 
432
475
  # [@appland/appmap-v3.14.7](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.6...@appland/appmap-v3.14.7) (2022-01-05)
433
476
 
434
-
435
477
  ### Bug Fixes
436
478
 
437
- * Make dependency package versions compatible with scanner ([347a4f4](https://github.com/applandinc/appmap-js/commit/347a4f4844cfa89879fbc2154066c4e6eb920786))
479
+ - Make dependency package versions compatible with scanner
480
+ ([347a4f4](https://github.com/applandinc/appmap-js/commit/347a4f4844cfa89879fbc2154066c4e6eb920786))
438
481
 
439
482
  # [@appland/appmap-v3.14.6](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.5...@appland/appmap-v3.14.6) (2021-12-09)
440
483
 
441
-
442
484
  ### Bug Fixes
443
485
 
444
- * Upgrade @appland/models in packages/cli ([115d60a](https://github.com/applandinc/appmap-js/commit/115d60a36ee21a493a31d04e8ac015757cf931a7))
486
+ - Upgrade @appland/models in packages/cli
487
+ ([115d60a](https://github.com/applandinc/appmap-js/commit/115d60a36ee21a493a31d04e8ac015757cf931a7))
445
488
 
446
489
  # [@appland/appmap-v3.14.5](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.4...@appland/appmap-v3.14.5) (2021-12-07)
447
490
 
448
-
449
491
  ### Bug Fixes
450
492
 
451
- * Use a shell when running a command ([12986a5](https://github.com/applandinc/appmap-js/commit/12986a5bbaa97a8e9b671ab1308636813f06ef2d))
493
+ - Use a shell when running a command
494
+ ([12986a5](https://github.com/applandinc/appmap-js/commit/12986a5bbaa97a8e9b671ab1308636813f06ef2d))
452
495
 
453
496
  # [@appland/appmap-v3.14.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.3...@appland/appmap-v3.14.4) (2021-12-06)
454
497
 
455
-
456
498
  ### Bug Fixes
457
499
 
458
- * Nudge user to install in current project ([28f358e](https://github.com/applandinc/appmap-js/commit/28f358e0479a5a919eb4d2b45be79a51f8dd9799))
500
+ - Nudge user to install in current project
501
+ ([28f358e](https://github.com/applandinc/appmap-js/commit/28f358e0479a5a919eb4d2b45be79a51f8dd9799))
459
502
 
460
503
  # [@appland/appmap-v3.14.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.2...@appland/appmap-v3.14.3) (2021-12-03)
461
504
 
462
-
463
505
  ### Bug Fixes
464
506
 
465
- * Correct post-install instructions ([ed8febd](https://github.com/applandinc/appmap-js/commit/ed8febd6bc0cd9c2ba1380ed5a9ccced7e907e2e))
466
- * Use an absolute path when installing ([c39a784](https://github.com/applandinc/appmap-js/commit/c39a784a646662355f1aecbc4518e2b219037d10))
507
+ - Correct post-install instructions
508
+ ([ed8febd](https://github.com/applandinc/appmap-js/commit/ed8febd6bc0cd9c2ba1380ed5a9ccced7e907e2e))
509
+ - Use an absolute path when installing
510
+ ([c39a784](https://github.com/applandinc/appmap-js/commit/c39a784a646662355f1aecbc4518e2b219037d10))
467
511
 
468
512
  # [@appland/appmap-v3.14.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.1...@appland/appmap-v3.14.2) (2021-12-01)
469
513
 
470
-
471
514
  ### Bug Fixes
472
515
 
473
- * Allow the user to override agent package ([963e15b](https://github.com/applandinc/appmap-js/commit/963e15b5684371102247efb97456f9497c96653f))
474
- * EncodedFile now handles empty files ([bacf4ac](https://github.com/applandinc/appmap-js/commit/bacf4aca20f0c1364a4b4c6f7657655b6a2db794))
516
+ - Allow the user to override agent package
517
+ ([963e15b](https://github.com/applandinc/appmap-js/commit/963e15b5684371102247efb97456f9497c96653f))
518
+ - EncodedFile now handles empty files
519
+ ([bacf4ac](https://github.com/applandinc/appmap-js/commit/bacf4aca20f0c1364a4b4c6f7657655b6a2db794))
475
520
 
476
521
  # [@appland/appmap-v3.14.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.14.0...@appland/appmap-v3.14.1) (2021-11-30)
477
522
 
478
-
479
523
  ### Bug Fixes
480
524
 
481
- * Use correct path to JB maven plugin ([7bc5880](https://github.com/applandinc/appmap-js/commit/7bc588011dee9feb759c16d731b90e843fd74435))
482
- * Wait for the user to pick an installer ([f16e4a3](https://github.com/applandinc/appmap-js/commit/f16e4a3a77ec72e3eb9efefdb18699c5e50f9f0f))
525
+ - Use correct path to JB maven plugin
526
+ ([7bc5880](https://github.com/applandinc/appmap-js/commit/7bc588011dee9feb759c16d731b90e843fd74435))
527
+ - Wait for the user to pick an installer
528
+ ([f16e4a3](https://github.com/applandinc/appmap-js/commit/f16e4a3a77ec72e3eb9efefdb18699c5e50f9f0f))
483
529
 
484
530
  # [@appland/appmap-v3.14.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.4...@appland/appmap-v3.14.0) (2021-11-29)
485
531
 
486
-
487
532
  ### Features
488
533
 
489
- * Add JavaScript project installers ([eb8f934](https://github.com/applandinc/appmap-js/commit/eb8f93476b85fab1a50f767c5774d5d2fc1910a7))
534
+ - Add JavaScript project installers
535
+ ([eb8f934](https://github.com/applandinc/appmap-js/commit/eb8f93476b85fab1a50f767c5774d5d2fc1910a7))
490
536
 
491
537
  # [@appland/appmap-v3.13.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.3...@appland/appmap-v3.13.4) (2021-11-19)
492
538
 
493
-
494
539
  ### Bug Fixes
495
540
 
496
- * Exit cleanly when the user aborts ([e570101](https://github.com/applandinc/appmap-js/commit/e5701017d01aa3597c2c66556a2c1a08ca3678a6))
497
- * Flush telemetry events before exiting ([60df8e8](https://github.com/applandinc/appmap-js/commit/60df8e83eec2b3fa3d53d6339613cf4a595c03ae))
498
- * Send success event ([4d05374](https://github.com/applandinc/appmap-js/commit/4d053742e6cb05f964485764a29c548ab6002582))
541
+ - Exit cleanly when the user aborts
542
+ ([e570101](https://github.com/applandinc/appmap-js/commit/e5701017d01aa3597c2c66556a2c1a08ca3678a6))
543
+ - Flush telemetry events before exiting
544
+ ([60df8e8](https://github.com/applandinc/appmap-js/commit/60df8e83eec2b3fa3d53d6339613cf4a595c03ae))
545
+ - Send success event
546
+ ([4d05374](https://github.com/applandinc/appmap-js/commit/4d053742e6cb05f964485764a29c548ab6002582))
499
547
 
500
548
  # [@appland/appmap-v3.13.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.2...@appland/appmap-v3.13.3) (2021-11-11)
501
549
 
502
-
503
550
  ### Bug Fixes
504
551
 
505
- * Show the correct version with --version ([e695e2c](https://github.com/applandinc/appmap-js/commit/e695e2c69e1936a35c94a6c37129e06bce7b8287))
552
+ - Show the correct version with --version
553
+ ([e695e2c](https://github.com/applandinc/appmap-js/commit/e695e2c69e1936a35c94a6c37129e06bce7b8287))
506
554
 
507
555
  # [@appland/appmap-v3.13.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.1...@appland/appmap-v3.13.2) (2021-11-11)
508
556
 
509
-
510
557
  ### Bug Fixes
511
558
 
512
- * Improve error reporting ([ac18468](https://github.com/applandinc/appmap-js/commit/ac184684d3e16a96ac98c8129d59fe5a147786bd))
513
- * Map language types to OpenAPI types ([e44f906](https://github.com/applandinc/appmap-js/commit/e44f906304ac7fe568e574c9a768943ea931ec8e))
559
+ - Improve error reporting
560
+ ([ac18468](https://github.com/applandinc/appmap-js/commit/ac184684d3e16a96ac98c8129d59fe5a147786bd))
561
+ - Map language types to OpenAPI types
562
+ ([e44f906](https://github.com/applandinc/appmap-js/commit/e44f906304ac7fe568e574c9a768943ea931ec8e))
514
563
 
515
564
  # [@appland/appmap-v3.13.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.13.0...@appland/appmap-v3.13.1) (2021-11-11)
516
565
 
517
-
518
566
  ### Bug Fixes
519
567
 
520
- * Wait for debugging information on exit ([fe71319](https://github.com/applandinc/appmap-js/commit/fe71319feb97dafffa1065e0747abe1f05e65cee))
568
+ - Wait for debugging information on exit
569
+ ([fe71319](https://github.com/applandinc/appmap-js/commit/fe71319feb97dafffa1065e0747abe1f05e65cee))
521
570
 
522
571
  # [@appland/appmap-v3.13.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.2...@appland/appmap-v3.13.0) (2021-11-08)
523
572
 
524
-
525
573
  ### Bug Fixes
526
574
 
527
- * Wait for verification before proceeding ([3e945fb](https://github.com/applandinc/appmap-js/commit/3e945fb5c2749a1b77a7b76ed8692f97034fa0f7))
528
-
575
+ - Wait for verification before proceeding
576
+ ([3e945fb](https://github.com/applandinc/appmap-js/commit/3e945fb5c2749a1b77a7b76ed8692f97034fa0f7))
529
577
 
530
578
  ### Features
531
579
 
532
- * Use IntelliJ JDK, build tools, if available ([c4d8101](https://github.com/applandinc/appmap-js/commit/c4d81013040c613277fb3c21ded2474df2f317ae))
580
+ - Use IntelliJ JDK, build tools, if available
581
+ ([c4d8101](https://github.com/applandinc/appmap-js/commit/c4d81013040c613277fb3c21ded2474df2f317ae))
533
582
 
534
583
  # [@appland/appmap-v3.12.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.1...@appland/appmap-v3.12.2) (2021-11-05)
535
584
 
536
-
537
585
  ### Bug Fixes
538
586
 
539
- * include resources directory in package ([66e98fb](https://github.com/applandinc/appmap-js/commit/66e98fbb205452b33d064a3ee3435933db7e6e81))
587
+ - include resources directory in package
588
+ ([66e98fb](https://github.com/applandinc/appmap-js/commit/66e98fbb205452b33d064a3ee3435933db7e6e81))
540
589
 
541
590
  # [@appland/appmap-v3.12.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.12.0...@appland/appmap-v3.12.1) (2021-11-04)
542
591
 
543
-
544
592
  ### Bug Fixes
545
593
 
546
- * reverting openapi version to 3.0.1 ([90ef5ee](https://github.com/applandinc/appmap-js/commit/90ef5ee8e1e0381ce82eda734931e7a136287ad4))
594
+ - reverting openapi version to 3.0.1
595
+ ([90ef5ee](https://github.com/applandinc/appmap-js/commit/90ef5ee8e1e0381ce82eda734931e7a136287ad4))
547
596
 
548
597
  # [@appland/appmap-v3.12.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.11.0...@appland/appmap-v3.12.0) (2021-11-03)
549
598
 
550
-
551
599
  ### Bug Fixes
552
600
 
553
- * Only display the command name if it's not found ([136ff50](https://github.com/applandinc/appmap-js/commit/136ff50bbbf3e069da79a7b8e490be24cbd6ffd4))
554
-
601
+ - Only display the command name if it's not found
602
+ ([136ff50](https://github.com/applandinc/appmap-js/commit/136ff50bbbf3e069da79a7b8e490be24cbd6ffd4))
555
603
 
556
604
  ### Features
557
605
 
558
- * Add support for sub-project installation ([7696ace](https://github.com/applandinc/appmap-js/commit/7696aceb813c9905580f53588327387dd06142a8))
606
+ - Add support for sub-project installation
607
+ ([7696ace](https://github.com/applandinc/appmap-js/commit/7696aceb813c9905580f53588327387dd06142a8))
559
608
 
560
609
  # [@appland/appmap-v3.11.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.10.1...@appland/appmap-v3.11.0) (2021-11-01)
561
610
 
562
-
563
611
  ### Features
564
612
 
565
- * Export parseNormalizeSQL and add joinsCount ([1f37628](https://github.com/applandinc/appmap-js/commit/1f37628e9c448176a0d068bd312ba4672e2f4925))
613
+ - Export parseNormalizeSQL and add joinsCount
614
+ ([1f37628](https://github.com/applandinc/appmap-js/commit/1f37628e9c448176a0d068bd312ba4672e2f4925))
566
615
 
567
616
  # [@appland/appmap-v3.10.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.10.0...@appland/appmap-v3.10.1) (2021-10-28)
568
617
 
569
-
570
618
  ### Bug Fixes
571
619
 
572
- * Add missing mavenCentral repo correctly ([bf33ce4](https://github.com/applandinc/appmap-js/commit/bf33ce41214d3fb839b46ca85fc76a0cf2612cb6))
620
+ - Add missing mavenCentral repo correctly
621
+ ([bf33ce4](https://github.com/applandinc/appmap-js/commit/bf33ce41214d3fb839b46ca85fc76a0cf2612cb6))
573
622
 
574
623
  # [@appland/appmap-v3.10.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.9.0...@appland/appmap-v3.10.0) (2021-10-21)
575
624
 
576
-
577
625
  ### Features
578
626
 
579
- * OpenAPI template is configurable ([e8b64d3](https://github.com/applandinc/appmap-js/commit/e8b64d3c33dd2267ce9c0aeb5cdfa7626a62aa9d))
580
- * Rename swagger command to openapi ([681b608](https://github.com/applandinc/appmap-js/commit/681b6083ff47760123cf4feed9abae8aab977eb1))
627
+ - OpenAPI template is configurable
628
+ ([e8b64d3](https://github.com/applandinc/appmap-js/commit/e8b64d3c33dd2267ce9c0aeb5cdfa7626a62aa9d))
629
+ - Rename swagger command to openapi
630
+ ([681b608](https://github.com/applandinc/appmap-js/commit/681b6083ff47760123cf4feed9abae8aab977eb1))
581
631
 
582
632
  # [@appland/appmap-v3.9.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.8.0...@appland/appmap-v3.9.0) (2021-10-21)
583
633
 
584
634
  # [@appland/appmap-v3.8.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.4...@appland/appmap-v3.8.0) (2021-10-18)
585
635
 
586
-
587
636
  ### Features
588
637
 
589
- * Notify on install startup ([578c4f3](https://github.com/applandinc/appmap-js/commit/578c4f348cc9852ea5be54925d4aaf9f58866aa3))
638
+ - Notify on install startup
639
+ ([578c4f3](https://github.com/applandinc/appmap-js/commit/578c4f348cc9852ea5be54925d4aaf9f58866aa3))
590
640
 
591
641
  # [@appland/appmap-v3.7.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.3...@appland/appmap-v3.7.4) (2021-10-14)
592
642
 
593
-
594
643
  ### Bug Fixes
595
644
 
596
- * Correct search for first gem in a Gemfile ([caed268](https://github.com/applandinc/appmap-js/commit/caed2683104af7870956bc76a63772aeaafb9d63))
645
+ - Correct search for first gem in a Gemfile
646
+ ([caed268](https://github.com/applandinc/appmap-js/commit/caed2683104af7870956bc76a63772aeaafb9d63))
597
647
 
598
648
  # [@appland/appmap-v3.7.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.2...@appland/appmap-v3.7.3) (2021-10-11)
599
649
 
600
-
601
650
  ### Bug Fixes
602
651
 
603
- * Use correct wrapper name on Windows ([485dbb9](https://github.com/applandinc/appmap-js/commit/485dbb9969506b06317becf2f5cb8072cb4957f2))
652
+ - Use correct wrapper name on Windows
653
+ ([485dbb9](https://github.com/applandinc/appmap-js/commit/485dbb9969506b06317becf2f5cb8072cb4957f2))
604
654
 
605
655
  # [@appland/appmap-v3.7.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.1...@appland/appmap-v3.7.2) (2021-10-07)
606
656
 
607
-
608
657
  ### Bug Fixes
609
658
 
610
- * Support UTF-16LE encoded build files ([a520438](https://github.com/applandinc/appmap-js/commit/a52043870cfcf66e5e26efb30f490df6a0e1c51e))
659
+ - Support UTF-16LE encoded build files
660
+ ([a520438](https://github.com/applandinc/appmap-js/commit/a52043870cfcf66e5e26efb30f490df6a0e1c51e))
611
661
 
612
662
  # [@appland/appmap-v3.7.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.7.0...@appland/appmap-v3.7.1) (2021-10-04)
613
663
 
614
-
615
664
  ### Bug Fixes
616
665
 
617
- * Present user with errors generated from child process ([71e11e1](https://github.com/applandinc/appmap-js/commit/71e11e1e38221660f3910bf4227b9e6546c5e519))
618
- * Sessions are now properly persisted on disk ([e4960cd](https://github.com/applandinc/appmap-js/commit/e4960cd31f958fd2bf895e2838cf6d8a9b2cc5a8))
666
+ - Present user with errors generated from child process
667
+ ([71e11e1](https://github.com/applandinc/appmap-js/commit/71e11e1e38221660f3910bf4227b9e6546c5e519))
668
+ - Sessions are now properly persisted on disk
669
+ ([e4960cd](https://github.com/applandinc/appmap-js/commit/e4960cd31f958fd2bf895e2838cf6d8a9b2cc5a8))
619
670
 
620
671
  # [@appland/appmap-v3.7.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.4...@appland/appmap-v3.7.0) (2021-09-30)
621
672
 
622
-
623
673
  ### Bug Fixes
624
674
 
625
- * Add project directory debug data ([78c9ce7](https://github.com/applandinc/appmap-js/commit/78c9ce7292d3d0d6882fc41588fd65d4670c3809))
626
- * Move directory argument to an optional positional argument ([a593924](https://github.com/applandinc/appmap-js/commit/a593924faf5beef9c0875308207e222a2eb8cd9a))
627
-
675
+ - Add project directory debug data
676
+ ([78c9ce7](https://github.com/applandinc/appmap-js/commit/78c9ce7292d3d0d6882fc41588fd65d4670c3809))
677
+ - Move directory argument to an optional positional argument
678
+ ([a593924](https://github.com/applandinc/appmap-js/commit/a593924faf5beef9c0875308207e222a2eb8cd9a))
628
679
 
629
680
  ### Features
630
681
 
631
- * Auto-select installer if only one is available ([db8ac09](https://github.com/applandinc/appmap-js/commit/db8ac0944b462f32b0909d3818b33b09f8e2342b))
682
+ - Auto-select installer if only one is available
683
+ ([db8ac09](https://github.com/applandinc/appmap-js/commit/db8ac0944b462f32b0909d3818b33b09f8e2342b))
632
684
 
633
685
  # [@appland/appmap-v3.6.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.3...@appland/appmap-v3.6.4) (2021-09-22)
634
686
 
635
-
636
687
  ### Bug Fixes
637
688
 
638
- * Correct build.gradle updates ([afc490c](https://github.com/applandinc/appmap-js/commit/afc490c25e55566a7a11628955fb24d22fedeb42))
689
+ - Correct build.gradle updates
690
+ ([afc490c](https://github.com/applandinc/appmap-js/commit/afc490c25e55566a7a11628955fb24d22fedeb42))
639
691
 
640
692
  # [@appland/appmap-v3.6.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.2...@appland/appmap-v3.6.3) (2021-09-21)
641
693
 
642
-
643
694
  ### Bug Fixes
644
695
 
645
- * Run Gradle dependencyInsight task with stacktrace option in case of error ([91a5979](https://github.com/applandinc/appmap-js/commit/91a59796dc5b73e6208f3b452bf4b63f812583fd))
696
+ - Run Gradle dependencyInsight task with stacktrace option in case of error
697
+ ([91a5979](https://github.com/applandinc/appmap-js/commit/91a59796dc5b73e6208f3b452bf4b63f812583fd))
646
698
 
647
699
  # [@appland/appmap-v3.6.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.1...@appland/appmap-v3.6.2) (2021-09-21)
648
700
 
649
-
650
701
  ### Bug Fixes
651
702
 
652
- * Use child_process.spawn instead of exec ([d0d85f3](https://github.com/applandinc/appmap-js/commit/d0d85f3bf153c1d986331302d6fe865ad06547dd))
703
+ - Use child_process.spawn instead of exec
704
+ ([d0d85f3](https://github.com/applandinc/appmap-js/commit/d0d85f3bf153c1d986331302d6fe865ad06547dd))
653
705
 
654
706
  # [@appland/appmap-v3.6.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.6.0...@appland/appmap-v3.6.1) (2021-09-21)
655
707
 
656
-
657
708
  ### Bug Fixes
658
709
 
659
- * Now logging commands run ([9a20f46](https://github.com/applandinc/appmap-js/commit/9a20f465ae47ea14c1204e49eacb97fe17a9ee32))
710
+ - Now logging commands run
711
+ ([9a20f46](https://github.com/applandinc/appmap-js/commit/9a20f465ae47ea14c1204e49eacb97fe17a9ee32))
660
712
 
661
713
  # [@appland/appmap-v3.6.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.5.1...@appland/appmap-v3.6.0) (2021-09-17)
662
714
 
663
-
664
715
  ### Bug Fixes
665
716
 
666
- * Correct import of Error classes ([badd988](https://github.com/applandinc/appmap-js/commit/badd988c00abcc4720f6e346a86ef15e4beeda6b))
667
- * Fix agent install module imports ([a7caa17](https://github.com/applandinc/appmap-js/commit/a7caa1719bc3e20ff6fc08ed0412bb1d224afbb1))
668
-
717
+ - Correct import of Error classes
718
+ ([badd988](https://github.com/applandinc/appmap-js/commit/badd988c00abcc4720f6e346a86ef15e4beeda6b))
719
+ - Fix agent install module imports
720
+ ([a7caa17](https://github.com/applandinc/appmap-js/commit/a7caa1719bc3e20ff6fc08ed0412bb1d224afbb1))
669
721
 
670
722
  ### Features
671
723
 
672
- * appmap.html standalone page ([97fa02e](https://github.com/applandinc/appmap-js/commit/97fa02ec809553d185a9acadcf895562ee5b80e6))
673
- * open an AppMap in the default browser ([15fb41d](https://github.com/applandinc/appmap-js/commit/15fb41d2f2adc180588f5e00ea584dd274ffb080))
674
- * Serve the appmap file and JS map file ([250c26d](https://github.com/applandinc/appmap-js/commit/250c26d92665c81264a29576c2155409b144ab5c))
724
+ - appmap.html standalone page
725
+ ([97fa02e](https://github.com/applandinc/appmap-js/commit/97fa02ec809553d185a9acadcf895562ee5b80e6))
726
+ - open an AppMap in the default browser
727
+ ([15fb41d](https://github.com/applandinc/appmap-js/commit/15fb41d2f2adc180588f5e00ea584dd274ffb080))
728
+ - Serve the appmap file and JS map file
729
+ ([250c26d](https://github.com/applandinc/appmap-js/commit/250c26d92665c81264a29576c2155409b144ab5c))
675
730
 
676
731
  # [@appland/appmap-v3.5.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.5.0...@appland/appmap-v3.5.1) (2021-09-17)
677
732
 
678
-
679
733
  ### Bug Fixes
680
734
 
681
- * Add debugging information for directory listing when install fails ([fb315c6](https://github.com/applandinc/appmap-js/commit/fb315c6b49925ad6a3d4a3f5eef265448602293a))
735
+ - Add debugging information for directory listing when install fails
736
+ ([fb315c6](https://github.com/applandinc/appmap-js/commit/fb315c6b49925ad6a3d4a3f5eef265448602293a))
682
737
 
683
738
  # [@appland/appmap-v3.5.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.4.1...@appland/appmap-v3.5.0) (2021-09-15)
684
739
 
685
-
686
740
  ### Bug Fixes
687
741
 
688
- * `appland.cli.log` is now populated on failure ([916f84c](https://github.com/applandinc/appmap-js/commit/916f84ce2a6eb08ac463d8f37fbbc32bad2486fb))
689
- * Capture installer information upon failure ([6b01a9b](https://github.com/applandinc/appmap-js/commit/6b01a9b4b8f3e6cad8d6728682b767ccad3f2fa3))
690
- * Clarify steps to fix missing requirements ([e743176](https://github.com/applandinc/appmap-js/commit/e743176318369f4d887480bcce26869e95feea4b))
691
-
742
+ - `appland.cli.log` is now populated on failure
743
+ ([916f84c](https://github.com/applandinc/appmap-js/commit/916f84ce2a6eb08ac463d8f37fbbc32bad2486fb))
744
+ - Capture installer information upon failure
745
+ ([6b01a9b](https://github.com/applandinc/appmap-js/commit/6b01a9b4b8f3e6cad8d6728682b767ccad3f2fa3))
746
+ - Clarify steps to fix missing requirements
747
+ ([e743176](https://github.com/applandinc/appmap-js/commit/e743176318369f4d887480bcce26869e95feea4b))
692
748
 
693
749
  ### Features
694
750
 
695
- * Ask user to confirm installation environment ([17a802b](https://github.com/applandinc/appmap-js/commit/17a802b776b63b8eab5039b8d7905e430e9a8eaa))
751
+ - Ask user to confirm installation environment
752
+ ([17a802b](https://github.com/applandinc/appmap-js/commit/17a802b776b63b8eab5039b8d7905e430e9a8eaa))
696
753
 
697
754
  # [@appland/appmap-v3.4.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.4.0...@appland/appmap-v3.4.1) (2021-09-15)
698
755
 
699
-
700
756
  ### Bug Fixes
701
757
 
702
- * Users are now identified in the same manner as VSCode ([#355](https://github.com/applandinc/appmap-js/issues/355)) ([8d9cd50](https://github.com/applandinc/appmap-js/commit/8d9cd507bcbcbecb0a0fa742206b8534ad797620))
758
+ - Users are now identified in the same manner as VSCode
759
+ ([#355](https://github.com/applandinc/appmap-js/issues/355))
760
+ ([8d9cd50](https://github.com/applandinc/appmap-js/commit/8d9cd507bcbcbecb0a0fa742206b8534ad797620))
703
761
 
704
762
  # [@appland/appmap-v3.4.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.2...@appland/appmap-v3.4.0) (2021-09-13)
705
763
 
706
-
707
764
  ### Features
708
765
 
709
- * Add validation step after install ([18effec](https://github.com/applandinc/appmap-js/commit/18effec0a4e121d24bfbfc38c6cdc1f9fcbd7b84))
766
+ - Add validation step after install
767
+ ([18effec](https://github.com/applandinc/appmap-js/commit/18effec0a4e121d24bfbfc38c6cdc1f9fcbd7b84))
710
768
 
711
769
  # [@appland/appmap-v3.3.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.1...@appland/appmap-v3.3.2) (2021-09-10)
712
770
 
713
-
714
771
  ### Bug Fixes
715
772
 
716
- * Fixed an issue where install-agent quit before rresolving all promises ([8c42539](https://github.com/applandinc/appmap-js/commit/8c42539926e05f1498676b9d844e0a4b6b92d75a))
773
+ - Fixed an issue where install-agent quit before rresolving all promises
774
+ ([8c42539](https://github.com/applandinc/appmap-js/commit/8c42539926e05f1498676b9d844e0a4b6b92d75a))
717
775
 
718
776
  # [@appland/appmap-v3.3.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.3.0...@appland/appmap-v3.3.1) (2021-09-10)
719
777
 
720
-
721
778
  ### Bug Fixes
722
779
 
723
- * Update path of bin script ([da8e666](https://github.com/applandinc/appmap-js/commit/da8e666512d4ff2774fcc65c797686616ba7059e))
780
+ - Update path of bin script
781
+ ([da8e666](https://github.com/applandinc/appmap-js/commit/da8e666512d4ff2774fcc65c797686616ba7059e))
724
782
 
725
783
  # [@appland/appmap-v3.3.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.4...@appland/appmap-v3.3.0) (2021-09-10)
726
784
 
727
-
728
785
  ### Features
729
786
 
730
- * Add telemetry reporting to install-agent results ([d555249](https://github.com/applandinc/appmap-js/commit/d5552493ce2685befaa76df6f36b4075aa50ad8b))
787
+ - Add telemetry reporting to install-agent results
788
+ ([d555249](https://github.com/applandinc/appmap-js/commit/d5552493ce2685befaa76df6f36b4075aa50ad8b))
731
789
 
732
790
  # [@appland/appmap-v3.2.4](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.3...@appland/appmap-v3.2.4) (2021-09-09)
733
791
 
734
-
735
792
  ### Bug Fixes
736
793
 
737
- * Fix missing import for `verbose` when running a Java installer ([4a6bba0](https://github.com/applandinc/appmap-js/commit/4a6bba0d4e8a7650e6af1e50b7783f5fc5ac00cf))
794
+ - Fix missing import for `verbose` when running a Java installer
795
+ ([4a6bba0](https://github.com/applandinc/appmap-js/commit/4a6bba0d4e8a7650e6af1e50b7783f5fc5ac00cf))
738
796
 
739
797
  # [@appland/appmap-v3.2.3](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.2...@appland/appmap-v3.2.3) (2021-09-08)
740
798
 
741
-
742
799
  ### Bug Fixes
743
800
 
744
- * Add Poetry installer ([21b0296](https://github.com/applandinc/appmap-js/commit/21b02960f79da8884806c1ce7701c52b7c0002fa))
801
+ - Add Poetry installer
802
+ ([21b0296](https://github.com/applandinc/appmap-js/commit/21b02960f79da8884806c1ce7701c52b7c0002fa))
745
803
 
746
804
  # [@appland/appmap-v3.2.2](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.1...@appland/appmap-v3.2.2) (2021-09-03)
747
805
 
748
-
749
806
  ### Bug Fixes
750
807
 
751
- * Index is now asynchronous ([6389d47](https://github.com/applandinc/appmap-js/commit/6389d475c975aa9e2aeb9c493917e2b14584af04))
752
- * Target ES2017 ([23ad225](https://github.com/applandinc/appmap-js/commit/23ad225ab775f2983a4ee49c2e965e7259297ce7))
808
+ - Index is now asynchronous
809
+ ([6389d47](https://github.com/applandinc/appmap-js/commit/6389d475c975aa9e2aeb9c493917e2b14584af04))
810
+ - Target ES2017
811
+ ([23ad225](https://github.com/applandinc/appmap-js/commit/23ad225ab775f2983a4ee49c2e965e7259297ce7))
753
812
 
754
813
  # [@appland/appmap-v3.2.1](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.2.0...@appland/appmap-v3.2.1) (2021-09-01)
755
814
 
756
-
757
815
  ### Bug Fixes
758
816
 
759
- * The CLI can no longer be imported as a third party library ([bf20ac2](https://github.com/applandinc/appmap-js/commit/bf20ac2757e101ccc2d4158fc42761d5be6e0a4b))
817
+ - The CLI can no longer be imported as a third party library
818
+ ([bf20ac2](https://github.com/applandinc/appmap-js/commit/bf20ac2757e101ccc2d4158fc42761d5be6e0a4b))
760
819
 
761
820
  # [@appland/appmap-v3.2.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.1.0...@appland/appmap-v3.2.0) (2021-08-31)
762
821
 
763
-
764
822
  ### Features
765
823
 
766
- * Rework the `agent-install` user experience ([#316](https://github.com/applandinc/appmap-js/issues/316)) ([6e34f23](https://github.com/applandinc/appmap-js/commit/6e34f236f44ab2f0a5393ecf0ef59a0fd2af2d2d))
824
+ - Rework the `agent-install` user experience
825
+ ([#316](https://github.com/applandinc/appmap-js/issues/316))
826
+ ([6e34f23](https://github.com/applandinc/appmap-js/commit/6e34f236f44ab2f0a5393ecf0ef59a0fd2af2d2d))
767
827
 
768
828
  # [@appland/appmap-v3.1.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v3.0.0...@appland/appmap-v3.1.0) (2021-08-19)
769
829
 
770
-
771
830
  ### Bug Fixes
772
831
 
773
- * Always update build.gradle and pom.xml ([fd3e820](https://github.com/applandinc/appmap-js/commit/fd3e820f1cc6cf16a827fc21389b78d6cda7ac48))
774
-
832
+ - Always update build.gradle and pom.xml
833
+ ([fd3e820](https://github.com/applandinc/appmap-js/commit/fd3e820f1cc6cf16a827fc21389b78d6cda7ac48))
775
834
 
776
835
  ### Features
777
836
 
778
- * Create agent configuration ([cdbb282](https://github.com/applandinc/appmap-js/commit/cdbb28231df51c2c0874000126f8d20bf486b2c4))
837
+ - Create agent configuration
838
+ ([cdbb282](https://github.com/applandinc/appmap-js/commit/cdbb28231df51c2c0874000126f8d20bf486b2c4))
779
839
 
780
840
  # [@appland/appmap-v3.0.0](https://github.com/applandinc/appmap-js/compare/@appland/appmap-v2.3.4...@appland/appmap-v3.0.0) (2021-08-05)
781
841
 
782
-
783
842
  ### Continuous Integration
784
843
 
785
- * CLI now available as @appland/appmap ([bd99645](https://github.com/applandinc/appmap-js/commit/bd9964536056406181aab5b393800a7a8152ddbc))
786
-
844
+ - CLI now available as @appland/appmap
845
+ ([bd99645](https://github.com/applandinc/appmap-js/commit/bd9964536056406181aab5b393800a7a8152ddbc))
787
846
 
788
847
  ### BREAKING CHANGES
789
848
 
790
- * @appland/cli renamed to @appland/appmap
849
+ - @appland/cli renamed to @appland/appmap
791
850
 
792
851
  # [@appland/cli-v1.5.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.5.1...@appland/cli-v1.5.2) (2021-08-04)
793
852
 
794
-
795
853
  ### Bug Fixes
796
854
 
797
- * Reword instructions for agent install ([edeacf6](https://github.com/applandinc/appmap-js/commit/edeacf6e11da1d1aad39e985c2c8be8d81307fa3))
855
+ - Reword instructions for agent install
856
+ ([edeacf6](https://github.com/applandinc/appmap-js/commit/edeacf6e11da1d1aad39e985c2c8be8d81307fa3))
798
857
 
799
858
  # [@appland/cli-v1.5.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.5.0...@appland/cli-v1.5.1) (2021-08-03)
800
859
 
801
-
802
860
  ### Bug Fixes
803
861
 
804
- * Import PythonAgentInstaller properly ([f59da43](https://github.com/applandinc/appmap-js/commit/f59da43ae0b52a18a6d0a5bda5b9913747881ca8))
862
+ - Import PythonAgentInstaller properly
863
+ ([f59da43](https://github.com/applandinc/appmap-js/commit/f59da43ae0b52a18a6d0a5bda5b9913747881ca8))
805
864
 
806
865
  # [@appland/cli-v1.5.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.4.0...@appland/cli-v1.5.0) (2021-08-03)
807
866
 
808
-
809
867
  ### Features
810
868
 
811
- * Add python support to install-agent command ([9316233](https://github.com/applandinc/appmap-js/commit/9316233b3c703b43ecb277c6ec41f539a3a8a544))
869
+ - Add python support to install-agent command
870
+ ([9316233](https://github.com/applandinc/appmap-js/commit/9316233b3c703b43ecb277c6ec41f539a3a8a544))
812
871
 
813
872
  # [@appland/cli-v1.4.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.2...@appland/cli-v1.4.0) (2021-07-29)
814
873
 
815
-
816
874
  ### Features
817
875
 
818
- * Install ruby or java agent via CLI ([4d8cf37](https://github.com/applandinc/appmap-js/commit/4d8cf37a06eef6aa5aa7bf82fa4d15d52be25166))
876
+ - Install ruby or java agent via CLI
877
+ ([4d8cf37](https://github.com/applandinc/appmap-js/commit/4d8cf37a06eef6aa5aa7bf82fa4d15d52be25166))
819
878
 
820
879
  # [@appland/cli-v1.3.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.1...@appland/cli-v1.3.2) (2021-07-06)
821
880
 
822
-
823
881
  ### Bug Fixes
824
882
 
825
- * Fix parent tree assignment in canonicalization ([fd54afa](https://github.com/applandinc/appmap-js/commit/fd54afa722166ce1ac022cbd649827ac2fa84b53))
883
+ - Fix parent tree assignment in canonicalization
884
+ ([fd54afa](https://github.com/applandinc/appmap-js/commit/fd54afa722166ce1ac022cbd649827ac2fa84b53))
826
885
 
827
886
  # [@appland/cli-v1.3.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.3.0...@appland/cli-v1.3.1) (2021-07-02)
828
887
 
829
-
830
888
  ### Bug Fixes
831
889
 
832
- * Find all matching events in each AppMap ([de578c7](https://github.com/applandinc/appmap-js/commit/de578c73864e10c6b815ac460fb94b8a0b4eab92))
890
+ - Find all matching events in each AppMap
891
+ ([de578c7](https://github.com/applandinc/appmap-js/commit/de578c73864e10c6b815ac460fb94b8a0b4eab92))
833
892
 
834
893
  # [@appland/cli-v1.3.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.2.0...@appland/cli-v1.3.0) (2021-07-02)
835
894
 
836
-
837
895
  ### Bug Fixes
838
896
 
839
- * Don't emit trigrams with no caller and no callee ([65be7e5](https://github.com/applandinc/appmap-js/commit/65be7e5c03c3cd8a233c77bbb85c5ca54a563e07))
840
- * Only show progress bars in interactive mode ([6436a3b](https://github.com/applandinc/appmap-js/commit/6436a3b7bff79eafcfef554eb27dd581113bd9a0))
841
- * Refine JSON output of inspect command ([101e97e](https://github.com/applandinc/appmap-js/commit/101e97e3014ac41eda49b96b2f5a4a080bbf7f07))
842
- * Remove unused functions ([fe03064](https://github.com/applandinc/appmap-js/commit/fe030646ed6e85ecf3afc7a5f36948988e37e39e))
843
- * Update the AppMap index before the 'inspect' command runs ([1983813](https://github.com/applandinc/appmap-js/commit/19838133180ece16879af622bf3ccb576fc6de27))
844
-
897
+ - Don't emit trigrams with no caller and no callee
898
+ ([65be7e5](https://github.com/applandinc/appmap-js/commit/65be7e5c03c3cd8a233c77bbb85c5ca54a563e07))
899
+ - Only show progress bars in interactive mode
900
+ ([6436a3b](https://github.com/applandinc/appmap-js/commit/6436a3b7bff79eafcfef554eb27dd581113bd9a0))
901
+ - Refine JSON output of inspect command
902
+ ([101e97e](https://github.com/applandinc/appmap-js/commit/101e97e3014ac41eda49b96b2f5a4a080bbf7f07))
903
+ - Remove unused functions
904
+ ([fe03064](https://github.com/applandinc/appmap-js/commit/fe030646ed6e85ecf3afc7a5f36948988e37e39e))
905
+ - Update the AppMap index before the 'inspect' command runs
906
+ ([1983813](https://github.com/applandinc/appmap-js/commit/19838133180ece16879af622bf3ccb576fc6de27))
845
907
 
846
908
  ### Features
847
909
 
848
- * Add 'inventory' CLI command ([8175fb0](https://github.com/applandinc/appmap-js/commit/8175fb0727b40fdfc35720ead7362ae46ea2d877))
849
- * Add database_type to CodeObjectType.QUERY ([8787b2d](https://github.com/applandinc/appmap-js/commit/8787b2de0e05bce6753c90b3b6f08115c94e8cc7))
850
- * Add fingerprint strategies ([066bf9e](https://github.com/applandinc/appmap-js/commit/066bf9e1d2cf4767ca105d6f794daf8f82acaed5))
851
- * App.Land client ([775abb3](https://github.com/applandinc/appmap-js/commit/775abb3ad598031d9b95f20e7b12f88bd8d8da3b))
852
- * Fingerprint classes and packages ([7448804](https://github.com/applandinc/appmap-js/commit/74488040e804a6f57a19878980fa3ace25d6feb4))
853
- * Store the database_type in query classMap entries ([7a44af6](https://github.com/applandinc/appmap-js/commit/7a44af6504dc78574b3ba9eb5d1edb60d3124a44))
910
+ - Add 'inventory' CLI command
911
+ ([8175fb0](https://github.com/applandinc/appmap-js/commit/8175fb0727b40fdfc35720ead7362ae46ea2d877))
912
+ - Add database_type to CodeObjectType.QUERY
913
+ ([8787b2d](https://github.com/applandinc/appmap-js/commit/8787b2de0e05bce6753c90b3b6f08115c94e8cc7))
914
+ - Add fingerprint strategies
915
+ ([066bf9e](https://github.com/applandinc/appmap-js/commit/066bf9e1d2cf4767ca105d6f794daf8f82acaed5))
916
+ - App.Land client
917
+ ([775abb3](https://github.com/applandinc/appmap-js/commit/775abb3ad598031d9b95f20e7b12f88bd8d8da3b))
918
+ - Fingerprint classes and packages
919
+ ([7448804](https://github.com/applandinc/appmap-js/commit/74488040e804a6f57a19878980fa3ace25d6feb4))
920
+ - Store the database_type in query classMap entries
921
+ ([7a44af6](https://github.com/applandinc/appmap-js/commit/7a44af6504dc78574b3ba9eb5d1edb60d3124a44))
854
922
 
855
923
  # [@appland/cli-v1.2.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.1.0...@appland/cli-v1.2.0) (2021-06-29)
856
924
 
857
-
858
925
  ### Features
859
926
 
860
- * Search by package and class ([0b14a27](https://github.com/applandinc/appmap-js/commit/0b14a2727f9aadbb43b69ac14d53258f45b20cf5))
861
- * Search for database:, http:, query: ([21df198](https://github.com/applandinc/appmap-js/commit/21df1983e47f3e77c2476dcf75fa8b8ee4ca5465))
862
- * Show progress bar while loading 'inspect' results ([2e3c410](https://github.com/applandinc/appmap-js/commit/2e3c410ea5d60b69b6f0ea5ef035f30f289088b8))
927
+ - Search by package and class
928
+ ([0b14a27](https://github.com/applandinc/appmap-js/commit/0b14a2727f9aadbb43b69ac14d53258f45b20cf5))
929
+ - Search for database:, http:, query:
930
+ ([21df198](https://github.com/applandinc/appmap-js/commit/21df1983e47f3e77c2476dcf75fa8b8ee4ca5465))
931
+ - Show progress bar while loading 'inspect' results
932
+ ([2e3c410](https://github.com/applandinc/appmap-js/commit/2e3c410ea5d60b69b6f0ea5ef035f30f289088b8))
863
933
 
864
934
  # [@appland/cli-v1.1.0](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.4...@appland/cli-v1.1.0) (2021-06-16)
865
935
 
866
-
867
936
  ### Bug Fixes
868
937
 
869
- * Remove 'example' because it adds so much noise ([17fb066](https://github.com/applandinc/appmap-js/commit/17fb066ba0e260911d4b204f6f6b4b310a13b7e1))
870
-
938
+ - Remove 'example' because it adds so much noise
939
+ ([17fb066](https://github.com/applandinc/appmap-js/commit/17fb066ba0e260911d4b204f6f6b4b310a13b7e1))
871
940
 
872
941
  ### Features
873
942
 
874
- * Add 'swagger' command to the CLI ([3cb4380](https://github.com/applandinc/appmap-js/commit/3cb43808918dad92766b863326f0ff500cc235b2))
875
- * Add version file and created time to the AppMap index ([7496e3c](https://github.com/applandinc/appmap-js/commit/7496e3ceaf1dee3f96028d64246d7ea34b314386))
876
- * Find and print info about a named function ([544db5c](https://github.com/applandinc/appmap-js/commit/544db5ca402d9e3399326f28da7d3a43a606f5c4))
877
- * Search AppMaps for tables and routes ([e78d5b9](https://github.com/applandinc/appmap-js/commit/e78d5b91686818001a28ac6aee93ff388ec754e8))
943
+ - Add 'swagger' command to the CLI
944
+ ([3cb4380](https://github.com/applandinc/appmap-js/commit/3cb43808918dad92766b863326f0ff500cc235b2))
945
+ - Add version file and created time to the AppMap index
946
+ ([7496e3c](https://github.com/applandinc/appmap-js/commit/7496e3ceaf1dee3f96028d64246d7ea34b314386))
947
+ - Find and print info about a named function
948
+ ([544db5c](https://github.com/applandinc/appmap-js/commit/544db5ca402d9e3399326f28da7d3a43a606f5c4))
949
+ - Search AppMaps for tables and routes
950
+ ([e78d5b9](https://github.com/applandinc/appmap-js/commit/e78d5b91686818001a28ac6aee93ff388ec754e8))
878
951
 
879
952
  # [@appland/cli-v1.0.4](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.3...@appland/cli-v1.0.4) (2021-05-28)
880
953
 
881
-
882
954
  ### Bug Fixes
883
955
 
884
- * Configure src/cli.js as the bin script for packages/cli ([0de396a](https://github.com/applandinc/appmap-js/commit/0de396a030c9451ee0f930a0f4a81281305ee312))
885
- * In dependency analysis, read the file mtime properly as the value of the file ([3700e96](https://github.com/applandinc/appmap-js/commit/3700e96caa322969d25332a613d6a6645d7d5ca5))
886
- * Remove dependency on yargs/helpers ([5e603d5](https://github.com/applandinc/appmap-js/commit/5e603d5b2c9e606ec82ae23ba2171f0327a7b658))
956
+ - Configure src/cli.js as the bin script for packages/cli
957
+ ([0de396a](https://github.com/applandinc/appmap-js/commit/0de396a030c9451ee0f930a0f4a81281305ee312))
958
+ - In dependency analysis, read the file mtime properly as the value of the file
959
+ ([3700e96](https://github.com/applandinc/appmap-js/commit/3700e96caa322969d25332a613d6a6645d7d5ca5))
960
+ - Remove dependency on yargs/helpers
961
+ ([5e603d5](https://github.com/applandinc/appmap-js/commit/5e603d5b2c9e606ec82ae23ba2171f0327a7b658))
887
962
 
888
963
  # [@appland/cli-v1.0.3](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.2...@appland/cli-v1.0.3) (2021-05-18)
889
964
 
890
-
891
965
  ### Bug Fixes
892
966
 
893
- * Update local dependencies ([f0d3281](https://github.com/applandinc/appmap-js/commit/f0d328161499999ee98fbb3aec2d438b3095bd0f))
894
- * Update yargs to v17.0 ([278f1da](https://github.com/applandinc/appmap-js/commit/278f1daab7bb6fc8371ac80bf210a1a6fce76f79))
967
+ - Update local dependencies
968
+ ([f0d3281](https://github.com/applandinc/appmap-js/commit/f0d328161499999ee98fbb3aec2d438b3095bd0f))
969
+ - Update yargs to v17.0
970
+ ([278f1da](https://github.com/applandinc/appmap-js/commit/278f1daab7bb6fc8371ac80bf210a1a6fce76f79))
895
971
 
896
972
  # [@appland/cli-v1.0.2](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.1...@appland/cli-v1.0.2) (2021-05-11)
897
973
 
898
-
899
974
  ### Bug Fixes
900
975
 
901
- * Add publish config ([118c54f](https://github.com/applandinc/appmap-js/commit/118c54f3db08f19de39bca7d67abd36a0071a20e))
976
+ - Add publish config
977
+ ([118c54f](https://github.com/applandinc/appmap-js/commit/118c54f3db08f19de39bca7d67abd36a0071a20e))
902
978
 
903
979
  # [@appland/cli-v1.0.1](https://github.com/applandinc/appmap-js/compare/@appland/cli-v1.0.0...@appland/cli-v1.0.1) (2021-05-11)
904
980
 
905
-
906
981
  ### Bug Fixes
907
982
 
908
- * Flag package as public ([67e179c](https://github.com/applandinc/appmap-js/commit/67e179cd72ba247903764de25d8c86e0dd07bf9b))
983
+ - Flag package as public
984
+ ([67e179c](https://github.com/applandinc/appmap-js/commit/67e179cd72ba247903764de25d8c86e0dd07bf9b))
909
985
 
910
986
  # @appland/cli-v1.0.0 (2021-05-11)
911
987
 
912
-
913
988
  ### Features
914
989
 
915
- * Initial release ([#195](https://github.com/applandinc/appmap-js/issues/195)) ([c4776a0](https://github.com/applandinc/appmap-js/commit/c4776a0514c333746846b8ffca88465f8c2739ee))
990
+ - Initial release ([#195](https://github.com/applandinc/appmap-js/issues/195))
991
+ ([c4776a0](https://github.com/applandinc/appmap-js/commit/c4776a0514c333746846b8ffca88465f8c2739ee))