@breautek/storm 9.6.1 → 9.6.3
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.
- package/.vscode/settings.json +3 -0
- package/CHANGELOG.md +884 -432
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/main.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/classes/Application.html +17 -17
- package/docs/classes/ConfigLoader.html +3 -3
- package/docs/classes/Database.html +2 -2
- package/docs/classes/DatabaseCastObject.html +2 -2
- package/docs/classes/DatabaseConnection.html +21 -21
- package/docs/classes/DatabaseQueryError.html +6 -6
- package/docs/classes/DeadLockError.html +6 -6
- package/docs/classes/DiskSpaceError.html +5 -5
- package/docs/classes/DropTemporaryTableQuery.html +7 -7
- package/docs/classes/DuplicateEntryError.html +5 -5
- package/docs/classes/EntityNotFoundError.html +5 -5
- package/docs/classes/ExpiredTokenError.html +5 -5
- package/docs/classes/ForbiddenError.html +5 -5
- package/docs/classes/GetMySQLVersion.html +7 -7
- package/docs/classes/Handler.html +2 -2
- package/docs/classes/IllegalStateError.html +5 -5
- package/docs/classes/InternalError.html +5 -5
- package/docs/classes/InvalidCredentialsError.html +5 -5
- package/docs/classes/InvalidValueError.html +5 -5
- package/docs/classes/LineString.html +2 -2
- package/docs/classes/LockWaitTimeoutError.html +6 -6
- package/docs/classes/ManagedDatabaseConnection.html +5 -5
- package/docs/classes/MetricStore.html +2 -2
- package/docs/classes/Middleware.html +2 -2
- package/docs/classes/MissingConfigError.html +5 -5
- package/docs/classes/MissingParameterError.html +5 -5
- package/docs/classes/MySQLConnection.html +25 -25
- package/docs/classes/MySQLDatabase.html +2 -2
- package/docs/classes/NotImplementedError.html +5 -5
- package/docs/classes/Point.html +2 -2
- package/docs/classes/Polygon.html +2 -2
- package/docs/classes/Query.html +7 -7
- package/docs/classes/RawError.html +5 -5
- package/docs/classes/RawQuery.html +7 -7
- package/docs/classes/Request.html +5 -5
- package/docs/classes/Response.html +2 -2
- package/docs/classes/ResponseData.html +3 -3
- package/docs/classes/ServiceProvider.html +2 -2
- package/docs/classes/ServiceResponse.html +2 -2
- package/docs/classes/SetSessionVariableQuery.html +7 -7
- package/docs/classes/StormError.html +5 -5
- package/docs/classes/TemporaryTableQuery.html +7 -7
- package/docs/classes/TimeoutError.html +5 -5
- package/docs/classes/Token.html +2 -2
- package/docs/classes/TokenManager.html +4 -4
- package/docs/classes/Transaction.html +2 -2
- package/docs/classes/UnauthorizedAccessError.html +5 -5
- package/docs/enums/ErrorCode.html +2 -2
- package/docs/enums/ExitCode.html +2 -2
- package/docs/enums/HTTPMethod.html +2 -2
- package/docs/enums/IsolationLevel.html +2 -2
- package/docs/enums/JWTError.html +2 -2
- package/docs/enums/StatusCode.html +2 -2
- package/docs/enums/TransactionAccessLevel.html +2 -2
- package/docs/functions/getInstance.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +2 -2
- package/docs/interfaces/ICloudwatchCredentials.html +2 -2
- package/docs/interfaces/ICloudwatchStreamConfig.html +2 -2
- package/docs/interfaces/IConfig.html +3 -3
- package/docs/interfaces/IDatabaseConfig.html +2 -2
- package/docs/interfaces/IDatabaseConnection.html +5 -5
- package/docs/interfaces/IDatabasePosition.html +2 -2
- package/docs/interfaces/IErrorResponse.html +2 -2
- package/docs/interfaces/IFormData.html +2 -2
- package/docs/interfaces/IGetMySQLVersionResult.html +2 -2
- package/docs/interfaces/IGetMySQLVersionRow.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +2 -2
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IOKPacket.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +2 -2
- package/docs/interfaces/IRequestResponse.html +2 -2
- package/docs/interfaces/ISetSessionVariableQueryInput.html +2 -2
- package/docs/interfaces/IStormCLIArgs.html +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.html +2 -2
- package/docs/interfaces/IUpdateQueryResult.html +2 -2
- package/docs/interfaces/formidable.EmitData.html +2 -2
- package/docs/interfaces/formidable.EventData.html +2 -2
- package/docs/interfaces/formidable.File.html +9 -9
- package/docs/interfaces/formidable.FileJSON.html +7 -7
- package/docs/interfaces/formidable.Options.html +16 -16
- package/docs/interfaces/formidable.Part.html +2 -2
- package/docs/modules/formidable.html +1 -1
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IStoredProcedureResult.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/docs/types/TExpiresIn.html +1 -1
- package/docs/types/TSerializableResponse.html +1 -1
- package/docs/types/TSupportedResponsePrimitives.html +1 -1
- package/docs/types/TSupportedResponseTypes.html +1 -1
- package/docs/types/formidable.BufferEncoding.html +1 -1
- package/docs/types/formidable.DefaultOptions.html +1 -1
- package/docs/types/formidable.EnabledPlugins.html +1 -1
- package/docs/types/formidable.EventNames.html +1 -1
- package/docs/types/formidable.Fields.html +1 -1
- package/docs/types/formidable.Files.html +1 -1
- package/docs/types/formidable.FormidableError.html +1 -0
- package/docs/types/formidable.MappedParsers.html +1 -1
- package/docs/types/formidable.Plugin.html +1 -1
- package/docs/types/formidable.PluginFunction.html +1 -1
- package/docs/types/formidable.Plugins.html +1 -1
- package/docs/variables/formidable.html +1 -1
- package/lib/DatabaseConnection.d.ts +3 -0
- package/lib/DatabaseConnection.js +11 -5
- package/lib/DatabaseConnection.js.map +1 -1
- package/package.json +15 -15
- package/src/DatabaseConnection.ts +14 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,1055 +4,1507 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
-
#### [v9.6.
|
|
7
|
+
#### [v9.6.3](https://github.com/breautek/storm.git
|
|
8
|
+
/compare/v9.6.2...v9.6.3)
|
|
8
9
|
|
|
9
|
-
-
|
|
10
|
-
|
|
10
|
+
- Moved @types/formidable @types/express and @types/ms to dependencies to solve a typing issue when storm is used by other typescript packages. [`#67`](https://github.com/breautek/storm.git
|
|
11
|
+
/pull/67)
|
|
11
12
|
|
|
12
|
-
#### [v9.6.
|
|
13
|
+
#### [v9.6.2](https://github.com/breautek/storm.git
|
|
14
|
+
/compare/v9.6.1...v9.6.2)
|
|
15
|
+
|
|
16
|
+
> 10 April 2026
|
|
17
|
+
|
|
18
|
+
- deproll [`27ecd50`](https://github.com/breautek/storm.git
|
|
19
|
+
/commit/27ecd507af7f8881a3734ea0db9cae5097378042)
|
|
20
|
+
- deproll [`a0a493f`](https://github.com/breautek/storm.git
|
|
21
|
+
/commit/a0a493f1e52c28b9ac6e641699ca066ba1f59446)
|
|
22
|
+
- added recurring db linger warning [`106ba5b`](https://github.com/breautek/storm.git
|
|
23
|
+
/commit/106ba5b38a8d21dd7923fffc5c862070ffa609ca)
|
|
24
|
+
|
|
25
|
+
#### [v9.6.1](https://github.com/breautek/storm.git
|
|
26
|
+
/compare/v9.6.0...v9.6.1)
|
|
27
|
+
|
|
28
|
+
> 5 March 2026
|
|
29
|
+
|
|
30
|
+
- deproll [`9ba7fd6`](https://github.com/breautek/storm.git
|
|
31
|
+
/commit/9ba7fd6a1ce6fb78a6dbfda7e1b89b16c7d7754f)
|
|
32
|
+
- fix: improper handling of DB warning arm when forcefully closing transactional connections [`4b0f24d`](https://github.com/breautek/storm.git
|
|
33
|
+
/commit/4b0f24d1a5146269d1b80cad85d9b1f7e73b3752)
|
|
34
|
+
|
|
35
|
+
#### [v9.6.0](https://github.com/breautek/storm.git
|
|
36
|
+
/compare/v9.5.1...v9.6.0)
|
|
13
37
|
|
|
14
38
|
> 4 March 2026
|
|
15
39
|
|
|
16
|
-
- request test fixes [`377e204`](https://github.com/breautek/storm
|
|
40
|
+
- request test fixes [`377e204`](https://github.com/breautek/storm.git
|
|
41
|
+
/commit/377e2044852ae2d6a963b080e26399d9fcd044a1)
|
|
17
42
|
|
|
18
|
-
#### [v9.5.1](https://github.com/breautek/storm
|
|
43
|
+
#### [v9.5.1](https://github.com/breautek/storm.git
|
|
44
|
+
/compare/v9.5.0...v9.5.1)
|
|
19
45
|
|
|
20
46
|
> 3 March 2026
|
|
21
47
|
|
|
22
|
-
- fix: null guard url parameter getter [`af01105`](https://github.com/breautek/storm
|
|
48
|
+
- fix: null guard url parameter getter [`af01105`](https://github.com/breautek/storm.git
|
|
49
|
+
/commit/af01105de7c4691b81fc5826bd22f4e865ebefcd)
|
|
23
50
|
|
|
24
|
-
#### [v9.5.0](https://github.com/breautek/storm
|
|
51
|
+
#### [v9.5.0](https://github.com/breautek/storm.git
|
|
52
|
+
/compare/v9.4.0...v9.5.0)
|
|
25
53
|
|
|
26
54
|
> 26 February 2026
|
|
27
55
|
|
|
28
|
-
- deproll [`b23e6d6`](https://github.com/breautek/storm
|
|
29
|
-
|
|
56
|
+
- deproll [`b23e6d6`](https://github.com/breautek/storm.git
|
|
57
|
+
/commit/b23e6d69793123c02a2d032104b1ba8648d87cd4)
|
|
58
|
+
- getURLSingleParam & getURLMutliParam convenience APIs [`b2088ff`](https://github.com/breautek/storm.git
|
|
59
|
+
/commit/b2088ff16cc6e8b927c646484c184184abf0961d)
|
|
30
60
|
|
|
31
|
-
#### [v9.4.0](https://github.com/breautek/storm
|
|
61
|
+
#### [v9.4.0](https://github.com/breautek/storm.git
|
|
62
|
+
/compare/v9.3.1...v9.4.0)
|
|
32
63
|
|
|
33
64
|
> 8 February 2026
|
|
34
65
|
|
|
35
|
-
- deproll [`c3f99b2`](https://github.com/breautek/storm
|
|
36
|
-
|
|
37
|
-
-
|
|
66
|
+
- deproll [`c3f99b2`](https://github.com/breautek/storm.git
|
|
67
|
+
/commit/c3f99b29d278b8e713b6ae772a22edffaa6bc39a)
|
|
68
|
+
- deproll [`a11e6d6`](https://github.com/breautek/storm.git
|
|
69
|
+
/commit/a11e6d6590a6b77d1b6bcdc3551e8766f10e4bee)
|
|
70
|
+
- Sync token decode + logging hooks for API handlers [`0a69ec1`](https://github.com/breautek/storm.git
|
|
71
|
+
/commit/0a69ec149381405151a792789dcd81158aeac0df)
|
|
38
72
|
|
|
39
|
-
#### [v9.3.1](https://github.com/breautek/storm
|
|
73
|
+
#### [v9.3.1](https://github.com/breautek/storm.git
|
|
74
|
+
/compare/v9.3.0...v9.3.1)
|
|
40
75
|
|
|
41
76
|
> 21 January 2026
|
|
42
77
|
|
|
43
|
-
- increased lingering timeout warning to 60s [`1730c85`](https://github.com/breautek/storm
|
|
78
|
+
- increased lingering timeout warning to 60s [`1730c85`](https://github.com/breautek/storm.git
|
|
79
|
+
/commit/1730c85c03f72ff31a0783cfb16124f7b5c82a69)
|
|
44
80
|
|
|
45
|
-
#### [v9.3.0](https://github.com/breautek/storm
|
|
81
|
+
#### [v9.3.0](https://github.com/breautek/storm.git
|
|
82
|
+
/compare/v9.2.8...v9.3.0)
|
|
46
83
|
|
|
47
84
|
> 21 January 2026
|
|
48
85
|
|
|
49
|
-
- health API (experimental) [`2230282`](https://github.com/breautek/storm
|
|
50
|
-
|
|
51
|
-
-
|
|
86
|
+
- health API (experimental) [`2230282`](https://github.com/breautek/storm.git
|
|
87
|
+
/commit/22302827cfaa3ca3f4e4104a08c5e9d2954b0bcf)
|
|
88
|
+
- expanded unit tests [`81713f0`](https://github.com/breautek/storm.git
|
|
89
|
+
/commit/81713f0b52576ec9d382a308c388df1620981669)
|
|
90
|
+
- deproll [`7d19487`](https://github.com/breautek/storm.git
|
|
91
|
+
/commit/7d19487b2650777d9a18f9ebc0daf3bbad424a67)
|
|
52
92
|
|
|
53
|
-
#### [v9.2.8](https://github.com/breautek/storm
|
|
93
|
+
#### [v9.2.8](https://github.com/breautek/storm.git
|
|
94
|
+
/compare/v9.2.7...v9.2.8)
|
|
54
95
|
|
|
55
96
|
> 18 December 2025
|
|
56
97
|
|
|
57
|
-
- turn transaction start log into a trace message [`ca2c829`](https://github.com/breautek/storm
|
|
98
|
+
- turn transaction start log into a trace message [`ca2c829`](https://github.com/breautek/storm.git
|
|
99
|
+
/commit/ca2c829b12ff18d8b213857c8db228a22c3e1204)
|
|
58
100
|
|
|
59
|
-
#### [v9.2.7](https://github.com/breautek/storm
|
|
101
|
+
#### [v9.2.7](https://github.com/breautek/storm.git
|
|
102
|
+
/compare/v9.2.6...v9.2.7)
|
|
60
103
|
|
|
61
104
|
> 4 December 2025
|
|
62
105
|
|
|
63
|
-
- deproll for JWT vulnerability [`787b4f3`](https://github.com/breautek/storm
|
|
106
|
+
- deproll for JWT vulnerability [`787b4f3`](https://github.com/breautek/storm.git
|
|
107
|
+
/commit/787b4f392b716baf34322a74e360c0ee8084ad68)
|
|
64
108
|
|
|
65
|
-
#### [v9.2.6](https://github.com/breautek/storm
|
|
109
|
+
#### [v9.2.6](https://github.com/breautek/storm.git
|
|
110
|
+
/compare/v9.2.5...v9.2.6)
|
|
66
111
|
|
|
67
112
|
> 3 December 2025
|
|
68
113
|
|
|
69
|
-
- dont format sql query unless trace is enabled for query streams [`fdc10ba`](https://github.com/breautek/storm
|
|
114
|
+
- dont format sql query unless trace is enabled for query streams [`fdc10ba`](https://github.com/breautek/storm.git
|
|
115
|
+
/commit/fdc10ba0512eaa9a86a229b45dcd3eaf52190905)
|
|
70
116
|
|
|
71
|
-
#### [v9.2.5](https://github.com/breautek/storm
|
|
117
|
+
#### [v9.2.5](https://github.com/breautek/storm.git
|
|
118
|
+
/compare/v9.2.4...v9.2.5)
|
|
72
119
|
|
|
73
120
|
> 1 December 2025
|
|
74
121
|
|
|
75
|
-
- deproll [`22fbbc0`](https://github.com/breautek/storm
|
|
122
|
+
- deproll [`22fbbc0`](https://github.com/breautek/storm.git
|
|
123
|
+
/commit/22fbbc0e35120f9c6d4ac01597c76f60f2822327)
|
|
76
124
|
|
|
77
|
-
#### [v9.2.4](https://github.com/breautek/storm
|
|
125
|
+
#### [v9.2.4](https://github.com/breautek/storm.git
|
|
126
|
+
/compare/v9.2.3...v9.2.4)
|
|
78
127
|
|
|
79
128
|
> 1 October 2025
|
|
80
129
|
|
|
81
|
-
- fix 'interpreted as BINARY by default' warnings [`3363182`](https://github.com/breautek/storm
|
|
130
|
+
- fix 'interpreted as BINARY by default' warnings [`3363182`](https://github.com/breautek/storm.git
|
|
131
|
+
/commit/336318265134c5e2e58fdf2fd432419c9f0ac0db)
|
|
82
132
|
|
|
83
|
-
#### [v9.2.3](https://github.com/breautek/storm
|
|
133
|
+
#### [v9.2.3](https://github.com/breautek/storm.git
|
|
134
|
+
/compare/v9.2.2...v9.2.3)
|
|
84
135
|
|
|
85
136
|
> 23 September 2025
|
|
86
137
|
|
|
87
|
-
- handle query parameter transformation instead of letting mysql2 to do it -- as it's not reliable [`cf8e3fa`](https://github.com/breautek/storm
|
|
138
|
+
- handle query parameter transformation instead of letting mysql2 to do it -- as it's not reliable [`cf8e3fa`](https://github.com/breautek/storm.git
|
|
139
|
+
/commit/cf8e3fa7563bd161fe3cdfbc462c6926f8a9ee3c)
|
|
88
140
|
|
|
89
|
-
#### [v9.2.2](https://github.com/breautek/storm
|
|
141
|
+
#### [v9.2.2](https://github.com/breautek/storm.git
|
|
142
|
+
/compare/v9.2.1...v9.2.2)
|
|
90
143
|
|
|
91
144
|
> 22 September 2025
|
|
92
145
|
|
|
93
|
-
- expanded test coverage, fix master binlog query for 8.4 support [`676e99a`](https://github.com/breautek/storm
|
|
146
|
+
- expanded test coverage, fix master binlog query for 8.4 support [`676e99a`](https://github.com/breautek/storm.git
|
|
147
|
+
/commit/676e99aa530e3b4b38f127163b7f3bb68406b914)
|
|
94
148
|
|
|
95
|
-
#### [v9.2.1](https://github.com/breautek/storm
|
|
149
|
+
#### [v9.2.1](https://github.com/breautek/storm.git
|
|
150
|
+
/compare/v9.2.0...v9.2.1)
|
|
96
151
|
|
|
97
152
|
> 22 September 2025
|
|
98
153
|
|
|
99
|
-
- wrap a configuration option to disable the backwards compatibility changes [`c211107`](https://github.com/breautek/storm
|
|
100
|
-
|
|
101
|
-
-
|
|
154
|
+
- wrap a configuration option to disable the backwards compatibility changes [`c211107`](https://github.com/breautek/storm.git
|
|
155
|
+
/commit/c211107c577bcc32d4f4368e04b513339ed739ba)
|
|
156
|
+
- restore backwards compatibility in type casting [`f62b148`](https://github.com/breautek/storm.git
|
|
157
|
+
/commit/f62b1485cd6a5284e238d4e5deaa40f80bde5de5)
|
|
158
|
+
- cleaned up refactored code [`e21f3ba`](https://github.com/breautek/storm.git
|
|
159
|
+
/commit/e21f3ba576bdc0584c44116c4d2d3472dc0e83c3)
|
|
102
160
|
|
|
103
|
-
#### [v9.2.0](https://github.com/breautek/storm
|
|
161
|
+
#### [v9.2.0](https://github.com/breautek/storm.git
|
|
162
|
+
/compare/v9.1.1...v9.2.0)
|
|
104
163
|
|
|
105
164
|
> 19 September 2025
|
|
106
165
|
|
|
107
|
-
- deproll [`8441358`](https://github.com/breautek/storm
|
|
108
|
-
|
|
166
|
+
- deproll [`8441358`](https://github.com/breautek/storm.git
|
|
167
|
+
/commit/8441358712f233b1f809f3bdada0c509a4ca7056)
|
|
168
|
+
- refactor to mysql2 [`5e60c33`](https://github.com/breautek/storm.git
|
|
169
|
+
/commit/5e60c336b3cd027ce4228e3fe1400a27f5a77596)
|
|
109
170
|
|
|
110
|
-
#### [v9.1.1](https://github.com/breautek/storm
|
|
171
|
+
#### [v9.1.1](https://github.com/breautek/storm.git
|
|
172
|
+
/compare/v9.1.0...v9.1.1)
|
|
111
173
|
|
|
112
174
|
> 12 August 2025
|
|
113
175
|
|
|
114
|
-
- deproll [`ef1c853`](https://github.com/breautek/storm
|
|
115
|
-
|
|
176
|
+
- deproll [`ef1c853`](https://github.com/breautek/storm.git
|
|
177
|
+
/commit/ef1c853686c0cc83f9f7a288fe92a65331aa5b18)
|
|
178
|
+
- re-export Command from commander, since it's part of the Application public API [`94ca42b`](https://github.com/breautek/storm.git
|
|
179
|
+
/commit/94ca42bcf13081ba562583c15e4a3213e3b74616)
|
|
116
180
|
|
|
117
|
-
#### [v9.1.0](https://github.com/breautek/storm
|
|
181
|
+
#### [v9.1.0](https://github.com/breautek/storm.git
|
|
182
|
+
/compare/v9.0.8...v9.1.0)
|
|
118
183
|
|
|
119
184
|
> 31 July 2025
|
|
120
185
|
|
|
121
|
-
- deproll [`690bd91`](https://github.com/breautek/storm
|
|
122
|
-
|
|
186
|
+
- deproll [`690bd91`](https://github.com/breautek/storm.git
|
|
187
|
+
/commit/690bd91667af267fd5d37123e03ac483abd23c4f)
|
|
188
|
+
- feat: IllegalStateError [`620e786`](https://github.com/breautek/storm.git
|
|
189
|
+
/commit/620e78645ecc58ae7f303c5d83f5e52922092cd4)
|
|
123
190
|
|
|
124
|
-
#### [v9.0.8](https://github.com/breautek/storm
|
|
191
|
+
#### [v9.0.8](https://github.com/breautek/storm.git
|
|
192
|
+
/compare/v9.0.7...v9.0.8)
|
|
125
193
|
|
|
126
194
|
> 31 July 2025
|
|
127
195
|
|
|
128
|
-
- deproll [`9e7b737`](https://github.com/breautek/storm
|
|
196
|
+
- deproll [`9e7b737`](https://github.com/breautek/storm.git
|
|
197
|
+
/commit/9e7b737375bafedc68df19a3ad6c0641c4307c47)
|
|
129
198
|
|
|
130
|
-
#### [v9.0.7](https://github.com/breautek/storm
|
|
199
|
+
#### [v9.0.7](https://github.com/breautek/storm.git
|
|
200
|
+
/compare/v9.0.6...v9.0.7)
|
|
131
201
|
|
|
132
202
|
> 24 July 2025
|
|
133
203
|
|
|
134
|
-
- expose expires in type [`1bd2afa`](https://github.com/breautek/storm
|
|
204
|
+
- expose expires in type [`1bd2afa`](https://github.com/breautek/storm.git
|
|
205
|
+
/commit/1bd2afa5542cc3f566f14d79a7c93909dc4a2c53)
|
|
135
206
|
|
|
136
|
-
#### [v9.0.6](https://github.com/breautek/storm
|
|
207
|
+
#### [v9.0.6](https://github.com/breautek/storm.git
|
|
208
|
+
/compare/v9.0.5...v9.0.6)
|
|
137
209
|
|
|
138
210
|
> 18 July 2025
|
|
139
211
|
|
|
140
|
-
- deproll [`ce22ff7`](https://github.com/breautek/storm
|
|
141
|
-
|
|
212
|
+
- deproll [`ce22ff7`](https://github.com/breautek/storm.git
|
|
213
|
+
/commit/ce22ff79909c470b5e9163f3bc1f91c996bc97ae)
|
|
214
|
+
- fix: slave position API used the wrong fields, as it used event read position rather than executed position [`48a468f`](https://github.com/breautek/storm.git
|
|
215
|
+
/commit/48a468f8f8cb74618e7da2f341245c669cfaa1e5)
|
|
142
216
|
|
|
143
|
-
#### [v9.0.5](https://github.com/breautek/storm
|
|
217
|
+
#### [v9.0.5](https://github.com/breautek/storm.git
|
|
218
|
+
/compare/v9.0.4...v9.0.5)
|
|
144
219
|
|
|
145
220
|
> 8 July 2025
|
|
146
221
|
|
|
147
|
-
- util methods for setting and receiving DB position markers [`125bad2`](https://github.com/breautek/storm
|
|
222
|
+
- util methods for setting and receiving DB position markers [`125bad2`](https://github.com/breautek/storm.git
|
|
223
|
+
/commit/125bad21eb50b1df2c3fecb2f9e3b02c3f047580)
|
|
148
224
|
|
|
149
|
-
#### [v9.0.4](https://github.com/breautek/storm
|
|
225
|
+
#### [v9.0.4](https://github.com/breautek/storm.git
|
|
226
|
+
/compare/v9.0.3...v9.0.4)
|
|
150
227
|
|
|
151
228
|
> 7 July 2025
|
|
152
229
|
|
|
153
|
-
- breaking change notes [`58330c8`](https://github.com/breautek/storm
|
|
154
|
-
|
|
230
|
+
- breaking change notes [`58330c8`](https://github.com/breautek/storm.git
|
|
231
|
+
/commit/58330c82c33b3470de89301e3a14d619638d39c2)
|
|
232
|
+
- revert: handling raw data via BodyParser middleware. This causes the stream to be consumed which was unintentional [`472a237`](https://github.com/breautek/storm.git
|
|
233
|
+
/commit/472a23785be3d17b3678cdc7bd644841f2e96ae2)
|
|
155
234
|
|
|
156
|
-
#### [v9.0.3](https://github.com/breautek/storm
|
|
235
|
+
#### [v9.0.3](https://github.com/breautek/storm.git
|
|
236
|
+
/compare/v9.0.2...v9.0.3)
|
|
157
237
|
|
|
158
238
|
> 6 July 2025
|
|
159
239
|
|
|
160
|
-
- fix serialiable type to allow implicit serializable recursion [`a781ead`](https://github.com/breautek/storm
|
|
161
|
-
|
|
240
|
+
- fix serialiable type to allow implicit serializable recursion [`a781ead`](https://github.com/breautek/storm.git
|
|
241
|
+
/commit/a781ead713c00aa935e2d11bf17743524b976ce6)
|
|
242
|
+
- added notice [`68cefe1`](https://github.com/breautek/storm.git
|
|
243
|
+
/commit/68cefe16fb00d659d0bcb9276c396f3ddd5d1c1a)
|
|
162
244
|
|
|
163
|
-
#### [v9.0.2](https://github.com/breautek/storm
|
|
245
|
+
#### [v9.0.2](https://github.com/breautek/storm.git
|
|
246
|
+
/compare/v9.0.1...v9.0.2)
|
|
164
247
|
|
|
165
248
|
> 6 July 2025
|
|
166
249
|
|
|
167
|
-
- fix response typings to allow for recursive json structures [`a73adda`](https://github.com/breautek/storm
|
|
250
|
+
- fix response typings to allow for recursive json structures [`a73adda`](https://github.com/breautek/storm.git
|
|
251
|
+
/commit/a73adda728027f0b5787d5ba1ac59a9aa74381b4)
|
|
168
252
|
|
|
169
|
-
#### [v9.0.1](https://github.com/breautek/storm
|
|
253
|
+
#### [v9.0.1](https://github.com/breautek/storm.git
|
|
254
|
+
/compare/v9.0.0...v9.0.1)
|
|
170
255
|
|
|
171
256
|
> 6 July 2025
|
|
172
257
|
|
|
173
|
-
- fix sendable type to allow well-defined json structures that consists of sendable data [`116a191`](https://github.com/breautek/storm
|
|
258
|
+
- fix sendable type to allow well-defined json structures that consists of sendable data [`116a191`](https://github.com/breautek/storm.git
|
|
259
|
+
/commit/116a19169c53804507f1c0478f8ff8c46abc7497)
|
|
174
260
|
|
|
175
|
-
### [v9.0.0](https://github.com/breautek/storm
|
|
261
|
+
### [v9.0.0](https://github.com/breautek/storm.git
|
|
262
|
+
/compare/v8.6.0...v9.0.0)
|
|
176
263
|
|
|
177
264
|
> 6 July 2025
|
|
178
265
|
|
|
179
|
-
- deproll and resulting breaking changes and fixes [`feb6a7d`](https://github.com/breautek/storm
|
|
180
|
-
|
|
181
|
-
-
|
|
266
|
+
- deproll and resulting breaking changes and fixes [`feb6a7d`](https://github.com/breautek/storm.git
|
|
267
|
+
/commit/feb6a7d075aaf36b7e0f10e1013bdbdd764c88b7)
|
|
268
|
+
- improved replication waiting support [`16c79b7`](https://github.com/breautek/storm.git
|
|
269
|
+
/commit/16c79b7a878c3cef7fb4b75ca6665a30db296356)
|
|
270
|
+
- Improved handler typings [`3e07508`](https://github.com/breautek/storm.git
|
|
271
|
+
/commit/3e07508bae6dd8e6b8572bbdb0f8a9b156ebb7ed)
|
|
182
272
|
|
|
183
|
-
#### [v8.6.0](https://github.com/breautek/storm
|
|
273
|
+
#### [v8.6.0](https://github.com/breautek/storm.git
|
|
274
|
+
/compare/v8.5.0...v8.6.0)
|
|
184
275
|
|
|
185
276
|
> 2 July 2025
|
|
186
277
|
|
|
187
|
-
- deproll [`aee41fe`](https://github.com/breautek/storm
|
|
188
|
-
|
|
189
|
-
-
|
|
278
|
+
- deproll [`aee41fe`](https://github.com/breautek/storm.git
|
|
279
|
+
/commit/aee41fe79c42b214a44357bedb97b86fde2c357f)
|
|
280
|
+
- feat: TransactionAccessLevel [`603177a`](https://github.com/breautek/storm.git
|
|
281
|
+
/commit/603177af0b8cd931eb6f087b60cc746706498241)
|
|
282
|
+
- deprecate: onPostProcess [`cf8f6ed`](https://github.com/breautek/storm.git
|
|
283
|
+
/commit/cf8f6ed042003c51605cbab3b0a08092dda796c1)
|
|
190
284
|
|
|
191
|
-
#### [v8.5.0](https://github.com/breautek/storm
|
|
285
|
+
#### [v8.5.0](https://github.com/breautek/storm.git
|
|
286
|
+
/compare/v8.4.0...v8.5.0)
|
|
192
287
|
|
|
193
288
|
> 8 May 2025
|
|
194
289
|
|
|
195
|
-
- deproll [`d1f7b6e`](https://github.com/breautek/storm
|
|
196
|
-
|
|
290
|
+
- deproll [`d1f7b6e`](https://github.com/breautek/storm.git
|
|
291
|
+
/commit/d1f7b6e5c47e4e6ee4db0119405b3963f9309836)
|
|
292
|
+
- feat: DatabaseQueryError.getDBErrorCode() [`1b1bfd6`](https://github.com/breautek/storm.git
|
|
293
|
+
/commit/1b1bfd635a8b3373f8fd02aaf193604945b52b1d)
|
|
197
294
|
|
|
198
|
-
#### [v8.4.0](https://github.com/breautek/storm
|
|
295
|
+
#### [v8.4.0](https://github.com/breautek/storm.git
|
|
296
|
+
/compare/v8.3.0...v8.4.0)
|
|
199
297
|
|
|
200
298
|
> 14 March 2025
|
|
201
299
|
|
|
202
|
-
- lint upgrade [`361ca94`](https://github.com/breautek/storm
|
|
203
|
-
|
|
204
|
-
-
|
|
300
|
+
- lint upgrade [`361ca94`](https://github.com/breautek/storm.git
|
|
301
|
+
/commit/361ca94ca1bb11052ca42d94a252df0b5fa23666)
|
|
302
|
+
- expose a query formatter [`50d1988`](https://github.com/breautek/storm.git
|
|
303
|
+
/commit/50d1988a6f07a58ee265f99cdbb28d6a9d36557d)
|
|
304
|
+
- removed unecessary lint ignores [`32ac928`](https://github.com/breautek/storm.git
|
|
305
|
+
/commit/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0)
|
|
205
306
|
|
|
206
|
-
#### [v8.3.0](https://github.com/breautek/storm
|
|
307
|
+
#### [v8.3.0](https://github.com/breautek/storm.git
|
|
308
|
+
/compare/v8.2.0...v8.3.0)
|
|
207
309
|
|
|
208
310
|
> 25 February 2025
|
|
209
311
|
|
|
210
|
-
- added onPostQuery API [`16ca019`](https://github.com/breautek/storm
|
|
312
|
+
- added onPostQuery API [`16ca019`](https://github.com/breautek/storm.git
|
|
313
|
+
/commit/16ca0191092b3df9a574e48b774c94d7b12b8ee9)
|
|
211
314
|
|
|
212
|
-
#### [v8.2.0](https://github.com/breautek/storm
|
|
315
|
+
#### [v8.2.0](https://github.com/breautek/storm.git
|
|
316
|
+
/compare/v8.1.4...v8.2.0)
|
|
213
317
|
|
|
214
318
|
> 19 February 2025
|
|
215
319
|
|
|
216
|
-
- deproll [`2eeb91d`](https://github.com/breautek/storm
|
|
217
|
-
|
|
320
|
+
- deproll [`2eeb91d`](https://github.com/breautek/storm.git
|
|
321
|
+
/commit/2eeb91de4603c2441d903b421876ebce353eeca7)
|
|
322
|
+
- feat: Applicaiton.getVersion [`7ac2103`](https://github.com/breautek/storm.git
|
|
323
|
+
/commit/7ac210306dda048a27ddefc3c13f13c6dd8e8420)
|
|
218
324
|
|
|
219
|
-
#### [v8.1.4](https://github.com/breautek/storm
|
|
325
|
+
#### [v8.1.4](https://github.com/breautek/storm.git
|
|
326
|
+
/compare/v8.1.3...v8.1.4)
|
|
220
327
|
|
|
221
328
|
> 9 December 2024
|
|
222
329
|
|
|
223
|
-
- deproll [`98a42a5`](https://github.com/breautek/storm
|
|
330
|
+
- deproll [`98a42a5`](https://github.com/breautek/storm.git
|
|
331
|
+
/commit/98a42a5ea145f78d0208ffc6475e1b29c80e0ad6)
|
|
224
332
|
|
|
225
|
-
#### [v8.1.3](https://github.com/breautek/storm
|
|
333
|
+
#### [v8.1.3](https://github.com/breautek/storm.git
|
|
334
|
+
/compare/v8.1.2...v8.1.3)
|
|
226
335
|
|
|
227
336
|
> 21 October 2024
|
|
228
337
|
|
|
229
|
-
- deproll [`1f5b0fd`](https://github.com/breautek/storm
|
|
338
|
+
- deproll [`1f5b0fd`](https://github.com/breautek/storm.git
|
|
339
|
+
/commit/1f5b0fd74e6cc383a7a8800774113102e163ca3e)
|
|
230
340
|
|
|
231
|
-
#### [v8.1.2](https://github.com/breautek/storm
|
|
341
|
+
#### [v8.1.2](https://github.com/breautek/storm.git
|
|
342
|
+
/compare/v8.1.1...v8.1.2)
|
|
232
343
|
|
|
233
344
|
> 3 October 2024
|
|
234
345
|
|
|
235
|
-
- deproll [`daa9146`](https://github.com/breautek/storm
|
|
346
|
+
- deproll [`daa9146`](https://github.com/breautek/storm.git
|
|
347
|
+
/commit/daa91468662e9d39a31c1e17441358d2006bca6a)
|
|
236
348
|
|
|
237
|
-
#### [v8.1.1](https://github.com/breautek/storm
|
|
349
|
+
#### [v8.1.1](https://github.com/breautek/storm.git
|
|
350
|
+
/compare/v8.1.0...v8.1.1)
|
|
238
351
|
|
|
239
352
|
> 3 October 2024
|
|
240
353
|
|
|
241
|
-
- deproll [`843c291`](https://github.com/breautek/storm
|
|
242
|
-
|
|
243
|
-
- deproll [`
|
|
354
|
+
- deproll [`843c291`](https://github.com/breautek/storm.git
|
|
355
|
+
/commit/843c291c9469e07987c2a1fbbf82731687667855)
|
|
356
|
+
- deproll [`7b1b250`](https://github.com/breautek/storm.git
|
|
357
|
+
/commit/7b1b250298828b9d16b249f30bfe97708dcfd0ff)
|
|
358
|
+
- deproll [`1f37f7e`](https://github.com/breautek/storm.git
|
|
359
|
+
/commit/1f37f7eda63a7fde895857da09d49333a8a3fa52)
|
|
244
360
|
|
|
245
|
-
#### [v8.1.0](https://github.com/breautek/storm
|
|
361
|
+
#### [v8.1.0](https://github.com/breautek/storm.git
|
|
362
|
+
/compare/v8.0.0...v8.1.0)
|
|
246
363
|
|
|
247
364
|
> 13 June 2024
|
|
248
365
|
|
|
249
|
-
- feat: Bin log status and replication lag waiting system [`#62`](https://github.com/breautek/storm
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
|
|
366
|
+
- feat: Bin log status and replication lag waiting system [`#62`](https://github.com/breautek/storm.git
|
|
367
|
+
/pull/62)
|
|
368
|
+
- deproll [`612e2c2`](https://github.com/breautek/storm.git
|
|
369
|
+
/commit/612e2c221f8c1a6a380d1990624b4235e905ec0a)
|
|
370
|
+
- Breaking change notes [`eb9b429`](https://github.com/breautek/storm.git
|
|
371
|
+
/commit/eb9b429de1f298151267716e56fedd7f12be8f0f)
|
|
372
|
+
- 8.1 beta [`0e0576f`](https://github.com/breautek/storm.git
|
|
373
|
+
/commit/0e0576f1dd79b105994ce322aa8a9a497b870d22)
|
|
253
374
|
|
|
254
|
-
### [v8.0.0](https://github.com/breautek/storm
|
|
375
|
+
### [v8.0.0](https://github.com/breautek/storm.git
|
|
376
|
+
/compare/v7.1.2...v8.0.0)
|
|
255
377
|
|
|
256
378
|
> 23 April 2024
|
|
257
379
|
|
|
258
|
-
- breaking: deproll [`6245ba5`](https://github.com/breautek/storm
|
|
259
|
-
|
|
380
|
+
- breaking: deproll [`6245ba5`](https://github.com/breautek/storm.git
|
|
381
|
+
/commit/6245ba5f250363ab420bd42a3d778a227fa6e8ba)
|
|
382
|
+
- breaking: Bump min NodeJS to 20 [`8a22ef0`](https://github.com/breautek/storm.git
|
|
383
|
+
/commit/8a22ef0290ad5d80e16fdf22fc49e9853652e727)
|
|
260
384
|
|
|
261
|
-
#### [v7.1.2](https://github.com/breautek/storm
|
|
385
|
+
#### [v7.1.2](https://github.com/breautek/storm.git
|
|
386
|
+
/compare/v7.1.1...v7.1.2)
|
|
262
387
|
|
|
263
388
|
> 27 March 2024
|
|
264
389
|
|
|
265
|
-
- fix: express vulnerability [`7ae01af`](https://github.com/breautek/storm
|
|
390
|
+
- fix: express vulnerability [`7ae01af`](https://github.com/breautek/storm.git
|
|
391
|
+
/commit/7ae01af99f9eff7ceb3f3ca4f7d5d024d18670f2)
|
|
266
392
|
|
|
267
|
-
#### [v7.1.1](https://github.com/breautek/storm
|
|
393
|
+
#### [v7.1.1](https://github.com/breautek/storm.git
|
|
394
|
+
/compare/v7.1.0...v7.1.1)
|
|
268
395
|
|
|
269
396
|
> 4 March 2024
|
|
270
397
|
|
|
271
|
-
- fix: IStoredProcedureResult type [`7b39b12`](https://github.com/breautek/storm
|
|
398
|
+
- fix: IStoredProcedureResult type [`7b39b12`](https://github.com/breautek/storm.git
|
|
399
|
+
/commit/7b39b12d55bdff80a921a1efbeba49fad48ab595)
|
|
272
400
|
|
|
273
|
-
#### [v7.1.0](https://github.com/breautek/storm
|
|
401
|
+
#### [v7.1.0](https://github.com/breautek/storm.git
|
|
402
|
+
/compare/v7.0.0...v7.1.0)
|
|
274
403
|
|
|
275
404
|
> 28 February 2024
|
|
276
405
|
|
|
277
|
-
- feat: IOKPacket and IStoredProcedureResult interfaces for typing stored procedure results [`9df3b60`](https://github.com/breautek/storm
|
|
406
|
+
- feat: IOKPacket and IStoredProcedureResult interfaces for typing stored procedure results [`9df3b60`](https://github.com/breautek/storm.git
|
|
407
|
+
/commit/9df3b60fdb43360ed2ece58a85132e5c2d37ff47)
|
|
278
408
|
|
|
279
|
-
### [v7.0.0](https://github.com/breautek/storm
|
|
409
|
+
### [v7.0.0](https://github.com/breautek/storm.git
|
|
410
|
+
/compare/v6.1.0-beta.8...v7.0.0)
|
|
280
411
|
|
|
281
412
|
> 27 November 2023
|
|
282
413
|
|
|
283
|
-
- deproll [`a3e9181`](https://github.com/breautek/storm
|
|
414
|
+
- deproll [`a3e9181`](https://github.com/breautek/storm.git
|
|
415
|
+
/commit/a3e9181e2d51825f7a4bac4e50d93b41fae88662)
|
|
284
416
|
|
|
285
|
-
#### [v6.1.0-beta.8](https://github.com/breautek/storm
|
|
417
|
+
#### [v6.1.0-beta.8](https://github.com/breautek/storm.git
|
|
418
|
+
/compare/v6.1.0-beta.7...v6.1.0-beta.8)
|
|
286
419
|
|
|
287
420
|
> 21 November 2023
|
|
288
421
|
|
|
289
|
-
- exposed apis to get main and local config file paths so that applications can spawn sub applications [`dd27da0`](https://github.com/breautek/storm
|
|
422
|
+
- exposed apis to get main and local config file paths so that applications can spawn sub applications [`dd27da0`](https://github.com/breautek/storm.git
|
|
423
|
+
/commit/dd27da015277b703e5e3fb395f3eadf563bd2821)
|
|
290
424
|
|
|
291
|
-
#### [v6.1.0-beta.7](https://github.com/breautek/storm
|
|
425
|
+
#### [v6.1.0-beta.7](https://github.com/breautek/storm.git
|
|
426
|
+
/compare/v6.1.0-beta.6...v6.1.0-beta.7)
|
|
292
427
|
|
|
293
428
|
> 21 November 2023
|
|
294
429
|
|
|
295
|
-
- exposed IStormCLIArgs [`b58f6a0`](https://github.com/breautek/storm
|
|
430
|
+
- exposed IStormCLIArgs [`b58f6a0`](https://github.com/breautek/storm.git
|
|
431
|
+
/commit/b58f6a0d3571d52fc208d790676b084b0b1a5a53)
|
|
296
432
|
|
|
297
|
-
#### [v6.1.0-beta.6](https://github.com/breautek/storm
|
|
433
|
+
#### [v6.1.0-beta.6](https://github.com/breautek/storm.git
|
|
434
|
+
/compare/v6.1.0-beta.5...v6.1.0-beta.6)
|
|
298
435
|
|
|
299
436
|
> 21 November 2023
|
|
300
437
|
|
|
301
|
-
- fix test [`f3d9d0b`](https://github.com/breautek/storm
|
|
438
|
+
- fix test [`f3d9d0b`](https://github.com/breautek/storm.git
|
|
439
|
+
/commit/f3d9d0bd3cc1729a260684955abd9c27b191ec59)
|
|
302
440
|
|
|
303
|
-
#### [v6.1.0-beta.5](https://github.com/breautek/storm
|
|
441
|
+
#### [v6.1.0-beta.5](https://github.com/breautek/storm.git
|
|
442
|
+
/compare/v6.1.0-beta.4...v6.1.0-beta.5)
|
|
304
443
|
|
|
305
444
|
> 21 November 2023
|
|
306
445
|
|
|
307
|
-
- pass raw obj [`740a66a`](https://github.com/breautek/storm
|
|
308
|
-
|
|
446
|
+
- pass raw obj [`740a66a`](https://github.com/breautek/storm.git
|
|
447
|
+
/commit/740a66acb612ab00954dfbc975312c28129cb392)
|
|
448
|
+
- fix test [`d880080`](https://github.com/breautek/storm.git
|
|
449
|
+
/commit/d8800808928e4a5292960805ab09296b109d1d2c)
|
|
309
450
|
|
|
310
|
-
#### [v6.1.0-beta.4](https://github.com/breautek/storm
|
|
451
|
+
#### [v6.1.0-beta.4](https://github.com/breautek/storm.git
|
|
452
|
+
/compare/v6.1.0-beta.3...v6.1.0-beta.4)
|
|
311
453
|
|
|
312
454
|
> 21 November 2023
|
|
313
455
|
|
|
314
|
-
- added alternate path to supply custom CLI -> config mapping [`2749764`](https://github.com/breautek/storm
|
|
456
|
+
- added alternate path to supply custom CLI -> config mapping [`2749764`](https://github.com/breautek/storm.git
|
|
457
|
+
/commit/2749764f72112b728bb95f91c5edbcd2c7f1a602)
|
|
315
458
|
|
|
316
|
-
#### [v6.1.0-beta.3](https://github.com/breautek/storm
|
|
459
|
+
#### [v6.1.0-beta.3](https://github.com/breautek/storm.git
|
|
460
|
+
/compare/v6.1.0-beta.2...v6.1.0-beta.3)
|
|
317
461
|
|
|
318
462
|
> 21 November 2023
|
|
319
463
|
|
|
320
|
-
- fix: allow custom config passthrough from CLI args [`eaa868e`](https://github.com/breautek/storm
|
|
321
|
-
|
|
464
|
+
- fix: allow custom config passthrough from CLI args [`eaa868e`](https://github.com/breautek/storm.git
|
|
465
|
+
/commit/eaa868ecd8505d68faa45719325caebc4cafdfe2)
|
|
466
|
+
- fix: buid-lib script [`4ae1e4b`](https://github.com/breautek/storm.git
|
|
467
|
+
/commit/4ae1e4b8cfc232314bdae5bfd2e1f0e46f70f09a)
|
|
322
468
|
|
|
323
|
-
#### [v6.1.0-beta.2](https://github.com/breautek/storm
|
|
469
|
+
#### [v6.1.0-beta.2](https://github.com/breautek/storm.git
|
|
470
|
+
/compare/v6.1.0-beta.1...v6.1.0-beta.2)
|
|
324
471
|
|
|
325
472
|
> 21 November 2023
|
|
326
473
|
|
|
327
|
-
- fix: ConfigLoader CLI overrides [`d381c8f`](https://github.com/breautek/storm
|
|
474
|
+
- fix: ConfigLoader CLI overrides [`d381c8f`](https://github.com/breautek/storm.git
|
|
475
|
+
/commit/d381c8f745a6eb6f0eab8b55a5206418a75c78a8)
|
|
328
476
|
|
|
329
|
-
#### [v6.1.0-beta.1](https://github.com/breautek/storm
|
|
477
|
+
#### [v6.1.0-beta.1](https://github.com/breautek/storm.git
|
|
478
|
+
/compare/v6.1.0-beta.0...v6.1.0-beta.1)
|
|
330
479
|
|
|
331
480
|
> 21 November 2023
|
|
332
481
|
|
|
333
|
-
- fix: config path find [`3a35474`](https://github.com/breautek/storm
|
|
482
|
+
- fix: config path find [`3a35474`](https://github.com/breautek/storm.git
|
|
483
|
+
/commit/3a35474aad00b2c6f0b044f1afac2402d2b96ffc)
|
|
334
484
|
|
|
335
|
-
#### [v6.1.0-beta.0](https://github.com/breautek/storm
|
|
485
|
+
#### [v6.1.0-beta.0](https://github.com/breautek/storm.git
|
|
486
|
+
/compare/v6.0.5...v6.1.0-beta.0)
|
|
336
487
|
|
|
337
488
|
> 21 November 2023
|
|
338
489
|
|
|
339
|
-
- deproll [`4cc5352`](https://github.com/breautek/storm
|
|
340
|
-
|
|
341
|
-
-
|
|
490
|
+
- deproll [`4cc5352`](https://github.com/breautek/storm.git
|
|
491
|
+
/commit/4cc53526964a958ebc6e50dd3143954b1ea0714c)
|
|
492
|
+
- deproll [`9bc3b23`](https://github.com/breautek/storm.git
|
|
493
|
+
/commit/9bc3b238d22430969cae1ed8a5f20cf14f38a7d4)
|
|
494
|
+
- Support loading config files by supplying file paths [`e81a0ab`](https://github.com/breautek/storm.git
|
|
495
|
+
/commit/e81a0ab44fd60138007f2f87cb8cf4b862907820)
|
|
342
496
|
|
|
343
|
-
#### [v6.0.5](https://github.com/breautek/storm
|
|
497
|
+
#### [v6.0.5](https://github.com/breautek/storm.git
|
|
498
|
+
/compare/v6.0.4...v6.0.5)
|
|
344
499
|
|
|
345
500
|
> 29 June 2023
|
|
346
501
|
|
|
347
|
-
- deproll [`8bb0a31`](https://github.com/breautek/storm
|
|
348
|
-
|
|
349
|
-
-
|
|
502
|
+
- deproll [`8bb0a31`](https://github.com/breautek/storm.git
|
|
503
|
+
/commit/8bb0a314ac7639cddf1ddb5abdb6c08e419ec41c)
|
|
504
|
+
- deproll [`04df9d1`](https://github.com/breautek/storm.git
|
|
505
|
+
/commit/04df9d1ba4ae174d5bfac65a015f64e5856db629)
|
|
506
|
+
- fixed for cloudwatch streams [`945a272`](https://github.com/breautek/storm.git
|
|
507
|
+
/commit/945a2726f97c86e83f8e6486adf32b45f1fbaa91)
|
|
350
508
|
|
|
351
|
-
#### [v6.0.4](https://github.com/breautek/storm
|
|
509
|
+
#### [v6.0.4](https://github.com/breautek/storm.git
|
|
510
|
+
/compare/v6.0.3...v6.0.4)
|
|
352
511
|
|
|
353
512
|
> 28 May 2023
|
|
354
513
|
|
|
355
|
-
- dep: @arashi/logger@4.0.1 [`e0c569b`](https://github.com/breautek/storm
|
|
356
|
-
|
|
514
|
+
- dep: @arashi/logger@4.0.1 [`e0c569b`](https://github.com/breautek/storm.git
|
|
515
|
+
/commit/e0c569baa19214d0aca2d7dc89cb2e48e83fde01)
|
|
516
|
+
- improved error handling on logging unhandled exceptions [`a61bef4`](https://github.com/breautek/storm.git
|
|
517
|
+
/commit/a61bef4155464c39954e26ff70837671bfc6fb64)
|
|
357
518
|
|
|
358
|
-
#### [v6.0.3](https://github.com/breautek/storm
|
|
519
|
+
#### [v6.0.3](https://github.com/breautek/storm.git
|
|
520
|
+
/compare/v6.0.2...v6.0.3)
|
|
359
521
|
|
|
360
522
|
> 27 May 2023
|
|
361
523
|
|
|
362
|
-
- fix: cloudwatch config validation [`1190bb1`](https://github.com/breautek/storm
|
|
524
|
+
- fix: cloudwatch config validation [`1190bb1`](https://github.com/breautek/storm.git
|
|
525
|
+
/commit/1190bb18bd88f82667d106308da39901a583e1ae)
|
|
363
526
|
|
|
364
|
-
#### [v6.0.2](https://github.com/breautek/storm
|
|
527
|
+
#### [v6.0.2](https://github.com/breautek/storm.git
|
|
528
|
+
/compare/v6.0.1...v6.0.2)
|
|
365
529
|
|
|
366
530
|
> 27 May 2023
|
|
367
531
|
|
|
368
|
-
- deproll [`4c09a91`](https://github.com/breautek/storm
|
|
369
|
-
|
|
532
|
+
- deproll [`4c09a91`](https://github.com/breautek/storm.git
|
|
533
|
+
/commit/4c09a913bb856ae16bb7e50b525a4d7a3be7e7d3)
|
|
534
|
+
- fix logger typings to accept the base logger class & returned a logger factory method that can be overrided on the Application [`50d4643`](https://github.com/breautek/storm.git
|
|
535
|
+
/commit/50d4643ad99dea95655faea4f16432ddb8746080)
|
|
370
536
|
|
|
371
|
-
#### [v6.0.1](https://github.com/breautek/storm
|
|
537
|
+
#### [v6.0.1](https://github.com/breautek/storm.git
|
|
538
|
+
/compare/v6.0.0...v6.0.1)
|
|
372
539
|
|
|
373
540
|
> 26 May 2023
|
|
374
541
|
|
|
375
|
-
- added start api [`78cd5a3`](https://github.com/breautek/storm
|
|
542
|
+
- added start api [`78cd5a3`](https://github.com/breautek/storm.git
|
|
543
|
+
/commit/78cd5a3c6c2650a62d7ca28bd37a72aaaadbcc44)
|
|
376
544
|
|
|
377
|
-
### [v6.0.0](https://github.com/breautek/storm
|
|
545
|
+
### [v6.0.0](https://github.com/breautek/storm.git
|
|
546
|
+
/compare/v5.0.2...v6.0.0)
|
|
378
547
|
|
|
379
548
|
> 26 May 2023
|
|
380
549
|
|
|
381
|
-
- breaking: log changes [`44c42ee`](https://github.com/breautek/storm
|
|
382
|
-
|
|
383
|
-
-
|
|
550
|
+
- breaking: log changes [`44c42ee`](https://github.com/breautek/storm.git
|
|
551
|
+
/commit/44c42ee4e15661e2fbfbeeb0a7d0554a5ee7d712)
|
|
552
|
+
- fix logger pin [`4f1bab2`](https://github.com/breautek/storm.git
|
|
553
|
+
/commit/4f1bab24b28e749114dbea03b5b4f32bcb76f28e)
|
|
554
|
+
- noted 6.x breaking changes [`e7472db`](https://github.com/breautek/storm.git
|
|
555
|
+
/commit/e7472db172f7a82fcb479bd014a60802414ab27f)
|
|
384
556
|
|
|
385
|
-
#### [v5.0.2](https://github.com/breautek/storm
|
|
557
|
+
#### [v5.0.2](https://github.com/breautek/storm.git
|
|
558
|
+
/compare/v5.0.1...v5.0.2)
|
|
386
559
|
|
|
387
560
|
> 17 May 2023
|
|
388
561
|
|
|
389
|
-
- Updated Typescript & typedoc [`5f3bd46`](https://github.com/breautek/storm
|
|
390
|
-
|
|
391
|
-
-
|
|
562
|
+
- Updated Typescript & typedoc [`5f3bd46`](https://github.com/breautek/storm.git
|
|
563
|
+
/commit/5f3bd4616cde0735d7424171b455f933174f7a30)
|
|
564
|
+
- deproll [`b5b41eb`](https://github.com/breautek/storm.git
|
|
565
|
+
/commit/b5b41eba88f4002390c10fe1ec897544942f03b9)
|
|
566
|
+
- Added test for transaction for when StartTransaction fails [`b25eae7`](https://github.com/breautek/storm.git
|
|
567
|
+
/commit/b25eae7b280160685e0f186a4faf98836ea2e86b)
|
|
392
568
|
|
|
393
|
-
#### [v5.0.1](https://github.com/breautek/storm
|
|
569
|
+
#### [v5.0.1](https://github.com/breautek/storm.git
|
|
570
|
+
/compare/v5.0.1-beta.2...v5.0.1)
|
|
394
571
|
|
|
395
572
|
> 10 March 2023
|
|
396
573
|
|
|
397
|
-
- deproll [`e683fc7`](https://github.com/breautek/storm
|
|
398
|
-
|
|
399
|
-
-
|
|
574
|
+
- deproll [`e683fc7`](https://github.com/breautek/storm.git
|
|
575
|
+
/commit/e683fc7574e80c6fd75ad5d62dc0fe9cf93f1e2e)
|
|
576
|
+
- Revert "(testing): remove totalpvae eslint" [`e6842eb`](https://github.com/breautek/storm.git
|
|
577
|
+
/commit/e6842eb95d9a8ec83250869530b6170eefed3e2d)
|
|
578
|
+
- beta 3 [`3dcafe4`](https://github.com/breautek/storm.git
|
|
579
|
+
/commit/3dcafe41bdc872a92d26b3f86d839400c5cbe6e4)
|
|
400
580
|
|
|
401
|
-
#### [v5.0.1-beta.2](https://github.com/breautek/storm
|
|
581
|
+
#### [v5.0.1-beta.2](https://github.com/breautek/storm.git
|
|
582
|
+
/compare/v5.0.1-beta.1...v5.0.1-beta.2)
|
|
402
583
|
|
|
403
584
|
> 10 March 2023
|
|
404
585
|
|
|
405
|
-
- fix: Ensure official NPM registry is used [`7b3960f`](https://github.com/breautek/storm
|
|
406
|
-
|
|
586
|
+
- fix: Ensure official NPM registry is used [`7b3960f`](https://github.com/breautek/storm.git
|
|
587
|
+
/commit/7b3960fb10e41b3be5e61a05646ff37ccdac77a4)
|
|
588
|
+
- (testing): remove totalpvae eslint [`d45307d`](https://github.com/breautek/storm.git
|
|
589
|
+
/commit/d45307d97b66c70a139edc74bfc1ae8e77975ec1)
|
|
407
590
|
|
|
408
|
-
#### [v5.0.1-beta.1](https://github.com/breautek/storm
|
|
591
|
+
#### [v5.0.1-beta.1](https://github.com/breautek/storm.git
|
|
592
|
+
/compare/v5.0.1-beta.0...v5.0.1-beta.1)
|
|
409
593
|
|
|
410
594
|
> 10 March 2023
|
|
411
595
|
|
|
412
|
-
- fix package-lock [`eca48f5`](https://github.com/breautek/storm
|
|
596
|
+
- fix package-lock [`eca48f5`](https://github.com/breautek/storm.git
|
|
597
|
+
/commit/eca48f50749f41775cf841b8b968572b91fd5a8d)
|
|
413
598
|
|
|
414
|
-
#### [v5.0.1-beta.0](https://github.com/breautek/storm
|
|
599
|
+
#### [v5.0.1-beta.0](https://github.com/breautek/storm.git
|
|
600
|
+
/compare/v5.0.0...v5.0.1-beta.0)
|
|
415
601
|
|
|
416
602
|
> 10 March 2023
|
|
417
603
|
|
|
418
|
-
- feat: retry transaction on lock timeouts [`c3ad7fa`](https://github.com/breautek/storm
|
|
604
|
+
- feat: retry transaction on lock timeouts [`c3ad7fa`](https://github.com/breautek/storm.git
|
|
605
|
+
/commit/c3ad7fa3f02c5edd0084bf129c6d592605a58feb)
|
|
419
606
|
|
|
420
|
-
### [v5.0.0](https://github.com/breautek/storm
|
|
607
|
+
### [v5.0.0](https://github.com/breautek/storm.git
|
|
608
|
+
/compare/v4.6.3...v5.0.0)
|
|
421
609
|
|
|
422
610
|
> 6 March 2023
|
|
423
611
|
|
|
424
|
-
- Transaction API [`#57`](https://github.com/breautek/storm
|
|
425
|
-
|
|
426
|
-
-
|
|
427
|
-
|
|
612
|
+
- Transaction API [`#57`](https://github.com/breautek/storm.git
|
|
613
|
+
/pull/57)
|
|
614
|
+
- deproll [`326ee1f`](https://github.com/breautek/storm.git
|
|
615
|
+
/commit/326ee1fa34c8e66f26c51737ecf2c0abebde8f33)
|
|
616
|
+
- removed travis config [`b6f2851`](https://github.com/breautek/storm.git
|
|
617
|
+
/commit/b6f2851ca2570078cbe90ec3895392a79a07a0b5)
|
|
618
|
+
- Only collect coverage on full test runs [`4cd3371`](https://github.com/breautek/storm.git
|
|
619
|
+
/commit/4cd3371748d5f547e90d4de2f078fd130738a168)
|
|
428
620
|
|
|
429
|
-
#### [v4.6.3](https://github.com/breautek/storm
|
|
621
|
+
#### [v4.6.3](https://github.com/breautek/storm.git
|
|
622
|
+
/compare/v4.6.2...v4.6.3)
|
|
430
623
|
|
|
431
624
|
> 4 January 2023
|
|
432
625
|
|
|
433
|
-
- deproll (Minus jsonwebtoken) [`1ef6050`](https://github.com/breautek/storm
|
|
434
|
-
|
|
626
|
+
- deproll (Minus jsonwebtoken) [`1ef6050`](https://github.com/breautek/storm.git
|
|
627
|
+
/commit/1ef6050745968160db12a39994b73e45402decb6)
|
|
628
|
+
- jsonwebtoken 8.x -> 9.0.0 [`5fbba2d`](https://github.com/breautek/storm.git
|
|
629
|
+
/commit/5fbba2dd103355319e51153b94385633a6c74ed1)
|
|
435
630
|
|
|
436
|
-
#### [v4.6.2](https://github.com/breautek/storm
|
|
631
|
+
#### [v4.6.2](https://github.com/breautek/storm.git
|
|
632
|
+
/compare/v4.6.1...v4.6.2)
|
|
437
633
|
|
|
438
634
|
> 16 November 2022
|
|
439
635
|
|
|
440
|
-
- fix: send numbers as response [`4b2254f`](https://github.com/breautek/storm
|
|
636
|
+
- fix: send numbers as response [`4b2254f`](https://github.com/breautek/storm.git
|
|
637
|
+
/commit/4b2254f487dd381a822116c67ccf2050924225f0)
|
|
441
638
|
|
|
442
|
-
#### [v4.6.1](https://github.com/breautek/storm
|
|
639
|
+
#### [v4.6.1](https://github.com/breautek/storm.git
|
|
640
|
+
/compare/v4.6.0...v4.6.1)
|
|
443
641
|
|
|
444
642
|
> 28 October 2022
|
|
445
643
|
|
|
446
|
-
- fix: IsolationLevel pass throughs [`daf9166`](https://github.com/breautek/storm
|
|
644
|
+
- fix: IsolationLevel pass throughs [`daf9166`](https://github.com/breautek/storm.git
|
|
645
|
+
/commit/daf9166e25ec6282bb84dd935859ca4a48ea0bbc)
|
|
447
646
|
|
|
448
|
-
#### [v4.6.0](https://github.com/breautek/storm
|
|
647
|
+
#### [v4.6.0](https://github.com/breautek/storm.git
|
|
648
|
+
/compare/v4.5.0...v4.6.0)
|
|
449
649
|
|
|
450
650
|
> 28 October 2022
|
|
451
651
|
|
|
452
|
-
- feat: Transaction Isolation levels [`cf7306d`](https://github.com/breautek/storm
|
|
652
|
+
- feat: Transaction Isolation levels [`cf7306d`](https://github.com/breautek/storm.git
|
|
653
|
+
/commit/cf7306d24aa48a4c5548a4b05530406bb6e27e48)
|
|
453
654
|
|
|
454
|
-
#### [v4.5.0](https://github.com/breautek/storm
|
|
655
|
+
#### [v4.5.0](https://github.com/breautek/storm.git
|
|
656
|
+
/compare/v4.4.1...v4.5.0)
|
|
455
657
|
|
|
456
658
|
> 28 October 2022
|
|
457
659
|
|
|
458
|
-
- feat: Database Cast objects [`dc7102f`](https://github.com/breautek/storm
|
|
660
|
+
- feat: Database Cast objects [`dc7102f`](https://github.com/breautek/storm.git
|
|
661
|
+
/commit/dc7102f6055d688d8a7c95fb963ee3542a1218f9)
|
|
459
662
|
|
|
460
|
-
#### [v4.4.1](https://github.com/breautek/storm
|
|
663
|
+
#### [v4.4.1](https://github.com/breautek/storm.git
|
|
664
|
+
/compare/v4.4.0...v4.4.1)
|
|
461
665
|
|
|
462
666
|
> 27 October 2022
|
|
463
667
|
|
|
464
|
-
- fix: clear transanction state on Deadlocks [`306a47f`](https://github.com/breautek/storm
|
|
668
|
+
- fix: clear transanction state on Deadlocks [`306a47f`](https://github.com/breautek/storm.git
|
|
669
|
+
/commit/306a47f1892fcf1faa1f3d26e5953b79917a7dc1)
|
|
465
670
|
|
|
466
|
-
#### [v4.4.0](https://github.com/breautek/storm
|
|
671
|
+
#### [v4.4.0](https://github.com/breautek/storm.git
|
|
672
|
+
/compare/v4.3.0...v4.4.0)
|
|
467
673
|
|
|
468
674
|
> 27 October 2022
|
|
469
675
|
|
|
470
|
-
- deproll [`907ede4`](https://github.com/breautek/storm
|
|
471
|
-
|
|
472
|
-
-
|
|
676
|
+
- deproll [`907ede4`](https://github.com/breautek/storm.git
|
|
677
|
+
/commit/907ede443ad3c264f4f1a119ad4a0a2589c5e834)
|
|
678
|
+
- deproll [`0875c73`](https://github.com/breautek/storm.git
|
|
679
|
+
/commit/0875c7303e19fc1b1d69afb292d72a7bbedcdfd3)
|
|
680
|
+
- feat: DeadLockError [`8535a1e`](https://github.com/breautek/storm.git
|
|
681
|
+
/commit/8535a1e15fd11f095aed64f79dab2245bae0e92b)
|
|
473
682
|
|
|
474
|
-
#### [v4.3.0](https://github.com/breautek/storm
|
|
683
|
+
#### [v4.3.0](https://github.com/breautek/storm.git
|
|
684
|
+
/compare/v4.2.0...v4.3.0)
|
|
475
685
|
|
|
476
686
|
> 14 October 2022
|
|
477
687
|
|
|
478
|
-
- feat Error locale keys [`4ac2f44`](https://github.com/breautek/storm
|
|
688
|
+
- feat Error locale keys [`4ac2f44`](https://github.com/breautek/storm.git
|
|
689
|
+
/commit/4ac2f44a5f2e5bec81f049e7ea90e91159e8c9d1)
|
|
479
690
|
|
|
480
|
-
#### [v4.2.0](https://github.com/breautek/storm
|
|
691
|
+
#### [v4.2.0](https://github.com/breautek/storm.git
|
|
692
|
+
/compare/v4.1.0...v4.2.0)
|
|
481
693
|
|
|
482
694
|
> 3 October 2022
|
|
483
695
|
|
|
484
|
-
- Undid debug code making its way into master from PR #52, https://github.com/breautek/storm/pull/52. [`#54`](https://github.com/breautek/storm
|
|
485
|
-
|
|
486
|
-
-
|
|
487
|
-
|
|
696
|
+
- Undid debug code making its way into master from PR #52, https://github.com/breautek/storm/pull/52. [`#54`](https://github.com/breautek/storm.git
|
|
697
|
+
/pull/54)
|
|
698
|
+
- Added NotImplementedError. [`#52`](https://github.com/breautek/storm.git
|
|
699
|
+
/pull/52)
|
|
700
|
+
- Clarify getParameters and getParametersForQuery [`#51`](https://github.com/breautek/storm.git
|
|
701
|
+
/pull/51)
|
|
702
|
+
- feat: RawError [`f198938`](https://github.com/breautek/storm.git
|
|
703
|
+
/commit/f1989383a0b498f4db78d838edba52d133dd89b7)
|
|
488
704
|
|
|
489
|
-
#### [v4.1.0](https://github.com/breautek/storm
|
|
705
|
+
#### [v4.1.0](https://github.com/breautek/storm.git
|
|
706
|
+
/compare/v4.0.0...v4.1.0)
|
|
490
707
|
|
|
491
708
|
> 1 June 2022
|
|
492
709
|
|
|
493
|
-
- deproll [`f0208fc`](https://github.com/breautek/storm
|
|
494
|
-
|
|
495
|
-
-
|
|
710
|
+
- deproll [`f0208fc`](https://github.com/breautek/storm.git
|
|
711
|
+
/commit/f0208fc0b4c165ddc29fa65e406c5b8088fed743)
|
|
712
|
+
- deproll [`57c440e`](https://github.com/breautek/storm.git
|
|
713
|
+
/commit/57c440e7e204086371f716dc475fd6ee8a5b2f8c)
|
|
714
|
+
- refactor: Replaced usages of IDictionary with typescript's builtin Record interface [`fb28f03`](https://github.com/breautek/storm.git
|
|
715
|
+
/commit/fb28f03915c0ef46e9d1d5c7eaff3dd4561b5905)
|
|
496
716
|
|
|
497
|
-
### [v4.0.0](https://github.com/breautek/storm
|
|
717
|
+
### [v4.0.0](https://github.com/breautek/storm.git
|
|
718
|
+
/compare/v3.4.0...v4.0.0)
|
|
498
719
|
|
|
499
720
|
> 8 March 2022
|
|
500
721
|
|
|
501
|
-
- deproll [`be5e524`](https://github.com/breautek/storm
|
|
502
|
-
|
|
503
|
-
-
|
|
722
|
+
- deproll [`be5e524`](https://github.com/breautek/storm.git
|
|
723
|
+
/commit/be5e52417c668db959ac21ff05dabebf93820e73)
|
|
724
|
+
- typescript-eslint upgrade [`186ee78`](https://github.com/breautek/storm.git
|
|
725
|
+
/commit/186ee78c4529426d136804dcd6282553680478dc)
|
|
726
|
+
- Breaking: pass IDatabaseConnection to getQuery [`0b9afe1`](https://github.com/breautek/storm.git
|
|
727
|
+
/commit/0b9afe15f9a5317bc309fa1fd3578b5ae1fe22d4)
|
|
504
728
|
|
|
505
|
-
#### [v3.4.0](https://github.com/breautek/storm
|
|
729
|
+
#### [v3.4.0](https://github.com/breautek/storm.git
|
|
730
|
+
/compare/v3.3.1...v3.4.0)
|
|
506
731
|
|
|
507
732
|
> 14 January 2022
|
|
508
733
|
|
|
509
|
-
- feat: SetSessionVariableQuery [`6ea3887`](https://github.com/breautek/storm
|
|
734
|
+
- feat: SetSessionVariableQuery [`6ea3887`](https://github.com/breautek/storm.git
|
|
735
|
+
/commit/6ea388780032fb1b785859d82b1090ac157eb7d8)
|
|
510
736
|
|
|
511
|
-
#### [v3.3.1](https://github.com/breautek/storm
|
|
737
|
+
#### [v3.3.1](https://github.com/breautek/storm.git
|
|
738
|
+
/compare/v3.3.0...v3.3.1)
|
|
512
739
|
|
|
513
740
|
> 7 January 2022
|
|
514
741
|
|
|
515
|
-
- deproll [`8c3a317`](https://github.com/breautek/storm
|
|
742
|
+
- deproll [`8c3a317`](https://github.com/breautek/storm.git
|
|
743
|
+
/commit/8c3a3171d49f421b34d3c0d3660505fab0a7d136)
|
|
516
744
|
|
|
517
|
-
#### [v3.3.0](https://github.com/breautek/storm
|
|
745
|
+
#### [v3.3.0](https://github.com/breautek/storm.git
|
|
746
|
+
/compare/v3.2.1...v3.3.0)
|
|
518
747
|
|
|
519
748
|
> 23 November 2021
|
|
520
749
|
|
|
521
|
-
- feat: Allow accepting instances of Handlers for attachment [`621aeec`](https://github.com/breautek/storm
|
|
750
|
+
- feat: Allow accepting instances of Handlers for attachment [`621aeec`](https://github.com/breautek/storm.git
|
|
751
|
+
/commit/621aeecc1929beee959d186467ef5f0ef326a56d)
|
|
522
752
|
|
|
523
|
-
#### [v3.2.1](https://github.com/breautek/storm
|
|
753
|
+
#### [v3.2.1](https://github.com/breautek/storm.git
|
|
754
|
+
/compare/v3.2.0...v3.2.1)
|
|
524
755
|
|
|
525
756
|
> 22 November 2021
|
|
526
757
|
|
|
527
|
-
- deproll [`8a65682`](https://github.com/breautek/storm
|
|
528
|
-
|
|
758
|
+
- deproll [`8a65682`](https://github.com/breautek/storm.git
|
|
759
|
+
/commit/8a656821743454af66978aae441d61242b8adb15)
|
|
760
|
+
- replaced merge-change with my own fork that contains vulnerability patches [`72412c9`](https://github.com/breautek/storm.git
|
|
761
|
+
/commit/72412c9d391e4728bbd3af10ed5108cb2373b64e)
|
|
529
762
|
|
|
530
|
-
#### [v3.2.0](https://github.com/breautek/storm
|
|
763
|
+
#### [v3.2.0](https://github.com/breautek/storm.git
|
|
764
|
+
/compare/v3.1.2...v3.2.0)
|
|
531
765
|
|
|
532
766
|
> 3 October 2021
|
|
533
767
|
|
|
534
|
-
- deproll [`477d756`](https://github.com/breautek/storm
|
|
535
|
-
|
|
768
|
+
- deproll [`477d756`](https://github.com/breautek/storm.git
|
|
769
|
+
/commit/477d7569db92758cec31c8a80a6ae53c5198d33a)
|
|
770
|
+
- breaking: Added _destroy abstract api to Database, intended for destroying connection pools [`a5c8a97`](https://github.com/breautek/storm.git
|
|
771
|
+
/commit/a5c8a9708bc469a7191eb06d7a68289b1372543a)
|
|
536
772
|
|
|
537
|
-
#### [v3.1.2](https://github.com/breautek/storm
|
|
773
|
+
#### [v3.1.2](https://github.com/breautek/storm.git
|
|
774
|
+
/compare/v3.1.1...v3.1.2)
|
|
538
775
|
|
|
539
776
|
> 8 September 2021
|
|
540
777
|
|
|
541
|
-
- deproll [`012dd73`](https://github.com/breautek/storm
|
|
542
|
-
|
|
543
|
-
-
|
|
778
|
+
- deproll [`012dd73`](https://github.com/breautek/storm.git
|
|
779
|
+
/commit/012dd73e505c0ffaa91a18f2575c411fe7ed8579)
|
|
780
|
+
- Breaking changes docs [`824e19f`](https://github.com/breautek/storm.git
|
|
781
|
+
/commit/824e19f1c6e50aadd7a4974c89892300b180b008)
|
|
782
|
+
- fix: BackendAuthenticationMiddleware from requiring the Request object, it was never actually used anyway [`6b087c5`](https://github.com/breautek/storm.git
|
|
783
|
+
/commit/6b087c59033c9b8e607ea0e6e37d06f13c7ae28e)
|
|
544
784
|
|
|
545
|
-
#### [v3.1.1](https://github.com/breautek/storm
|
|
785
|
+
#### [v3.1.1](https://github.com/breautek/storm.git
|
|
786
|
+
/compare/v3.1.0...v3.1.1)
|
|
546
787
|
|
|
547
788
|
> 3 September 2021
|
|
548
789
|
|
|
549
|
-
- fix: middleware rejection handling (it was being handled twice) [`3845ece`](https://github.com/breautek/storm
|
|
790
|
+
- fix: middleware rejection handling (it was being handled twice) [`3845ece`](https://github.com/breautek/storm.git
|
|
791
|
+
/commit/3845ecefe5bedef8b20d704e16ba88a866335e90)
|
|
550
792
|
|
|
551
|
-
#### [v3.1.0](https://github.com/breautek/storm
|
|
793
|
+
#### [v3.1.0](https://github.com/breautek/storm.git
|
|
794
|
+
/compare/v3.0.3...v3.1.0)
|
|
552
795
|
|
|
553
796
|
> 2 September 2021
|
|
554
797
|
|
|
555
|
-
- eslint upgrade and fix some tests [`3449719`](https://github.com/breautek/storm
|
|
556
|
-
|
|
798
|
+
- eslint upgrade and fix some tests [`3449719`](https://github.com/breautek/storm.git
|
|
799
|
+
/commit/3449719984b8e7eda4fc27313e2cc7040532342e)
|
|
800
|
+
- feat: Query.onPreQuery hook [`e62d8fa`](https://github.com/breautek/storm.git
|
|
801
|
+
/commit/e62d8faea5111d22e3a8d1b05e246788ee180f99)
|
|
557
802
|
|
|
558
|
-
#### [v3.0.3](https://github.com/breautek/storm
|
|
803
|
+
#### [v3.0.3](https://github.com/breautek/storm.git
|
|
804
|
+
/compare/v3.0.2...v3.0.3)
|
|
559
805
|
|
|
560
806
|
> 19 August 2021
|
|
561
807
|
|
|
562
|
-
- fix handler response typings [`80c9dfb`](https://github.com/breautek/storm
|
|
808
|
+
- fix handler response typings [`80c9dfb`](https://github.com/breautek/storm.git
|
|
809
|
+
/commit/80c9dfb6352d5287e85ee3a9ed873d0bfdb0abbe)
|
|
563
810
|
|
|
564
|
-
#### [v3.0.2](https://github.com/breautek/storm
|
|
811
|
+
#### [v3.0.2](https://github.com/breautek/storm.git
|
|
812
|
+
/compare/v3.0.1...v3.0.2)
|
|
565
813
|
|
|
566
814
|
> 19 August 2021
|
|
567
815
|
|
|
568
|
-
- fix: Exposure of IHandlerResponse and IHandlerError types [`57f151c`](https://github.com/breautek/storm
|
|
816
|
+
- fix: Exposure of IHandlerResponse and IHandlerError types [`57f151c`](https://github.com/breautek/storm.git
|
|
817
|
+
/commit/57f151c5aae10be832fcf4c9a1cc932251100167)
|
|
569
818
|
|
|
570
|
-
#### [v3.0.1](https://github.com/breautek/storm
|
|
819
|
+
#### [v3.0.1](https://github.com/breautek/storm.git
|
|
820
|
+
/compare/v3.0.0...v3.0.1)
|
|
571
821
|
|
|
572
822
|
> 18 August 2021
|
|
573
823
|
|
|
574
|
-
- fix: Peer dependency version [`3807444`](https://github.com/breautek/storm
|
|
824
|
+
- fix: Peer dependency version [`3807444`](https://github.com/breautek/storm.git
|
|
825
|
+
/commit/3807444ea75b0225a693beaddab28386e714f635)
|
|
575
826
|
|
|
576
|
-
### [v3.0.0](https://github.com/breautek/storm
|
|
827
|
+
### [v3.0.0](https://github.com/breautek/storm.git
|
|
828
|
+
/compare/v3.0.0-rc.0...v3.0.0)
|
|
577
829
|
|
|
578
830
|
> 18 August 2021
|
|
579
831
|
|
|
580
|
-
- deproll [`7574912`](https://github.com/breautek/storm
|
|
581
|
-
|
|
832
|
+
- deproll [`7574912`](https://github.com/breautek/storm.git
|
|
833
|
+
/commit/75749124cafa546f7c5c8170551a9d3f5507025a)
|
|
834
|
+
- deproll [`8fb5f8c`](https://github.com/breautek/storm.git
|
|
835
|
+
/commit/8fb5f8ce35b73683c0e4e8324b3147a788121157)
|
|
582
836
|
|
|
583
|
-
#### [v3.0.0-rc.0](https://github.com/breautek/storm
|
|
837
|
+
#### [v3.0.0-rc.0](https://github.com/breautek/storm.git
|
|
838
|
+
/compare/v2.2.0...v3.0.0-rc.0)
|
|
584
839
|
|
|
585
840
|
> 27 July 2021
|
|
586
841
|
|
|
587
|
-
- typescript 4.3.5 [`0c7c084`](https://github.com/breautek/storm
|
|
588
|
-
|
|
589
|
-
-
|
|
842
|
+
- typescript 4.3.5 [`0c7c084`](https://github.com/breautek/storm.git
|
|
843
|
+
/commit/0c7c0849623a860e9a79a8036f47353b6556f569)
|
|
844
|
+
- jest 27 upgrade [`3cbbdd7`](https://github.com/breautek/storm.git
|
|
845
|
+
/commit/3cbbdd70b731fe879bc429d37c57404acb9657fc)
|
|
846
|
+
- Breaking: Handler refactor [`7b25240`](https://github.com/breautek/storm.git
|
|
847
|
+
/commit/7b2524060413e47867fdde30ef76b7c71647456d)
|
|
590
848
|
|
|
591
|
-
#### [v2.2.0](https://github.com/breautek/storm
|
|
849
|
+
#### [v2.2.0](https://github.com/breautek/storm.git
|
|
850
|
+
/compare/v2.1.2...v2.2.0)
|
|
592
851
|
|
|
593
852
|
> 10 July 2021
|
|
594
853
|
|
|
595
|
-
- Node16 [`fff2ea4`](https://github.com/breautek/storm
|
|
854
|
+
- Node16 [`fff2ea4`](https://github.com/breautek/storm.git
|
|
855
|
+
/commit/fff2ea44ac16e8f8ee6a19fa08bef8a883c98990)
|
|
596
856
|
|
|
597
|
-
#### [v2.1.2](https://github.com/breautek/storm
|
|
857
|
+
#### [v2.1.2](https://github.com/breautek/storm.git
|
|
858
|
+
/compare/v2.1.1...v2.1.2)
|
|
598
859
|
|
|
599
860
|
> 21 April 2021
|
|
600
861
|
|
|
601
|
-
- deproll [`2614a1c`](https://github.com/breautek/storm
|
|
602
|
-
|
|
862
|
+
- deproll [`2614a1c`](https://github.com/breautek/storm.git
|
|
863
|
+
/commit/2614a1cc278c6286cdcb3ece6f426e6f418a734b)
|
|
864
|
+
- fix: asynchronous hook [`0eae0da`](https://github.com/breautek/storm.git
|
|
865
|
+
/commit/0eae0daaeef08b67cf91e63a1a606488f6b76c68)
|
|
603
866
|
|
|
604
|
-
#### [v2.1.1](https://github.com/breautek/storm
|
|
867
|
+
#### [v2.1.1](https://github.com/breautek/storm.git
|
|
868
|
+
/compare/v2.1.0...v2.1.1)
|
|
605
869
|
|
|
606
870
|
> 9 April 2021
|
|
607
871
|
|
|
608
|
-
- fix: Avoid crashes when SQLFormatter fails to format queries [`af5cad8`](https://github.com/breautek/storm
|
|
872
|
+
- fix: Avoid crashes when SQLFormatter fails to format queries [`af5cad8`](https://github.com/breautek/storm.git
|
|
873
|
+
/commit/af5cad88a65dac65bc6b93b9ca1be29d3c9b6d50)
|
|
609
874
|
|
|
610
|
-
#### [v2.1.0](https://github.com/breautek/storm
|
|
875
|
+
#### [v2.1.0](https://github.com/breautek/storm.git
|
|
876
|
+
/compare/v2.0.5...v2.1.0)
|
|
611
877
|
|
|
612
878
|
> 24 March 2021
|
|
613
879
|
|
|
614
|
-
- feat: Genericized IHandler [`8748493`](https://github.com/breautek/storm
|
|
880
|
+
- feat: Genericized IHandler [`8748493`](https://github.com/breautek/storm.git
|
|
881
|
+
/commit/8748493151f5e8761819eab3c420fae41644a2a0)
|
|
615
882
|
|
|
616
|
-
#### [v2.0.5](https://github.com/breautek/storm
|
|
883
|
+
#### [v2.0.5](https://github.com/breautek/storm.git
|
|
884
|
+
/compare/v2.0.4...v2.0.5)
|
|
617
885
|
|
|
618
886
|
> 19 March 2021
|
|
619
887
|
|
|
620
|
-
- fix: allow unknown parameters [`34a3167`](https://github.com/breautek/storm
|
|
888
|
+
- fix: allow unknown parameters [`34a3167`](https://github.com/breautek/storm.git
|
|
889
|
+
/commit/34a316726e29aeb11259e2137efb6164cc9016a4)
|
|
621
890
|
|
|
622
|
-
#### [v2.0.4](https://github.com/breautek/storm
|
|
891
|
+
#### [v2.0.4](https://github.com/breautek/storm.git
|
|
892
|
+
/compare/v2.0.3...v2.0.4)
|
|
623
893
|
|
|
624
894
|
> 9 March 2021
|
|
625
895
|
|
|
626
|
-
- fix: DatabaseQueryError export [`40c8f69`](https://github.com/breautek/storm
|
|
896
|
+
- fix: DatabaseQueryError export [`40c8f69`](https://github.com/breautek/storm.git
|
|
897
|
+
/commit/40c8f69df21e82e2ef6ca09b0db07bd2cf3337ad)
|
|
627
898
|
|
|
628
|
-
#### [v2.0.3](https://github.com/breautek/storm
|
|
899
|
+
#### [v2.0.3](https://github.com/breautek/storm.git
|
|
900
|
+
/compare/v2.0.2...v2.0.3)
|
|
629
901
|
|
|
630
902
|
> 3 March 2021
|
|
631
903
|
|
|
632
|
-
- fix: Query Post processing types [`647fa82`](https://github.com/breautek/storm
|
|
904
|
+
- fix: Query Post processing types [`647fa82`](https://github.com/breautek/storm.git
|
|
905
|
+
/commit/647fa82f06bcd16227552a8e5725da6621965d42)
|
|
633
906
|
|
|
634
|
-
#### [v2.0.2](https://github.com/breautek/storm
|
|
907
|
+
#### [v2.0.2](https://github.com/breautek/storm.git
|
|
908
|
+
/compare/v2.0.1...v2.0.2)
|
|
635
909
|
|
|
636
910
|
> 19 February 2021
|
|
637
911
|
|
|
638
|
-
- Only format SQL if log level is silly [`4e204d2`](https://github.com/breautek/storm
|
|
912
|
+
- Only format SQL if log level is silly [`4e204d2`](https://github.com/breautek/storm.git
|
|
913
|
+
/commit/4e204d208d92cd5e40a659aff860dbb386849b04)
|
|
639
914
|
|
|
640
|
-
#### [v2.0.1](https://github.com/breautek/storm
|
|
915
|
+
#### [v2.0.1](https://github.com/breautek/storm.git
|
|
916
|
+
/compare/v2.0.0...v2.0.1)
|
|
641
917
|
|
|
642
918
|
> 18 February 2021
|
|
643
919
|
|
|
644
|
-
- fix: TemporaryTable uses parameters for query use [`00f0282`](https://github.com/breautek/storm
|
|
920
|
+
- fix: TemporaryTable uses parameters for query use [`00f0282`](https://github.com/breautek/storm.git
|
|
921
|
+
/commit/00f02821ac00e75dc595933e41760db1a41ed161)
|
|
645
922
|
|
|
646
|
-
### [v2.0.0](https://github.com/breautek/storm
|
|
923
|
+
### [v2.0.0](https://github.com/breautek/storm.git
|
|
924
|
+
/compare/v2.0.0-rc.5...v2.0.0)
|
|
647
925
|
|
|
648
926
|
> 17 February 2021
|
|
649
927
|
|
|
650
|
-
- fix default log level settings [`0cbae4b`](https://github.com/breautek/storm
|
|
928
|
+
- fix default log level settings [`0cbae4b`](https://github.com/breautek/storm.git
|
|
929
|
+
/commit/0cbae4b89f4c40002a48d90867ab6cb97560a9b7)
|
|
651
930
|
|
|
652
|
-
#### [v2.0.0-rc.5](https://github.com/breautek/storm
|
|
931
|
+
#### [v2.0.0-rc.5](https://github.com/breautek/storm.git
|
|
932
|
+
/compare/v2.0.0-rc.4...v2.0.0-rc.5)
|
|
653
933
|
|
|
654
934
|
> 16 February 2021
|
|
655
935
|
|
|
656
|
-
- fix: Added missing isClosed API to IDatabaseConnection / ManagedDatabaseConnection [`51bc6e5`](https://github.com/breautek/storm
|
|
936
|
+
- fix: Added missing isClosed API to IDatabaseConnection / ManagedDatabaseConnection [`51bc6e5`](https://github.com/breautek/storm.git
|
|
937
|
+
/commit/51bc6e5f7403f1d11402e25ffdc13fd7ccb2e76b)
|
|
657
938
|
|
|
658
|
-
#### [v2.0.0-rc.4](https://github.com/breautek/storm
|
|
939
|
+
#### [v2.0.0-rc.4](https://github.com/breautek/storm.git
|
|
940
|
+
/compare/v2.0.0-rc.3...v2.0.0-rc.4)
|
|
659
941
|
|
|
660
942
|
> 15 February 2021
|
|
661
943
|
|
|
662
|
-
- fix database connections [`547898b`](https://github.com/breautek/storm
|
|
944
|
+
- fix database connections [`547898b`](https://github.com/breautek/storm.git
|
|
945
|
+
/commit/547898b6989271c9e9319f19ff6a9622f24a552f)
|
|
663
946
|
|
|
664
|
-
#### [v2.0.0-rc.3](https://github.com/breautek/storm
|
|
947
|
+
#### [v2.0.0-rc.3](https://github.com/breautek/storm.git
|
|
948
|
+
/compare/v2.0.0-rc.2...v2.0.0-rc.3)
|
|
665
949
|
|
|
666
950
|
> 15 February 2021
|
|
667
951
|
|
|
668
|
-
- fix: Config Loading fixes [`e9f4a60`](https://github.com/breautek/storm
|
|
669
|
-
|
|
952
|
+
- fix: Config Loading fixes [`e9f4a60`](https://github.com/breautek/storm.git
|
|
953
|
+
/commit/e9f4a609660f307b029d8873e8acdfd1bb73bbbb)
|
|
954
|
+
- fix: error reporting if an error occurs before the config is loaded. [`6d8dec2`](https://github.com/breautek/storm.git
|
|
955
|
+
/commit/6d8dec2f7aa13c8dc25310dd3e8f2ce37b1e6676)
|
|
670
956
|
|
|
671
|
-
#### [v2.0.0-rc.2](https://github.com/breautek/storm
|
|
957
|
+
#### [v2.0.0-rc.2](https://github.com/breautek/storm.git
|
|
958
|
+
/compare/v2.0.0-rc.1...v2.0.0-rc.2)
|
|
672
959
|
|
|
673
960
|
> 14 February 2021
|
|
674
961
|
|
|
675
|
-
- fix: dependencies [`d5629c8`](https://github.com/breautek/storm
|
|
962
|
+
- fix: dependencies [`d5629c8`](https://github.com/breautek/storm.git
|
|
963
|
+
/commit/d5629c8ddc0b52d53ddd0e9f0a06b8aded4f9a3b)
|
|
676
964
|
|
|
677
|
-
#### [v2.0.0-rc.1](https://github.com/breautek/storm
|
|
965
|
+
#### [v2.0.0-rc.1](https://github.com/breautek/storm.git
|
|
966
|
+
/compare/v2.0.0-rc.0...v2.0.0-rc.1)
|
|
678
967
|
|
|
679
968
|
> 14 February 2021
|
|
680
969
|
|
|
681
|
-
- fix docs readme [`f1a3393`](https://github.com/breautek/storm
|
|
682
|
-
|
|
683
|
-
-
|
|
970
|
+
- fix docs readme [`f1a3393`](https://github.com/breautek/storm.git
|
|
971
|
+
/commit/f1a33936cbf88b2128a73f3655c1c2b76b9f32c4)
|
|
972
|
+
- Reduced to ES2019 to maintain Node12 support [`d383af9`](https://github.com/breautek/storm.git
|
|
973
|
+
/commit/d383af9add7b66a36090d0adbe1149923e709170)
|
|
974
|
+
- fix: docs link [`7daf799`](https://github.com/breautek/storm.git
|
|
975
|
+
/commit/7daf79976abd55368d2017d6352a59f7e00a47f6)
|
|
684
976
|
|
|
685
|
-
#### [v2.0.0-rc.0](https://github.com/breautek/storm
|
|
977
|
+
#### [v2.0.0-rc.0](https://github.com/breautek/storm.git
|
|
978
|
+
/compare/v1.7.3...v2.0.0-rc.0)
|
|
686
979
|
|
|
687
980
|
> 14 February 2021
|
|
688
981
|
|
|
689
|
-
- docs [`9f4732f`](https://github.com/breautek/storm
|
|
690
|
-
|
|
691
|
-
-
|
|
982
|
+
- docs [`9f4732f`](https://github.com/breautek/storm.git
|
|
983
|
+
/commit/9f4732f791006f4519fcdf4d07e0db95ec65f704)
|
|
984
|
+
- fixes [`a41b5f9`](https://github.com/breautek/storm.git
|
|
985
|
+
/commit/a41b5f936d996eb88f6fbaf99f3113c35569aba4)
|
|
986
|
+
- License change: Apache 2.0 [`26fcacf`](https://github.com/breautek/storm.git
|
|
987
|
+
/commit/26fcacf3a3fd99ab35fc2f6e8ac6d7961eb5cd6a)
|
|
692
988
|
|
|
693
|
-
#### [v1.7.3](https://github.com/breautek/storm
|
|
989
|
+
#### [v1.7.3](https://github.com/breautek/storm.git
|
|
990
|
+
/compare/v1.7.2...v1.7.3)
|
|
694
991
|
|
|
695
992
|
> 22 January 2021
|
|
696
993
|
|
|
697
|
-
- update token package [`4edbbca`](https://github.com/breautek/storm
|
|
994
|
+
- update token package [`4edbbca`](https://github.com/breautek/storm.git
|
|
995
|
+
/commit/4edbbca2f0f3b2d6de1208adfacaf911587ebce6)
|
|
698
996
|
|
|
699
|
-
#### [v1.7.2](https://github.com/breautek/storm
|
|
997
|
+
#### [v1.7.2](https://github.com/breautek/storm.git
|
|
998
|
+
/compare/v1.7.1...v1.7.2)
|
|
700
999
|
|
|
701
1000
|
> 20 January 2021
|
|
702
1001
|
|
|
703
|
-
- dep(dev): eslint@7.17.0 [`d525685`](https://github.com/breautek/storm
|
|
704
|
-
|
|
705
|
-
- dep(dev): @types/
|
|
1002
|
+
- dep(dev): eslint@7.17.0 [`d525685`](https://github.com/breautek/storm.git
|
|
1003
|
+
/commit/d525685669959cdf599fa1fd4689fe8474a50e05)
|
|
1004
|
+
- dep(dev): @types/express@4.17.9 [`00c2c6a`](https://github.com/breautek/storm.git
|
|
1005
|
+
/commit/00c2c6aa4d7da535f8694b9c07730070aec0c57e)
|
|
1006
|
+
- dep(dev): @types/mysql@2.15.17 [`61e9139`](https://github.com/breautek/storm.git
|
|
1007
|
+
/commit/61e9139dd9ea54c9bbd1e9d9835e4d112cabe713)
|
|
706
1008
|
|
|
707
|
-
#### [v1.7.1](https://github.com/breautek/storm
|
|
1009
|
+
#### [v1.7.1](https://github.com/breautek/storm.git
|
|
1010
|
+
/compare/v1.7.0...v1.7.1)
|
|
708
1011
|
|
|
709
1012
|
> 2 December 2020
|
|
710
1013
|
|
|
711
|
-
- changelog [`134dc38`](https://github.com/breautek/storm
|
|
712
|
-
|
|
1014
|
+
- changelog [`134dc38`](https://github.com/breautek/storm.git
|
|
1015
|
+
/commit/134dc38bc2bebc6c6edaef6065bf2cbdcd83361c)
|
|
1016
|
+
- fix: Corrected generic typing for query post processing [`b5c8dd1`](https://github.com/breautek/storm.git
|
|
1017
|
+
/commit/b5c8dd14b684907871efd3e51bee772007387fec)
|
|
713
1018
|
|
|
714
|
-
#### [v1.7.0](https://github.com/breautek/storm
|
|
1019
|
+
#### [v1.7.0](https://github.com/breautek/storm.git
|
|
1020
|
+
/compare/v1.7.0-beta.0...v1.7.0)
|
|
715
1021
|
|
|
716
1022
|
> 23 November 2020
|
|
717
1023
|
|
|
718
|
-
#### [v1.7.0-beta.0](https://github.com/breautek/storm
|
|
1024
|
+
#### [v1.7.0-beta.0](https://github.com/breautek/storm.git
|
|
1025
|
+
/compare/v1.6.0...v1.7.0-beta.0)
|
|
719
1026
|
|
|
720
1027
|
> 16 November 2020
|
|
721
1028
|
|
|
722
|
-
- Updated MySQLDatabase to attach an enqueue and warn when the pool is waiting for available connections. [`#33`](https://github.com/breautek/storm
|
|
723
|
-
|
|
724
|
-
-
|
|
725
|
-
|
|
1029
|
+
- Updated MySQLDatabase to attach an enqueue and warn when the pool is waiting for available connections. [`#33`](https://github.com/breautek/storm.git
|
|
1030
|
+
/pull/33)
|
|
1031
|
+
- feat: Query.onPostProcess hook [`f9359be`](https://github.com/breautek/storm.git
|
|
1032
|
+
/commit/f9359be9d7e15c96219d47b451bc3479e76cee1b)
|
|
1033
|
+
- dep(dev): eslint@7.12.1 [`12f9455`](https://github.com/breautek/storm.git
|
|
1034
|
+
/commit/12f94552f6e7f2982448109d947b62ba8f974ba2)
|
|
1035
|
+
- dep: @types/node@12.19.2 [`c31f477`](https://github.com/breautek/storm.git
|
|
1036
|
+
/commit/c31f477740c6fb42fc32c2f0b3925fd70764067c)
|
|
726
1037
|
|
|
727
|
-
#### [v1.6.0](https://github.com/breautek/storm
|
|
1038
|
+
#### [v1.6.0](https://github.com/breautek/storm.git
|
|
1039
|
+
/compare/v1.5.2...v1.6.0)
|
|
728
1040
|
|
|
729
1041
|
> 27 October 2020
|
|
730
1042
|
|
|
731
|
-
- feat: Temporary Table queries [`decb608`](https://github.com/breautek/storm
|
|
732
|
-
|
|
733
|
-
- fix
|
|
1043
|
+
- feat: Temporary Table queries [`decb608`](https://github.com/breautek/storm.git
|
|
1044
|
+
/commit/decb608503b3d408808d45f85462405d0f12b67a)
|
|
1045
|
+
- fix: Allow connection context changing when managed connection is not in write mode [`707def8`](https://github.com/breautek/storm.git
|
|
1046
|
+
/commit/707def8a8a92aa75770d97e7dbf8882d0caae1f0)
|
|
1047
|
+
- fix temp table query [`39a027f`](https://github.com/breautek/storm.git
|
|
1048
|
+
/commit/39a027fe33b50a4355a3ebaebdbe2e4590afc6fc)
|
|
734
1049
|
|
|
735
|
-
#### [v1.5.2](https://github.com/breautek/storm
|
|
1050
|
+
#### [v1.5.2](https://github.com/breautek/storm.git
|
|
1051
|
+
/compare/v1.5.2-0...v1.5.2)
|
|
736
1052
|
|
|
737
1053
|
> 21 October 2020
|
|
738
1054
|
|
|
739
|
-
#### [v1.5.2-0](https://github.com/breautek/storm
|
|
1055
|
+
#### [v1.5.2-0](https://github.com/breautek/storm.git
|
|
1056
|
+
/compare/v1.5.1...v1.5.2-0)
|
|
740
1057
|
|
|
741
1058
|
> 20 October 2020
|
|
742
1059
|
|
|
743
|
-
- refactor: Genericize Application (TConfig/TAuthToken) [`435aee5`](https://github.com/breautek/storm
|
|
1060
|
+
- refactor: Genericize Application (TConfig/TAuthToken) [`435aee5`](https://github.com/breautek/storm.git
|
|
1061
|
+
/commit/435aee50fd23be4c8f9e60d00e32f4764ba743d8)
|
|
744
1062
|
|
|
745
|
-
#### [v1.5.1](https://github.com/breautek/storm
|
|
1063
|
+
#### [v1.5.1](https://github.com/breautek/storm.git
|
|
1064
|
+
/compare/v1.5.0...v1.5.1)
|
|
746
1065
|
|
|
747
1066
|
> 20 October 2020
|
|
748
1067
|
|
|
749
|
-
- refactor: Replaced IAuthTokenData with @arashi/token impl [`3922c56`](https://github.com/breautek/storm
|
|
1068
|
+
- refactor: Replaced IAuthTokenData with @arashi/token impl [`3922c56`](https://github.com/breautek/storm.git
|
|
1069
|
+
/commit/3922c5686a51de4bae5544c754666b925c35ed03)
|
|
750
1070
|
|
|
751
|
-
#### [v1.5.0](https://github.com/breautek/storm
|
|
1071
|
+
#### [v1.5.0](https://github.com/breautek/storm.git
|
|
1072
|
+
/compare/v1.4.1...v1.5.0)
|
|
752
1073
|
|
|
753
1074
|
> 19 October 2020
|
|
754
1075
|
|
|
755
|
-
- dep: jasmine@3.6.2 [`b691225`](https://github.com/breautek/storm
|
|
756
|
-
|
|
757
|
-
-
|
|
1076
|
+
- dep: jasmine@3.6.2 [`b691225`](https://github.com/breautek/storm.git
|
|
1077
|
+
/commit/b6912252c1b2300c236e115765006c4943cd7087)
|
|
1078
|
+
- dep(remove): codecov [`4c6320a`](https://github.com/breautek/storm.git
|
|
1079
|
+
/commit/4c6320a4ac30ed3690c8f84957a3603ec7cf8c7f)
|
|
1080
|
+
- refactor: TokenManager Types, Request fixes & Request unit tests [`817b47a`](https://github.com/breautek/storm.git
|
|
1081
|
+
/commit/817b47a5f7cd86499778def6e43c71c3b16ab748)
|
|
758
1082
|
|
|
759
|
-
#### [v1.4.1](https://github.com/breautek/storm
|
|
1083
|
+
#### [v1.4.1](https://github.com/breautek/storm.git
|
|
1084
|
+
/compare/v1.4.0...v1.4.1)
|
|
760
1085
|
|
|
761
1086
|
> 3 September 2020
|
|
762
1087
|
|
|
763
|
-
- deproll [`5dcf6e0`](https://github.com/breautek/storm
|
|
764
|
-
|
|
1088
|
+
- deproll [`5dcf6e0`](https://github.com/breautek/storm.git
|
|
1089
|
+
/commit/5dcf6e03b399a488d7634653ce290f56933187ea)
|
|
1090
|
+
- fix: allow more than just strings to be escaped [`4b12f0a`](https://github.com/breautek/storm.git
|
|
1091
|
+
/commit/4b12f0af4137a65519f6ad903a389f83c56983c3)
|
|
765
1092
|
|
|
766
|
-
#### [v1.4.0](https://github.com/breautek/storm
|
|
1093
|
+
#### [v1.4.0](https://github.com/breautek/storm.git
|
|
1094
|
+
/compare/v1.3.0...v1.4.0)
|
|
767
1095
|
|
|
768
1096
|
> 3 September 2020
|
|
769
1097
|
|
|
770
|
-
- feat: Added static escape method to MySQLDatabase [`d525363`](https://github.com/breautek/storm
|
|
1098
|
+
- feat: Added static escape method to MySQLDatabase [`d525363`](https://github.com/breautek/storm.git
|
|
1099
|
+
/commit/d525363ba51852018af47213d80429f0a53984a9)
|
|
771
1100
|
|
|
772
|
-
#### [v1.3.0](https://github.com/breautek/storm
|
|
1101
|
+
#### [v1.3.0](https://github.com/breautek/storm.git
|
|
1102
|
+
/compare/v1.2.7...v1.3.0)
|
|
773
1103
|
|
|
774
1104
|
> 11 August 2020
|
|
775
1105
|
|
|
776
|
-
- auto changelog scripts [`e094b11`](https://github.com/breautek/storm
|
|
777
|
-
|
|
1106
|
+
- auto changelog scripts [`e094b11`](https://github.com/breautek/storm.git
|
|
1107
|
+
/commit/e094b11bb425437ed0782f3e285073bbf4ff1b0b)
|
|
1108
|
+
- auto changelog [`ad5b9c2`](https://github.com/breautek/storm.git
|
|
1109
|
+
/commit/ad5b9c263bfc76e4d36bac7322ae5ffaa4b759de)
|
|
778
1110
|
|
|
779
|
-
#### [v1.2.7](https://github.com/breautek/storm
|
|
1111
|
+
#### [v1.2.7](https://github.com/breautek/storm.git
|
|
1112
|
+
/compare/v1.2.6...v1.2.7)
|
|
780
1113
|
|
|
781
1114
|
> 11 August 2020
|
|
782
1115
|
|
|
783
|
-
- test: use free port instead of a fixed port [`93f8f53`](https://github.com/breautek/storm
|
|
784
|
-
|
|
785
|
-
-
|
|
1116
|
+
- test: use free port instead of a fixed port [`93f8f53`](https://github.com/breautek/storm.git
|
|
1117
|
+
/commit/93f8f532e0fb0d9c2af3ed70fe7c4c7d22c079c5)
|
|
1118
|
+
- deproll [`6c4527e`](https://github.com/breautek/storm.git
|
|
1119
|
+
/commit/6c4527efff71267fc729b2026e89ea099b1743d8)
|
|
1120
|
+
- reduced @types/node dependency back to node12 [`c0509ec`](https://github.com/breautek/storm.git
|
|
1121
|
+
/commit/c0509ec0acf840b1609eadb0e291c9713820b871)
|
|
786
1122
|
|
|
787
|
-
#### [v1.2.6](https://github.com/breautek/storm
|
|
1123
|
+
#### [v1.2.6](https://github.com/breautek/storm.git
|
|
1124
|
+
/compare/v1.2.5...v1.2.6)
|
|
788
1125
|
|
|
789
1126
|
> 22 July 2020
|
|
790
1127
|
|
|
791
|
-
- fix regression [`8462c83`](https://github.com/breautek/storm
|
|
792
|
-
|
|
1128
|
+
- fix regression [`8462c83`](https://github.com/breautek/storm.git
|
|
1129
|
+
/commit/8462c837a334579c3df94017588c0c83edf33402)
|
|
1130
|
+
- dep: codecov [`92f34fd`](https://github.com/breautek/storm.git
|
|
1131
|
+
/commit/92f34fd3fd9ad16e9665b511a2307a978b76a1e6)
|
|
793
1132
|
|
|
794
|
-
#### [v1.2.5](https://github.com/breautek/storm
|
|
1133
|
+
#### [v1.2.5](https://github.com/breautek/storm.git
|
|
1134
|
+
/compare/v1.2.4...v1.2.5)
|
|
795
1135
|
|
|
796
1136
|
> 15 June 2020
|
|
797
1137
|
|
|
798
|
-
- dep roll [`a0035a0`](https://github.com/breautek/storm
|
|
1138
|
+
- dep roll [`a0035a0`](https://github.com/breautek/storm.git
|
|
1139
|
+
/commit/a0035a0430ac62baa60c734cd7fe3091be975eb3)
|
|
799
1140
|
|
|
800
|
-
#### [v1.2.4](https://github.com/breautek/storm
|
|
1141
|
+
#### [v1.2.4](https://github.com/breautek/storm.git
|
|
1142
|
+
/compare/v1.2.2...v1.2.4)
|
|
801
1143
|
|
|
802
1144
|
> 15 June 2020
|
|
803
1145
|
|
|
804
|
-
- remove yarn lock [`48f314f`](https://github.com/breautek/storm
|
|
805
|
-
|
|
806
|
-
-
|
|
1146
|
+
- remove yarn lock [`48f314f`](https://github.com/breautek/storm.git
|
|
1147
|
+
/commit/48f314fa33585f417d64822eb8542cd710882568)
|
|
1148
|
+
- DB instantation stacks [`e39544d`](https://github.com/breautek/storm.git
|
|
1149
|
+
/commit/e39544dc68d11757de00201945ec71727fea5db5)
|
|
1150
|
+
- enhancement: Added stacktrace trace log on setConnection rollbacks [`c9595c6`](https://github.com/breautek/storm.git
|
|
1151
|
+
/commit/c9595c60e4581bf384c4a9bb61bffafb102f031d)
|
|
807
1152
|
|
|
808
|
-
#### [v1.2.2](https://github.com/breautek/storm
|
|
1153
|
+
#### [v1.2.2](https://github.com/breautek/storm.git
|
|
1154
|
+
/compare/v1.2.1...v1.2.2)
|
|
809
1155
|
|
|
810
1156
|
> 19 February 2020
|
|
811
1157
|
|
|
812
|
-
- fix (db): Added connection state checks to avoid closing connections that are already closed. [`5e0a9dc`](https://github.com/breautek/storm
|
|
813
|
-
|
|
1158
|
+
- fix (db): Added connection state checks to avoid closing connections that are already closed. [`5e0a9dc`](https://github.com/breautek/storm.git
|
|
1159
|
+
/commit/5e0a9dc411f1ef3279757a9526bc79f442e9b8f4)
|
|
1160
|
+
- Default query parameters [`4f51828`](https://github.com/breautek/storm.git
|
|
1161
|
+
/commit/4f51828072d54d5af718717ddb53d4cd893cf82d)
|
|
814
1162
|
|
|
815
|
-
#### [v1.2.1](https://github.com/breautek/storm
|
|
1163
|
+
#### [v1.2.1](https://github.com/breautek/storm.git
|
|
1164
|
+
/compare/v1.2.0...v1.2.1)
|
|
816
1165
|
|
|
817
1166
|
> 4 February 2020
|
|
818
1167
|
|
|
819
|
-
- Reusable ManagedDatabaseConnection [`dfadaae`](https://github.com/breautek/storm
|
|
820
|
-
|
|
1168
|
+
- Reusable ManagedDatabaseConnection [`dfadaae`](https://github.com/breautek/storm.git
|
|
1169
|
+
/commit/dfadaaeeeb38ceaca76511405cbb1138c5e44780)
|
|
1170
|
+
- #19 - Response.error accepts error objects by default [`8a8ed07`](https://github.com/breautek/storm.git
|
|
1171
|
+
/commit/8a8ed07c985e0b1329d5ef7d75936a045a7772b9)
|
|
821
1172
|
|
|
822
|
-
#### [v1.2.0](https://github.com/breautek/storm
|
|
1173
|
+
#### [v1.2.0](https://github.com/breautek/storm.git
|
|
1174
|
+
/compare/v1.1.3...v1.2.0)
|
|
823
1175
|
|
|
824
1176
|
> 3 February 2020
|
|
825
1177
|
|
|
826
|
-
- dep roll [`3c2dcc0`](https://github.com/breautek/storm
|
|
827
|
-
|
|
828
|
-
-
|
|
1178
|
+
- dep roll [`3c2dcc0`](https://github.com/breautek/storm.git
|
|
1179
|
+
/commit/3c2dcc0217f57611cfa4b3d1b34250d9f8c18f9d)
|
|
1180
|
+
- request/response generics [`33c6b44`](https://github.com/breautek/storm.git
|
|
1181
|
+
/commit/33c6b44540bd24e2fb0599afe05d4a06e1dfe5da)
|
|
1182
|
+
- dep roll [`b5e9602`](https://github.com/breautek/storm.git
|
|
1183
|
+
/commit/b5e9602d1e35c895562d4091df171cb9b0c6f5d5)
|
|
829
1184
|
|
|
830
|
-
#### [v1.1.3](https://github.com/breautek/storm
|
|
1185
|
+
#### [v1.1.3](https://github.com/breautek/storm.git
|
|
1186
|
+
/compare/v1.1.2...v1.1.3)
|
|
831
1187
|
|
|
832
1188
|
> 7 January 2020
|
|
833
1189
|
|
|
834
|
-
- DuplicateEntryError customization [`7734149`](https://github.com/breautek/storm
|
|
835
|
-
|
|
836
|
-
-
|
|
1190
|
+
- DuplicateEntryError customization [`7734149`](https://github.com/breautek/storm.git
|
|
1191
|
+
/commit/7734149a1823fea61e2bb2f5f9b9133bfe770124)
|
|
1192
|
+
- Update README.md [`d2fbaad`](https://github.com/breautek/storm.git
|
|
1193
|
+
/commit/d2fbaadf66b87656853d5d8940a5151397eb079e)
|
|
1194
|
+
- added nodejs 12 to travis [`127a806`](https://github.com/breautek/storm.git
|
|
1195
|
+
/commit/127a80625899f54d711bf647c9d8198bd269c5e9)
|
|
837
1196
|
|
|
838
|
-
#### [v1.1.2](https://github.com/breautek/storm
|
|
1197
|
+
#### [v1.1.2](https://github.com/breautek/storm.git
|
|
1198
|
+
/compare/v1.1.1...v1.1.2)
|
|
839
1199
|
|
|
840
1200
|
> 3 November 2019
|
|
841
1201
|
|
|
842
|
-
- Fixed Query interfaces with IDatabaseConnection interface & ManagedDatabaseConnection class [`11a308a`](https://github.com/breautek/storm
|
|
843
|
-
|
|
844
|
-
-
|
|
1202
|
+
- Fixed Query interfaces with IDatabaseConnection interface & ManagedDatabaseConnection class [`11a308a`](https://github.com/breautek/storm.git
|
|
1203
|
+
/commit/11a308aebd10381d28ce68b521a375320222423e)
|
|
1204
|
+
- fixed typescript docs [`0d38c99`](https://github.com/breautek/storm.git
|
|
1205
|
+
/commit/0d38c99007ca6216ec6bd06c4b674041a8f103d1)
|
|
1206
|
+
- enabled incremental builds [`e851743`](https://github.com/breautek/storm.git
|
|
1207
|
+
/commit/e851743298fc965a38f6ff0e223fb92816af38dc)
|
|
845
1208
|
|
|
846
|
-
#### [v1.1.1](https://github.com/breautek/storm
|
|
1209
|
+
#### [v1.1.1](https://github.com/breautek/storm.git
|
|
1210
|
+
/compare/v1.1.0...v1.1.1)
|
|
847
1211
|
|
|
848
1212
|
> 2 November 2019
|
|
849
1213
|
|
|
850
|
-
- Query abstraction change [`33d7e0c`](https://github.com/breautek/storm
|
|
1214
|
+
- Query abstraction change [`33d7e0c`](https://github.com/breautek/storm.git
|
|
1215
|
+
/commit/33d7e0c8d08f2b99997614b7356a224134fdcb1e)
|
|
851
1216
|
|
|
852
|
-
#### [v1.1.0](https://github.com/breautek/storm
|
|
1217
|
+
#### [v1.1.0](https://github.com/breautek/storm.git
|
|
1218
|
+
/compare/v1.0.1...v1.1.0)
|
|
853
1219
|
|
|
854
1220
|
> 29 October 2019
|
|
855
1221
|
|
|
856
|
-
- query [`92bd04e`](https://github.com/breautek/storm
|
|
1222
|
+
- query [`92bd04e`](https://github.com/breautek/storm.git
|
|
1223
|
+
/commit/92bd04e1830c6a8b0493b75549702e747e5e8881)
|
|
857
1224
|
|
|
858
|
-
### [v1.0.1](https://github.com/breautek/storm
|
|
1225
|
+
### [v1.0.1](https://github.com/breautek/storm.git
|
|
1226
|
+
/compare/v0.19.3...v1.0.1)
|
|
859
1227
|
|
|
860
1228
|
> 11 October 2019
|
|
861
1229
|
|
|
862
|
-
- docs [`ba2bf5c`](https://github.com/breautek/storm
|
|
863
|
-
|
|
864
|
-
-
|
|
1230
|
+
- docs [`ba2bf5c`](https://github.com/breautek/storm.git
|
|
1231
|
+
/commit/ba2bf5ca32c07a543a2de74477f7666ef5e8250d)
|
|
1232
|
+
- 0.19.4 release [`01eec8d`](https://github.com/breautek/storm.git
|
|
1233
|
+
/commit/01eec8df22c4f07d5b9bb8e277510f4abc5f80b9)
|
|
1234
|
+
- Logger deprecate APIs [`3e93348`](https://github.com/breautek/storm.git
|
|
1235
|
+
/commit/3e933485209d352e99fca03992a2e4f8b2825eac)
|
|
865
1236
|
|
|
866
|
-
#### [v0.19.3](https://github.com/breautek/storm
|
|
1237
|
+
#### [v0.19.3](https://github.com/breautek/storm.git
|
|
1238
|
+
/compare/v0.19.2...v0.19.3)
|
|
867
1239
|
|
|
868
1240
|
> 19 July 2019
|
|
869
1241
|
|
|
870
|
-
- types declaration [`b1376e2`](https://github.com/breautek/storm
|
|
871
|
-
|
|
1242
|
+
- types declaration [`b1376e2`](https://github.com/breautek/storm.git
|
|
1243
|
+
/commit/b1376e2ab04f1490445718221151fc4b7d7414d2)
|
|
1244
|
+
- version bump [`6c22cd4`](https://github.com/breautek/storm.git
|
|
1245
|
+
/commit/6c22cd4cb0cba310f88c8878b745680cabd816e0)
|
|
872
1246
|
|
|
873
|
-
#### [v0.19.2](https://github.com/breautek/storm
|
|
1247
|
+
#### [v0.19.2](https://github.com/breautek/storm.git
|
|
1248
|
+
/compare/v0.19.1...v0.19.2)
|
|
874
1249
|
|
|
875
1250
|
> 17 July 2019
|
|
876
1251
|
|
|
877
|
-
- IDatabaseConnection fix [`f65340c`](https://github.com/breautek/storm
|
|
1252
|
+
- IDatabaseConnection fix [`f65340c`](https://github.com/breautek/storm.git
|
|
1253
|
+
/commit/f65340cbeb7d92c71fbac375e3ab2cde8c5d2d9f)
|
|
878
1254
|
|
|
879
|
-
#### [v0.19.1](https://github.com/breautek/storm
|
|
1255
|
+
#### [v0.19.1](https://github.com/breautek/storm.git
|
|
1256
|
+
/compare/v0.19.0...v0.19.1)
|
|
880
1257
|
|
|
881
1258
|
> 17 July 2019
|
|
882
1259
|
|
|
883
|
-
- managed database connection optional construction parameter [`ccb7fbb`](https://github.com/breautek/storm
|
|
1260
|
+
- managed database connection optional construction parameter [`ccb7fbb`](https://github.com/breautek/storm.git
|
|
1261
|
+
/commit/ccb7fbb45cc5b3151d430e3ecdd6e5699304d771)
|
|
884
1262
|
|
|
885
|
-
#### [v0.19.0](https://github.com/breautek/storm
|
|
1263
|
+
#### [v0.19.0](https://github.com/breautek/storm.git
|
|
1264
|
+
/compare/v0.18.4...v0.19.0)
|
|
886
1265
|
|
|
887
1266
|
> 17 July 2019
|
|
888
1267
|
|
|
889
|
-
- ManagedDatabaseConnection [`943f73d`](https://github.com/breautek/storm
|
|
890
|
-
|
|
891
|
-
-
|
|
1268
|
+
- ManagedDatabaseConnection [`943f73d`](https://github.com/breautek/storm.git
|
|
1269
|
+
/commit/943f73d46fe740c90e6cc6cb373ab8b1a26df109)
|
|
1270
|
+
- replaced tslint with eslint [`0f98d3a`](https://github.com/breautek/storm.git
|
|
1271
|
+
/commit/0f98d3a06e95cde160380bbef2f278d618a02645)
|
|
1272
|
+
- updated dependencies [`3479b25`](https://github.com/breautek/storm.git
|
|
1273
|
+
/commit/3479b25bac63f79810fd8100c5caa4d7df23e145)
|
|
892
1274
|
|
|
893
|
-
#### [v0.18.4](https://github.com/breautek/storm
|
|
1275
|
+
#### [v0.18.4](https://github.com/breautek/storm.git
|
|
1276
|
+
/compare/v0.18.2...v0.18.4)
|
|
894
1277
|
|
|
895
1278
|
> 10 July 2019
|
|
896
1279
|
|
|
897
|
-
- #5 Changed Logger.log to protected [`ec4c7ce`](https://github.com/breautek/storm
|
|
898
|
-
|
|
899
|
-
-
|
|
1280
|
+
- #5 Changed Logger.log to protected [`ec4c7ce`](https://github.com/breautek/storm.git
|
|
1281
|
+
/commit/ec4c7cec1dd98e5db9931b172594d6c548c443d7)
|
|
1282
|
+
- 0.18.4 release [`08e1af4`](https://github.com/breautek/storm.git
|
|
1283
|
+
/commit/08e1af4b3728365d90f0b34a0a45d0612d5503cf)
|
|
1284
|
+
- added setLogger [`72a740f`](https://github.com/breautek/storm.git
|
|
1285
|
+
/commit/72a740fd2816e1a79250bb1e6c39256b719f4215)
|
|
900
1286
|
|
|
901
|
-
#### [v0.18.2](https://github.com/breautek/storm
|
|
1287
|
+
#### [v0.18.2](https://github.com/breautek/storm.git
|
|
1288
|
+
/compare/v0.18.1...v0.18.2)
|
|
902
1289
|
|
|
903
1290
|
> 4 July 2019
|
|
904
1291
|
|
|
905
|
-
- forgot to build... *facepalm [`b998292`](https://github.com/breautek/storm
|
|
1292
|
+
- forgot to build... *facepalm [`b998292`](https://github.com/breautek/storm.git
|
|
1293
|
+
/commit/b99829227f302e784abb052c22384748ff0be580)
|
|
906
1294
|
|
|
907
|
-
#### [v0.18.1](https://github.com/breautek/storm
|
|
1295
|
+
#### [v0.18.1](https://github.com/breautek/storm.git
|
|
1296
|
+
/compare/v0.17.0...v0.18.1)
|
|
908
1297
|
|
|
909
1298
|
> 4 July 2019
|
|
910
1299
|
|
|
911
|
-
- Token manager options [`#7`](https://github.com/breautek/storm
|
|
912
|
-
|
|
913
|
-
-
|
|
914
|
-
|
|
1300
|
+
- Token manager options [`#7`](https://github.com/breautek/storm.git
|
|
1301
|
+
/pull/7)
|
|
1302
|
+
- built [`0f5cb6b`](https://github.com/breautek/storm.git
|
|
1303
|
+
/commit/0f5cb6b3c427da02e45bd89005971d567fde26cd)
|
|
1304
|
+
- ran clean script [`939cc59`](https://github.com/breautek/storm.git
|
|
1305
|
+
/commit/939cc59a1c483a41a6c3d756a9bb5227ee7b8f15)
|
|
1306
|
+
- 0.17.1 release [`d7edb30`](https://github.com/breautek/storm.git
|
|
1307
|
+
/commit/d7edb3025d49f357c96361f5f2049616acbf6e93)
|
|
915
1308
|
|
|
916
|
-
#### [v0.17.0](https://github.com/breautek/storm
|
|
1309
|
+
#### [v0.17.0](https://github.com/breautek/storm.git
|
|
1310
|
+
/compare/0.17.0-alpha.1...v0.17.0)
|
|
917
1311
|
|
|
918
1312
|
> 20 June 2019
|
|
919
1313
|
|
|
920
|
-
- 0.17.0 streaming releaes [`10550ce`](https://github.com/breautek/storm
|
|
1314
|
+
- 0.17.0 streaming releaes [`10550ce`](https://github.com/breautek/storm.git
|
|
1315
|
+
/commit/10550ce8260b344972560f39da5b99da96aa51cc)
|
|
921
1316
|
|
|
922
|
-
#### [0.17.0-alpha.1](https://github.com/breautek/storm
|
|
1317
|
+
#### [0.17.0-alpha.1](https://github.com/breautek/storm.git
|
|
1318
|
+
/compare/0.17.0-alpha.0...0.17.0-alpha.1)
|
|
923
1319
|
|
|
924
1320
|
> 20 June 2019
|
|
925
1321
|
|
|
926
|
-
- stream alpha1 [`ce4e348`](https://github.com/breautek/storm
|
|
1322
|
+
- stream alpha1 [`ce4e348`](https://github.com/breautek/storm.git
|
|
1323
|
+
/commit/ce4e3489f8a98852d1da41b69cb1cf0ae651ad37)
|
|
927
1324
|
|
|
928
|
-
#### [0.17.0-alpha.0](https://github.com/breautek/storm
|
|
1325
|
+
#### [0.17.0-alpha.0](https://github.com/breautek/storm.git
|
|
1326
|
+
/compare/v0.16.1...0.17.0-alpha.0)
|
|
929
1327
|
|
|
930
1328
|
> 20 June 2019
|
|
931
1329
|
|
|
932
|
-
- stream support [`0c6111b`](https://github.com/breautek/storm
|
|
1330
|
+
- stream support [`0c6111b`](https://github.com/breautek/storm.git
|
|
1331
|
+
/commit/0c6111b9ac1e2d6668abe4fe97f2b81e6837119e)
|
|
933
1332
|
|
|
934
|
-
#### [v0.16.1](https://github.com/breautek/storm
|
|
1333
|
+
#### [v0.16.1](https://github.com/breautek/storm.git
|
|
1334
|
+
/compare/v0.14.0...v0.16.1)
|
|
935
1335
|
|
|
936
1336
|
> 19 June 2019
|
|
937
1337
|
|
|
938
|
-
- lintified [`47dda49`](https://github.com/breautek/storm
|
|
939
|
-
|
|
940
|
-
-
|
|
1338
|
+
- lintified [`47dda49`](https://github.com/breautek/storm.git
|
|
1339
|
+
/commit/47dda49baf1da9ed152fc14014cc04a8adff5de9)
|
|
1340
|
+
- moar unit tests [`8b9d379`](https://github.com/breautek/storm.git
|
|
1341
|
+
/commit/8b9d379a8371ad72d817b7b28fe76ecadcfb8044)
|
|
1342
|
+
- forceClose flag [`15cd8f4`](https://github.com/breautek/storm.git
|
|
1343
|
+
/commit/15cd8f4915b51e627eb897a540bb3a724fe2106d)
|
|
941
1344
|
|
|
942
|
-
#### [v0.14.0](https://github.com/breautek/storm
|
|
1345
|
+
#### [v0.14.0](https://github.com/breautek/storm.git
|
|
1346
|
+
/compare/v0.13.0...v0.14.0)
|
|
943
1347
|
|
|
944
1348
|
> 23 May 2019
|
|
945
1349
|
|
|
946
|
-
- source map support [`d19a58a`](https://github.com/breautek/storm
|
|
1350
|
+
- source map support [`d19a58a`](https://github.com/breautek/storm.git
|
|
1351
|
+
/commit/d19a58a1489333812613530f521ca5ce8cee3980)
|
|
947
1352
|
|
|
948
|
-
#### [v0.13.0](https://github.com/breautek/storm
|
|
1353
|
+
#### [v0.13.0](https://github.com/breautek/storm.git
|
|
1354
|
+
/compare/v0.12.5...v0.13.0)
|
|
949
1355
|
|
|
950
1356
|
> 22 May 2019
|
|
951
1357
|
|
|
952
|
-
- DatabaseQueryError [`daf5379`](https://github.com/breautek/storm
|
|
1358
|
+
- DatabaseQueryError [`daf5379`](https://github.com/breautek/storm.git
|
|
1359
|
+
/commit/daf5379d6eb1d436ce02d556c0dbb5fcc705ec75)
|
|
953
1360
|
|
|
954
|
-
#### [v0.12.5](https://github.com/breautek/storm
|
|
1361
|
+
#### [v0.12.5](https://github.com/breautek/storm.git
|
|
1362
|
+
/compare/v0.12.4...v0.12.5)
|
|
955
1363
|
|
|
956
1364
|
> 16 May 2019
|
|
957
1365
|
|
|
958
|
-
- Fixed JsonWebTokenError handling [`887f128`](https://github.com/breautek/storm
|
|
1366
|
+
- Fixed JsonWebTokenError handling [`887f128`](https://github.com/breautek/storm.git
|
|
1367
|
+
/commit/887f1280975eaeddd31b13bbf60f2115daa08922)
|
|
959
1368
|
|
|
960
|
-
#### [v0.12.4](https://github.com/breautek/storm
|
|
1369
|
+
#### [v0.12.4](https://github.com/breautek/storm.git
|
|
1370
|
+
/compare/v0.12.3...v0.12.4)
|
|
961
1371
|
|
|
962
1372
|
> 25 April 2019
|
|
963
1373
|
|
|
964
|
-
- 0.12.4 Release [`a489cd2`](https://github.com/breautek/storm
|
|
1374
|
+
- 0.12.4 Release [`a489cd2`](https://github.com/breautek/storm.git
|
|
1375
|
+
/commit/a489cd2b466bc6e5f63776806c9098420012ab17)
|
|
965
1376
|
|
|
966
|
-
#### [v0.12.3](https://github.com/breautek/storm
|
|
1377
|
+
#### [v0.12.3](https://github.com/breautek/storm.git
|
|
1378
|
+
/compare/v0.12.2...v0.12.3)
|
|
967
1379
|
|
|
968
1380
|
> 10 April 2019
|
|
969
1381
|
|
|
970
|
-
- fixed regression bug [`2bd8320`](https://github.com/breautek/storm
|
|
971
|
-
|
|
1382
|
+
- fixed regression bug [`2bd8320`](https://github.com/breautek/storm.git
|
|
1383
|
+
/commit/2bd83207dca108911a83fc0f16d60553ddf70cb8)
|
|
1384
|
+
- changelog [`2ccb6ba`](https://github.com/breautek/storm.git
|
|
1385
|
+
/commit/2ccb6baf4e468383fd52831613084b8597eecfb0)
|
|
972
1386
|
|
|
973
|
-
#### [v0.12.2](https://github.com/breautek/storm
|
|
1387
|
+
#### [v0.12.2](https://github.com/breautek/storm.git
|
|
1388
|
+
/compare/v0.12.0...v0.12.2)
|
|
974
1389
|
|
|
975
1390
|
> 10 April 2019
|
|
976
1391
|
|
|
977
|
-
- v0.12.2 Release [`348be43`](https://github.com/breautek/storm
|
|
978
|
-
|
|
979
|
-
-
|
|
1392
|
+
- v0.12.2 Release [`348be43`](https://github.com/breautek/storm.git
|
|
1393
|
+
/commit/348be43641ab48c3462b7d86ba9b0349ced6c298)
|
|
1394
|
+
- rebuitl docs [`ae38f99`](https://github.com/breautek/storm.git
|
|
1395
|
+
/commit/ae38f99cd9d7f46bb8365ed883a0da90f02d4cce)
|
|
1396
|
+
- updated docs [`7f98630`](https://github.com/breautek/storm.git
|
|
1397
|
+
/commit/7f986300a4c3c1f3213586eba5285a660fb36412)
|
|
980
1398
|
|
|
981
|
-
#### [v0.12.0](https://github.com/breautek/storm
|
|
1399
|
+
#### [v0.12.0](https://github.com/breautek/storm.git
|
|
1400
|
+
/compare/v0.10.2...v0.12.0)
|
|
982
1401
|
|
|
983
1402
|
> 22 February 2019
|
|
984
1403
|
|
|
985
|
-
- removed old soruces [`03949b4`](https://github.com/breautek/storm
|
|
986
|
-
|
|
987
|
-
-
|
|
1404
|
+
- removed old soruces [`03949b4`](https://github.com/breautek/storm.git
|
|
1405
|
+
/commit/03949b4b9d44f4042e10b7cebdc5cc0bc79c51b7)
|
|
1406
|
+
- docs built [`8a89b23`](https://github.com/breautek/storm.git
|
|
1407
|
+
/commit/8a89b236878c995d657de37fa971bc96548860e1)
|
|
1408
|
+
- 0.12.0 release [`1b269a2`](https://github.com/breautek/storm.git
|
|
1409
|
+
/commit/1b269a295ec3168150e6f139937e6ebffdd26924)
|
|
988
1410
|
|
|
989
|
-
#### [v0.10.2](https://github.com/breautek/storm
|
|
1411
|
+
#### [v0.10.2](https://github.com/breautek/storm.git
|
|
1412
|
+
/compare/v0.10.0...v0.10.2)
|
|
990
1413
|
|
|
991
1414
|
> 15 January 2019
|
|
992
1415
|
|
|
993
|
-
- Made changes to how AuthenticationMiddleware propagated rejection. [`55e8340`](https://github.com/breautek/storm
|
|
994
|
-
|
|
1416
|
+
- Made changes to how AuthenticationMiddleware propagated rejection. [`55e8340`](https://github.com/breautek/storm.git
|
|
1417
|
+
/commit/55e8340c8d427cc8b26423ffb8823e29e39594bd)
|
|
1418
|
+
- fixed regression bug from 0.10.1 [`e6ed8ca`](https://github.com/breautek/storm.git
|
|
1419
|
+
/commit/e6ed8ca36f44a6b9f0c7fcb976b841f1fac44462)
|
|
995
1420
|
|
|
996
|
-
#### [v0.10.0](https://github.com/breautek/storm
|
|
1421
|
+
#### [v0.10.0](https://github.com/breautek/storm.git
|
|
1422
|
+
/compare/v0.9.1...v0.10.0)
|
|
997
1423
|
|
|
998
1424
|
> 8 January 2019
|
|
999
1425
|
|
|
1000
|
-
- removed args and replaced it with commander, this is an incomplete build [`593dd08`](https://github.com/breautek/storm
|
|
1001
|
-
|
|
1002
|
-
-
|
|
1426
|
+
- removed args and replaced it with commander, this is an incomplete build [`593dd08`](https://github.com/breautek/storm.git
|
|
1427
|
+
/commit/593dd085e509bc5d4d1710ffd60af9233dffc8de)
|
|
1428
|
+
- config fixes [`96657eb`](https://github.com/breautek/storm.git
|
|
1429
|
+
/commit/96657eb793ba6a19df5c01eaa90b973ad3b03626)
|
|
1430
|
+
- commander [`a406e2c`](https://github.com/breautek/storm.git
|
|
1431
|
+
/commit/a406e2cd677865144de197015db79b182d79643c)
|
|
1003
1432
|
|
|
1004
|
-
#### [v0.9.1](https://github.com/breautek/storm
|
|
1433
|
+
#### [v0.9.1](https://github.com/breautek/storm.git
|
|
1434
|
+
/compare/v0.8.3...v0.9.1)
|
|
1005
1435
|
|
|
1006
1436
|
> 27 December 2018
|
|
1007
1437
|
|
|
1008
|
-
- redirect api [`6bcac4c`](https://github.com/breautek/storm
|
|
1438
|
+
- redirect api [`6bcac4c`](https://github.com/breautek/storm.git
|
|
1439
|
+
/commit/6bcac4c3b040c9c041bb8c1ca10ee63a0cddbbc9)
|
|
1009
1440
|
|
|
1010
|
-
#### [v0.8.3](https://github.com/breautek/storm
|
|
1441
|
+
#### [v0.8.3](https://github.com/breautek/storm.git
|
|
1442
|
+
/compare/v0.8.2...v0.8.3)
|
|
1011
1443
|
|
|
1012
1444
|
> 4 October 2018
|
|
1013
1445
|
|
|
1014
|
-
- added user agents to logging [`e1103b9`](https://github.com/breautek/storm
|
|
1446
|
+
- added user agents to logging [`e1103b9`](https://github.com/breautek/storm.git
|
|
1447
|
+
/commit/e1103b919bb482f1975ecaa63f93ff0870b2aec3)
|
|
1015
1448
|
|
|
1016
|
-
#### [v0.8.2](https://github.com/breautek/storm
|
|
1449
|
+
#### [v0.8.2](https://github.com/breautek/storm.git
|
|
1450
|
+
/compare/v0.7.2...v0.8.2)
|
|
1017
1451
|
|
|
1018
1452
|
> 4 October 2018
|
|
1019
1453
|
|
|
1020
|
-
- docs rebuild [`2ed48e4`](https://github.com/breautek/storm
|
|
1021
|
-
|
|
1022
|
-
-
|
|
1454
|
+
- docs rebuild [`2ed48e4`](https://github.com/breautek/storm.git
|
|
1455
|
+
/commit/2ed48e40cd5e087e09ee70fbf92db57e1539019e)
|
|
1456
|
+
- service providers test [`2ac28b2`](https://github.com/breautek/storm.git
|
|
1457
|
+
/commit/2ac28b2cbd8b74566eec817834887e75468b75a6)
|
|
1458
|
+
- auth middlware change for backend call support [`efd747c`](https://github.com/breautek/storm.git
|
|
1459
|
+
/commit/efd747c3b662a1b46a7e37b928585a1640fe40fc)
|
|
1023
1460
|
|
|
1024
|
-
#### [v0.7.2](https://github.com/breautek/storm
|
|
1461
|
+
#### [v0.7.2](https://github.com/breautek/storm.git
|
|
1462
|
+
/compare/v0.7.1...v0.7.2)
|
|
1025
1463
|
|
|
1026
1464
|
> 13 August 2018
|
|
1027
1465
|
|
|
1028
|
-
- defaults fix' [`33a0c96`](https://github.com/breautek/storm
|
|
1466
|
+
- defaults fix' [`33a0c96`](https://github.com/breautek/storm.git
|
|
1467
|
+
/commit/33a0c9699382c6dbf12a41b9db07d2516fee6675)
|
|
1029
1468
|
|
|
1030
|
-
#### [v0.7.1](https://github.com/breautek/storm
|
|
1469
|
+
#### [v0.7.1](https://github.com/breautek/storm.git
|
|
1470
|
+
/compare/v0.7.0...v0.7.1)
|
|
1031
1471
|
|
|
1032
1472
|
> 13 August 2018
|
|
1033
1473
|
|
|
1034
|
-
- defaults and potential bugfix [`434a944`](https://github.com/breautek/storm
|
|
1474
|
+
- defaults and potential bugfix [`434a944`](https://github.com/breautek/storm.git
|
|
1475
|
+
/commit/434a9447025d2d0faa5130d538283bef7112a30c)
|
|
1035
1476
|
|
|
1036
|
-
#### [v0.7.0](https://github.com/breautek/storm
|
|
1477
|
+
#### [v0.7.0](https://github.com/breautek/storm.git
|
|
1478
|
+
/compare/v0.6.0...v0.7.0)
|
|
1037
1479
|
|
|
1038
1480
|
> 13 August 2018
|
|
1039
1481
|
|
|
1040
|
-
- backend auth middleware [`061d21f`](https://github.com/breautek/storm
|
|
1482
|
+
- backend auth middleware [`061d21f`](https://github.com/breautek/storm.git
|
|
1483
|
+
/commit/061d21fb8255b3bf19ff2e0b73135fa428f6a719)
|
|
1041
1484
|
|
|
1042
|
-
#### [v0.6.0](https://github.com/breautek/storm
|
|
1485
|
+
#### [v0.6.0](https://github.com/breautek/storm.git
|
|
1486
|
+
/compare/v0.4.0...v0.6.0)
|
|
1043
1487
|
|
|
1044
1488
|
> 13 August 2018
|
|
1045
1489
|
|
|
1046
|
-
- backend auth header [`cb0ede5`](https://github.com/breautek/storm
|
|
1047
|
-
|
|
1490
|
+
- backend auth header [`cb0ede5`](https://github.com/breautek/storm.git
|
|
1491
|
+
/commit/cb0ede59d0cd3e2b50547cfc9cfa60ed7327964a)
|
|
1492
|
+
- removed backend auth stuff [`02530a3`](https://github.com/breautek/storm.git
|
|
1493
|
+
/commit/02530a3098edcf5961a9f2e23131cbf31106028f)
|
|
1048
1494
|
|
|
1049
1495
|
#### v0.4.0
|
|
1050
1496
|
|
|
1051
1497
|
> 10 July 2018
|
|
1052
1498
|
|
|
1053
|
-
- named mysql variables in queries. [`#3`](https://github.com/breautek/storm
|
|
1054
|
-
|
|
1055
|
-
-
|
|
1056
|
-
|
|
1057
|
-
-
|
|
1058
|
-
|
|
1499
|
+
- named mysql variables in queries. [`#3`](https://github.com/breautek/storm.git
|
|
1500
|
+
/pull/3)
|
|
1501
|
+
- moar improvements [`#2`](https://github.com/breautek/storm.git
|
|
1502
|
+
/pull/2)
|
|
1503
|
+
- Master [`#1`](https://github.com/breautek/storm.git
|
|
1504
|
+
/pull/1)
|
|
1505
|
+
- docs [`00e2642`](https://github.com/breautek/storm.git
|
|
1506
|
+
/commit/00e2642ba209f15c82bb047cd483daa933ec2c5a)
|
|
1507
|
+
- typescript conversion [`d2c210c`](https://github.com/breautek/storm.git
|
|
1508
|
+
/commit/d2c210cdcd8b81f756faccd448281fbcad57ae2d)
|
|
1509
|
+
- compiled [`1afd32c`](https://github.com/breautek/storm.git
|
|
1510
|
+
/commit/1afd32ceff5e53ea2e4e4479d56048b0420cd282)
|