@breautek/storm 9.6.0 → 9.6.2

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