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