@breautek/storm 9.6.4 → 9.7.0

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