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