@breautek/storm 9.6.1 → 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 +876 -432
  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 +11 -5
  112. package/lib/DatabaseConnection.js.map +1 -1
  113. package/package.json +15 -15
  114. package/src/DatabaseConnection.ts +14 -4
package/CHANGELOG.md CHANGED
@@ -4,1055 +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.1](https://github.com/breautek/storm/compare/v9.6.0...v9.6.1)
7
+ #### [v9.6.2](https://github.com/breautek/storm.git
8
+ /compare/v9.6.1...v9.6.2)
8
9
 
9
- - deproll [`9ba7fd6`](https://github.com/breautek/storm/commit/9ba7fd6a1ce6fb78a6dbfda7e1b89b16c7d7754f)
10
- - fix: improper handling of DB warning arm when forcefully closing transactional connections [`4b0f24d`](https://github.com/breautek/storm/commit/4b0f24d1a5146269d1b80cad85d9b1f7e73b3752)
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)
11
16
 
12
- #### [v9.6.0](https://github.com/breautek/storm/compare/v9.5.1...v9.6.0)
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)
13
29
 
14
30
  > 4 March 2026
15
31
 
16
- - request test fixes [`377e204`](https://github.com/breautek/storm/commit/377e2044852ae2d6a963b080e26399d9fcd044a1)
32
+ - request test fixes [`377e204`](https://github.com/breautek/storm.git
33
+ /commit/377e2044852ae2d6a963b080e26399d9fcd044a1)
17
34
 
18
- #### [v9.5.1](https://github.com/breautek/storm/compare/v9.5.0...v9.5.1)
35
+ #### [v9.5.1](https://github.com/breautek/storm.git
36
+ /compare/v9.5.0...v9.5.1)
19
37
 
20
38
  > 3 March 2026
21
39
 
22
- - 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)
23
42
 
24
- #### [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)
25
45
 
26
46
  > 26 February 2026
27
47
 
28
- - deproll [`b23e6d6`](https://github.com/breautek/storm/commit/b23e6d69793123c02a2d032104b1ba8648d87cd4)
29
- - 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)
30
52
 
31
- #### [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)
32
55
 
33
56
  > 8 February 2026
34
57
 
35
- - deproll [`c3f99b2`](https://github.com/breautek/storm/commit/c3f99b29d278b8e713b6ae772a22edffaa6bc39a)
36
- - deproll [`a11e6d6`](https://github.com/breautek/storm/commit/a11e6d6590a6b77d1b6bcdc3551e8766f10e4bee)
37
- - 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)
38
64
 
39
- #### [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)
40
67
 
41
68
  > 21 January 2026
42
69
 
43
- - 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)
44
72
 
45
- #### [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)
46
75
 
47
76
  > 21 January 2026
48
77
 
49
- - health API (experimental) [`2230282`](https://github.com/breautek/storm/commit/22302827cfaa3ca3f4e4104a08c5e9d2954b0bcf)
50
- - expanded unit tests [`81713f0`](https://github.com/breautek/storm/commit/81713f0b52576ec9d382a308c388df1620981669)
51
- - 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)
52
84
 
53
- #### [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)
54
87
 
55
88
  > 18 December 2025
56
89
 
57
- - 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)
58
92
 
59
- #### [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)
60
95
 
61
96
  > 4 December 2025
62
97
 
63
- - 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)
64
100
 
65
- #### [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)
66
103
 
67
104
  > 3 December 2025
68
105
 
69
- - 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)
70
108
 
71
- #### [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)
72
111
 
73
112
  > 1 December 2025
74
113
 
75
- - deproll [`22fbbc0`](https://github.com/breautek/storm/commit/22fbbc0e35120f9c6d4ac01597c76f60f2822327)
114
+ - deproll [`22fbbc0`](https://github.com/breautek/storm.git
115
+ /commit/22fbbc0e35120f9c6d4ac01597c76f60f2822327)
76
116
 
77
- #### [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)
78
119
 
79
120
  > 1 October 2025
80
121
 
81
- - 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)
82
124
 
83
- #### [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)
84
127
 
85
128
  > 23 September 2025
86
129
 
87
- - 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)
88
132
 
89
- #### [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)
90
135
 
91
136
  > 22 September 2025
92
137
 
93
- - 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)
94
140
 
95
- #### [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)
96
143
 
97
144
  > 22 September 2025
98
145
 
99
- - wrap a configuration option to disable the backwards compatibility changes [`c211107`](https://github.com/breautek/storm/commit/c211107c577bcc32d4f4368e04b513339ed739ba)
100
- - restore backwards compatibility in type casting [`f62b148`](https://github.com/breautek/storm/commit/f62b1485cd6a5284e238d4e5deaa40f80bde5de5)
101
- - 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)
102
152
 
103
- #### [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)
104
155
 
105
156
  > 19 September 2025
106
157
 
107
- - deproll [`8441358`](https://github.com/breautek/storm/commit/8441358712f233b1f809f3bdada0c509a4ca7056)
108
- - 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)
109
162
 
110
- #### [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)
111
165
 
112
166
  > 12 August 2025
113
167
 
114
- - deproll [`ef1c853`](https://github.com/breautek/storm/commit/ef1c853686c0cc83f9f7a288fe92a65331aa5b18)
115
- - 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)
116
172
 
117
- #### [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)
118
175
 
119
176
  > 31 July 2025
120
177
 
121
- - deproll [`690bd91`](https://github.com/breautek/storm/commit/690bd91667af267fd5d37123e03ac483abd23c4f)
122
- - 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)
123
182
 
124
- #### [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)
125
185
 
126
186
  > 31 July 2025
127
187
 
128
- - deproll [`9e7b737`](https://github.com/breautek/storm/commit/9e7b737375bafedc68df19a3ad6c0641c4307c47)
188
+ - deproll [`9e7b737`](https://github.com/breautek/storm.git
189
+ /commit/9e7b737375bafedc68df19a3ad6c0641c4307c47)
129
190
 
130
- #### [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)
131
193
 
132
194
  > 24 July 2025
133
195
 
134
- - 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)
135
198
 
136
- #### [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)
137
201
 
138
202
  > 18 July 2025
139
203
 
140
- - deproll [`ce22ff7`](https://github.com/breautek/storm/commit/ce22ff79909c470b5e9163f3bc1f91c996bc97ae)
141
- - 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)
142
208
 
143
- #### [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)
144
211
 
145
212
  > 8 July 2025
146
213
 
147
- - 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)
148
216
 
149
- #### [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)
150
219
 
151
220
  > 7 July 2025
152
221
 
153
- - breaking change notes [`58330c8`](https://github.com/breautek/storm/commit/58330c82c33b3470de89301e3a14d619638d39c2)
154
- - 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)
155
226
 
156
- #### [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)
157
229
 
158
230
  > 6 July 2025
159
231
 
160
- - fix serialiable type to allow implicit serializable recursion [`a781ead`](https://github.com/breautek/storm/commit/a781ead713c00aa935e2d11bf17743524b976ce6)
161
- - 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)
162
236
 
163
- #### [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)
164
239
 
165
240
  > 6 July 2025
166
241
 
167
- - 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)
168
244
 
169
- #### [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)
170
247
 
171
248
  > 6 July 2025
172
249
 
173
- - 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)
174
252
 
175
- ### [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)
176
255
 
177
256
  > 6 July 2025
178
257
 
179
- - deproll and resulting breaking changes and fixes [`feb6a7d`](https://github.com/breautek/storm/commit/feb6a7d075aaf36b7e0f10e1013bdbdd764c88b7)
180
- - improved replication waiting support [`16c79b7`](https://github.com/breautek/storm/commit/16c79b7a878c3cef7fb4b75ca6665a30db296356)
181
- - 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)
182
264
 
183
- #### [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)
184
267
 
185
268
  > 2 July 2025
186
269
 
187
- - deproll [`aee41fe`](https://github.com/breautek/storm/commit/aee41fe79c42b214a44357bedb97b86fde2c357f)
188
- - feat: TransactionAccessLevel [`603177a`](https://github.com/breautek/storm/commit/603177af0b8cd931eb6f087b60cc746706498241)
189
- - 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)
190
276
 
191
- #### [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)
192
279
 
193
280
  > 8 May 2025
194
281
 
195
- - deproll [`d1f7b6e`](https://github.com/breautek/storm/commit/d1f7b6e5c47e4e6ee4db0119405b3963f9309836)
196
- - 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)
197
286
 
198
- #### [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)
199
289
 
200
290
  > 14 March 2025
201
291
 
202
- - lint upgrade [`361ca94`](https://github.com/breautek/storm/commit/361ca94ca1bb11052ca42d94a252df0b5fa23666)
203
- - expose a query formatter [`50d1988`](https://github.com/breautek/storm/commit/50d1988a6f07a58ee265f99cdbb28d6a9d36557d)
204
- - 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)
205
298
 
206
- #### [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)
207
301
 
208
302
  > 25 February 2025
209
303
 
210
- - 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)
211
306
 
212
- #### [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)
213
309
 
214
310
  > 19 February 2025
215
311
 
216
- - deproll [`2eeb91d`](https://github.com/breautek/storm/commit/2eeb91de4603c2441d903b421876ebce353eeca7)
217
- - 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)
218
316
 
219
- #### [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)
220
319
 
221
320
  > 9 December 2024
222
321
 
223
- - deproll [`98a42a5`](https://github.com/breautek/storm/commit/98a42a5ea145f78d0208ffc6475e1b29c80e0ad6)
322
+ - deproll [`98a42a5`](https://github.com/breautek/storm.git
323
+ /commit/98a42a5ea145f78d0208ffc6475e1b29c80e0ad6)
224
324
 
225
- #### [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)
226
327
 
227
328
  > 21 October 2024
228
329
 
229
- - deproll [`1f5b0fd`](https://github.com/breautek/storm/commit/1f5b0fd74e6cc383a7a8800774113102e163ca3e)
330
+ - deproll [`1f5b0fd`](https://github.com/breautek/storm.git
331
+ /commit/1f5b0fd74e6cc383a7a8800774113102e163ca3e)
230
332
 
231
- #### [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)
232
335
 
233
336
  > 3 October 2024
234
337
 
235
- - deproll [`daa9146`](https://github.com/breautek/storm/commit/daa91468662e9d39a31c1e17441358d2006bca6a)
338
+ - deproll [`daa9146`](https://github.com/breautek/storm.git
339
+ /commit/daa91468662e9d39a31c1e17441358d2006bca6a)
236
340
 
237
- #### [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)
238
343
 
239
344
  > 3 October 2024
240
345
 
241
- - deproll [`843c291`](https://github.com/breautek/storm/commit/843c291c9469e07987c2a1fbbf82731687667855)
242
- - deproll [`7b1b250`](https://github.com/breautek/storm/commit/7b1b250298828b9d16b249f30bfe97708dcfd0ff)
243
- - 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)
244
352
 
245
- #### [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)
246
355
 
247
356
  > 13 June 2024
248
357
 
249
- - feat: Bin log status and replication lag waiting system [`#62`](https://github.com/breautek/storm/pull/62)
250
- - deproll [`612e2c2`](https://github.com/breautek/storm/commit/612e2c221f8c1a6a380d1990624b4235e905ec0a)
251
- - Breaking change notes [`eb9b429`](https://github.com/breautek/storm/commit/eb9b429de1f298151267716e56fedd7f12be8f0f)
252
- - 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)
253
366
 
254
- ### [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)
255
369
 
256
370
  > 23 April 2024
257
371
 
258
- - breaking: deproll [`6245ba5`](https://github.com/breautek/storm/commit/6245ba5f250363ab420bd42a3d778a227fa6e8ba)
259
- - 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)
260
376
 
261
- #### [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)
262
379
 
263
380
  > 27 March 2024
264
381
 
265
- - 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)
266
384
 
267
- #### [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)
268
387
 
269
388
  > 4 March 2024
270
389
 
271
- - 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)
272
392
 
273
- #### [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)
274
395
 
275
396
  > 28 February 2024
276
397
 
277
- - 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)
278
400
 
279
- ### [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)
280
403
 
281
404
  > 27 November 2023
282
405
 
283
- - deproll [`a3e9181`](https://github.com/breautek/storm/commit/a3e9181e2d51825f7a4bac4e50d93b41fae88662)
406
+ - deproll [`a3e9181`](https://github.com/breautek/storm.git
407
+ /commit/a3e9181e2d51825f7a4bac4e50d93b41fae88662)
284
408
 
285
- #### [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)
286
411
 
287
412
  > 21 November 2023
288
413
 
289
- - 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)
290
416
 
291
- #### [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)
292
419
 
293
420
  > 21 November 2023
294
421
 
295
- - exposed IStormCLIArgs [`b58f6a0`](https://github.com/breautek/storm/commit/b58f6a0d3571d52fc208d790676b084b0b1a5a53)
422
+ - exposed IStormCLIArgs [`b58f6a0`](https://github.com/breautek/storm.git
423
+ /commit/b58f6a0d3571d52fc208d790676b084b0b1a5a53)
296
424
 
297
- #### [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)
298
427
 
299
428
  > 21 November 2023
300
429
 
301
- - fix test [`f3d9d0b`](https://github.com/breautek/storm/commit/f3d9d0bd3cc1729a260684955abd9c27b191ec59)
430
+ - fix test [`f3d9d0b`](https://github.com/breautek/storm.git
431
+ /commit/f3d9d0bd3cc1729a260684955abd9c27b191ec59)
302
432
 
303
- #### [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)
304
435
 
305
436
  > 21 November 2023
306
437
 
307
- - pass raw obj [`740a66a`](https://github.com/breautek/storm/commit/740a66acb612ab00954dfbc975312c28129cb392)
308
- - 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)
309
442
 
310
- #### [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)
311
445
 
312
446
  > 21 November 2023
313
447
 
314
- - 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)
315
450
 
316
- #### [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)
317
453
 
318
454
  > 21 November 2023
319
455
 
320
- - fix: allow custom config passthrough from CLI args [`eaa868e`](https://github.com/breautek/storm/commit/eaa868ecd8505d68faa45719325caebc4cafdfe2)
321
- - 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)
322
460
 
323
- #### [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)
324
463
 
325
464
  > 21 November 2023
326
465
 
327
- - 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)
328
468
 
329
- #### [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)
330
471
 
331
472
  > 21 November 2023
332
473
 
333
- - 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)
334
476
 
335
- #### [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)
336
479
 
337
480
  > 21 November 2023
338
481
 
339
- - deproll [`4cc5352`](https://github.com/breautek/storm/commit/4cc53526964a958ebc6e50dd3143954b1ea0714c)
340
- - deproll [`9bc3b23`](https://github.com/breautek/storm/commit/9bc3b238d22430969cae1ed8a5f20cf14f38a7d4)
341
- - 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)
342
488
 
343
- #### [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)
344
491
 
345
492
  > 29 June 2023
346
493
 
347
- - deproll [`8bb0a31`](https://github.com/breautek/storm/commit/8bb0a314ac7639cddf1ddb5abdb6c08e419ec41c)
348
- - deproll [`04df9d1`](https://github.com/breautek/storm/commit/04df9d1ba4ae174d5bfac65a015f64e5856db629)
349
- - 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)
350
500
 
351
- #### [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)
352
503
 
353
504
  > 28 May 2023
354
505
 
355
- - dep: @arashi/logger@4.0.1 [`e0c569b`](https://github.com/breautek/storm/commit/e0c569baa19214d0aca2d7dc89cb2e48e83fde01)
356
- - 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)
357
510
 
358
- #### [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)
359
513
 
360
514
  > 27 May 2023
361
515
 
362
- - 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)
363
518
 
364
- #### [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)
365
521
 
366
522
  > 27 May 2023
367
523
 
368
- - deproll [`4c09a91`](https://github.com/breautek/storm/commit/4c09a913bb856ae16bb7e50b525a4d7a3be7e7d3)
369
- - 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)
370
528
 
371
- #### [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)
372
531
 
373
532
  > 26 May 2023
374
533
 
375
- - 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)
376
536
 
377
- ### [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)
378
539
 
379
540
  > 26 May 2023
380
541
 
381
- - breaking: log changes [`44c42ee`](https://github.com/breautek/storm/commit/44c42ee4e15661e2fbfbeeb0a7d0554a5ee7d712)
382
- - fix logger pin [`4f1bab2`](https://github.com/breautek/storm/commit/4f1bab24b28e749114dbea03b5b4f32bcb76f28e)
383
- - 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)
384
548
 
385
- #### [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)
386
551
 
387
552
  > 17 May 2023
388
553
 
389
- - Updated Typescript & typedoc [`5f3bd46`](https://github.com/breautek/storm/commit/5f3bd4616cde0735d7424171b455f933174f7a30)
390
- - deproll [`b5b41eb`](https://github.com/breautek/storm/commit/b5b41eba88f4002390c10fe1ec897544942f03b9)
391
- - 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)
392
560
 
393
- #### [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)
394
563
 
395
564
  > 10 March 2023
396
565
 
397
- - deproll [`e683fc7`](https://github.com/breautek/storm/commit/e683fc7574e80c6fd75ad5d62dc0fe9cf93f1e2e)
398
- - Revert "(testing): remove totalpvae eslint" [`e6842eb`](https://github.com/breautek/storm/commit/e6842eb95d9a8ec83250869530b6170eefed3e2d)
399
- - 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)
400
572
 
401
- #### [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)
402
575
 
403
576
  > 10 March 2023
404
577
 
405
- - fix: Ensure official NPM registry is used [`7b3960f`](https://github.com/breautek/storm/commit/7b3960fb10e41b3be5e61a05646ff37ccdac77a4)
406
- - (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)
407
582
 
408
- #### [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)
409
585
 
410
586
  > 10 March 2023
411
587
 
412
- - 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)
413
590
 
414
- #### [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)
415
593
 
416
594
  > 10 March 2023
417
595
 
418
- - 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)
419
598
 
420
- ### [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)
421
601
 
422
602
  > 6 March 2023
423
603
 
424
- - Transaction API [`#57`](https://github.com/breautek/storm/pull/57)
425
- - deproll [`326ee1f`](https://github.com/breautek/storm/commit/326ee1fa34c8e66f26c51737ecf2c0abebde8f33)
426
- - removed travis config [`b6f2851`](https://github.com/breautek/storm/commit/b6f2851ca2570078cbe90ec3895392a79a07a0b5)
427
- - 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)
428
612
 
429
- #### [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)
430
615
 
431
616
  > 4 January 2023
432
617
 
433
- - deproll (Minus jsonwebtoken) [`1ef6050`](https://github.com/breautek/storm/commit/1ef6050745968160db12a39994b73e45402decb6)
434
- - 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)
435
622
 
436
- #### [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)
437
625
 
438
626
  > 16 November 2022
439
627
 
440
- - 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)
441
630
 
442
- #### [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)
443
633
 
444
634
  > 28 October 2022
445
635
 
446
- - 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)
447
638
 
448
- #### [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)
449
641
 
450
642
  > 28 October 2022
451
643
 
452
- - 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)
453
646
 
454
- #### [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)
455
649
 
456
650
  > 28 October 2022
457
651
 
458
- - 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)
459
654
 
460
- #### [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)
461
657
 
462
658
  > 27 October 2022
463
659
 
464
- - 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)
465
662
 
466
- #### [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)
467
665
 
468
666
  > 27 October 2022
469
667
 
470
- - deproll [`907ede4`](https://github.com/breautek/storm/commit/907ede443ad3c264f4f1a119ad4a0a2589c5e834)
471
- - deproll [`0875c73`](https://github.com/breautek/storm/commit/0875c7303e19fc1b1d69afb292d72a7bbedcdfd3)
472
- - 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)
473
674
 
474
- #### [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)
475
677
 
476
678
  > 14 October 2022
477
679
 
478
- - 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)
479
682
 
480
- #### [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)
481
685
 
482
686
  > 3 October 2022
483
687
 
484
- - Undid debug code making its way into master from PR #52, https://github.com/breautek/storm/pull/52. [`#54`](https://github.com/breautek/storm/pull/54)
485
- - Added NotImplementedError. [`#52`](https://github.com/breautek/storm/pull/52)
486
- - Clarify getParameters and getParametersForQuery [`#51`](https://github.com/breautek/storm/pull/51)
487
- - 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)
488
696
 
489
- #### [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)
490
699
 
491
700
  > 1 June 2022
492
701
 
493
- - deproll [`f0208fc`](https://github.com/breautek/storm/commit/f0208fc0b4c165ddc29fa65e406c5b8088fed743)
494
- - deproll [`57c440e`](https://github.com/breautek/storm/commit/57c440e7e204086371f716dc475fd6ee8a5b2f8c)
495
- - 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)
496
708
 
497
- ### [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)
498
711
 
499
712
  > 8 March 2022
500
713
 
501
- - deproll [`be5e524`](https://github.com/breautek/storm/commit/be5e52417c668db959ac21ff05dabebf93820e73)
502
- - typescript-eslint upgrade [`186ee78`](https://github.com/breautek/storm/commit/186ee78c4529426d136804dcd6282553680478dc)
503
- - 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)
504
720
 
505
- #### [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)
506
723
 
507
724
  > 14 January 2022
508
725
 
509
- - feat: SetSessionVariableQuery [`6ea3887`](https://github.com/breautek/storm/commit/6ea388780032fb1b785859d82b1090ac157eb7d8)
726
+ - feat: SetSessionVariableQuery [`6ea3887`](https://github.com/breautek/storm.git
727
+ /commit/6ea388780032fb1b785859d82b1090ac157eb7d8)
510
728
 
511
- #### [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)
512
731
 
513
732
  > 7 January 2022
514
733
 
515
- - deproll [`8c3a317`](https://github.com/breautek/storm/commit/8c3a3171d49f421b34d3c0d3660505fab0a7d136)
734
+ - deproll [`8c3a317`](https://github.com/breautek/storm.git
735
+ /commit/8c3a3171d49f421b34d3c0d3660505fab0a7d136)
516
736
 
517
- #### [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)
518
739
 
519
740
  > 23 November 2021
520
741
 
521
- - 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)
522
744
 
523
- #### [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)
524
747
 
525
748
  > 22 November 2021
526
749
 
527
- - deproll [`8a65682`](https://github.com/breautek/storm/commit/8a656821743454af66978aae441d61242b8adb15)
528
- - 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)
529
754
 
530
- #### [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)
531
757
 
532
758
  > 3 October 2021
533
759
 
534
- - deproll [`477d756`](https://github.com/breautek/storm/commit/477d7569db92758cec31c8a80a6ae53c5198d33a)
535
- - 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)
536
764
 
537
- #### [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)
538
767
 
539
768
  > 8 September 2021
540
769
 
541
- - deproll [`012dd73`](https://github.com/breautek/storm/commit/012dd73e505c0ffaa91a18f2575c411fe7ed8579)
542
- - Breaking changes docs [`824e19f`](https://github.com/breautek/storm/commit/824e19f1c6e50aadd7a4974c89892300b180b008)
543
- - 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)
544
776
 
545
- #### [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)
546
779
 
547
780
  > 3 September 2021
548
781
 
549
- - 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)
550
784
 
551
- #### [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)
552
787
 
553
788
  > 2 September 2021
554
789
 
555
- - eslint upgrade and fix some tests [`3449719`](https://github.com/breautek/storm/commit/3449719984b8e7eda4fc27313e2cc7040532342e)
556
- - 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)
557
794
 
558
- #### [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)
559
797
 
560
798
  > 19 August 2021
561
799
 
562
- - 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)
563
802
 
564
- #### [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)
565
805
 
566
806
  > 19 August 2021
567
807
 
568
- - 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)
569
810
 
570
- #### [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)
571
813
 
572
814
  > 18 August 2021
573
815
 
574
- - 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)
575
818
 
576
- ### [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)
577
821
 
578
822
  > 18 August 2021
579
823
 
580
- - deproll [`7574912`](https://github.com/breautek/storm/commit/75749124cafa546f7c5c8170551a9d3f5507025a)
581
- - 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)
582
828
 
583
- #### [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)
584
831
 
585
832
  > 27 July 2021
586
833
 
587
- - typescript 4.3.5 [`0c7c084`](https://github.com/breautek/storm/commit/0c7c0849623a860e9a79a8036f47353b6556f569)
588
- - jest 27 upgrade [`3cbbdd7`](https://github.com/breautek/storm/commit/3cbbdd70b731fe879bc429d37c57404acb9657fc)
589
- - 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)
590
840
 
591
- #### [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)
592
843
 
593
844
  > 10 July 2021
594
845
 
595
- - Node16 [`fff2ea4`](https://github.com/breautek/storm/commit/fff2ea44ac16e8f8ee6a19fa08bef8a883c98990)
846
+ - Node16 [`fff2ea4`](https://github.com/breautek/storm.git
847
+ /commit/fff2ea44ac16e8f8ee6a19fa08bef8a883c98990)
596
848
 
597
- #### [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)
598
851
 
599
852
  > 21 April 2021
600
853
 
601
- - deproll [`2614a1c`](https://github.com/breautek/storm/commit/2614a1cc278c6286cdcb3ece6f426e6f418a734b)
602
- - 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)
603
858
 
604
- #### [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)
605
861
 
606
862
  > 9 April 2021
607
863
 
608
- - 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)
609
866
 
610
- #### [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)
611
869
 
612
870
  > 24 March 2021
613
871
 
614
- - 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)
615
874
 
616
- #### [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)
617
877
 
618
878
  > 19 March 2021
619
879
 
620
- - 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)
621
882
 
622
- #### [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)
623
885
 
624
886
  > 9 March 2021
625
887
 
626
- - 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)
627
890
 
628
- #### [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)
629
893
 
630
894
  > 3 March 2021
631
895
 
632
- - 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)
633
898
 
634
- #### [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)
635
901
 
636
902
  > 19 February 2021
637
903
 
638
- - 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)
639
906
 
640
- #### [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)
641
909
 
642
910
  > 18 February 2021
643
911
 
644
- - 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)
645
914
 
646
- ### [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)
647
917
 
648
918
  > 17 February 2021
649
919
 
650
- - 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)
651
922
 
652
- #### [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)
653
925
 
654
926
  > 16 February 2021
655
927
 
656
- - 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)
657
930
 
658
- #### [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)
659
933
 
660
934
  > 15 February 2021
661
935
 
662
- - 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)
663
938
 
664
- #### [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)
665
941
 
666
942
  > 15 February 2021
667
943
 
668
- - fix: Config Loading fixes [`e9f4a60`](https://github.com/breautek/storm/commit/e9f4a609660f307b029d8873e8acdfd1bb73bbbb)
669
- - 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)
670
948
 
671
- #### [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)
672
951
 
673
952
  > 14 February 2021
674
953
 
675
- - fix: dependencies [`d5629c8`](https://github.com/breautek/storm/commit/d5629c8ddc0b52d53ddd0e9f0a06b8aded4f9a3b)
954
+ - fix: dependencies [`d5629c8`](https://github.com/breautek/storm.git
955
+ /commit/d5629c8ddc0b52d53ddd0e9f0a06b8aded4f9a3b)
676
956
 
677
- #### [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)
678
959
 
679
960
  > 14 February 2021
680
961
 
681
- - fix docs readme [`f1a3393`](https://github.com/breautek/storm/commit/f1a33936cbf88b2128a73f3655c1c2b76b9f32c4)
682
- - Reduced to ES2019 to maintain Node12 support [`d383af9`](https://github.com/breautek/storm/commit/d383af9add7b66a36090d0adbe1149923e709170)
683
- - 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)
684
968
 
685
- #### [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)
686
971
 
687
972
  > 14 February 2021
688
973
 
689
- - docs [`9f4732f`](https://github.com/breautek/storm/commit/9f4732f791006f4519fcdf4d07e0db95ec65f704)
690
- - fixes [`a41b5f9`](https://github.com/breautek/storm/commit/a41b5f936d996eb88f6fbaf99f3113c35569aba4)
691
- - 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)
692
980
 
693
- #### [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)
694
983
 
695
984
  > 22 January 2021
696
985
 
697
- - 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)
698
988
 
699
- #### [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)
700
991
 
701
992
  > 20 January 2021
702
993
 
703
- - dep(dev): eslint@7.17.0 [`d525685`](https://github.com/breautek/storm/commit/d525685669959cdf599fa1fd4689fe8474a50e05)
704
- - dep(dev): @types/express@4.17.9 [`00c2c6a`](https://github.com/breautek/storm/commit/00c2c6aa4d7da535f8694b9c07730070aec0c57e)
705
- - 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)
706
1000
 
707
- #### [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)
708
1003
 
709
1004
  > 2 December 2020
710
1005
 
711
- - changelog [`134dc38`](https://github.com/breautek/storm/commit/134dc38bc2bebc6c6edaef6065bf2cbdcd83361c)
712
- - 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)
713
1010
 
714
- #### [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)
715
1013
 
716
1014
  > 23 November 2020
717
1015
 
718
- #### [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)
719
1018
 
720
1019
  > 16 November 2020
721
1020
 
722
- - Updated MySQLDatabase to attach an enqueue and warn when the pool is waiting for available connections. [`#33`](https://github.com/breautek/storm/pull/33)
723
- - feat: Query.onPostProcess hook [`f9359be`](https://github.com/breautek/storm/commit/f9359be9d7e15c96219d47b451bc3479e76cee1b)
724
- - dep(dev): eslint@7.12.1 [`12f9455`](https://github.com/breautek/storm/commit/12f94552f6e7f2982448109d947b62ba8f974ba2)
725
- - 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)
726
1029
 
727
- #### [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)
728
1032
 
729
1033
  > 27 October 2020
730
1034
 
731
- - feat: Temporary Table queries [`decb608`](https://github.com/breautek/storm/commit/decb608503b3d408808d45f85462405d0f12b67a)
732
- - fix: Allow connection context changing when managed connection is not in write mode [`707def8`](https://github.com/breautek/storm/commit/707def8a8a92aa75770d97e7dbf8882d0caae1f0)
733
- - 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)
734
1041
 
735
- #### [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)
736
1044
 
737
1045
  > 21 October 2020
738
1046
 
739
- #### [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)
740
1049
 
741
1050
  > 20 October 2020
742
1051
 
743
- - 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)
744
1054
 
745
- #### [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)
746
1057
 
747
1058
  > 20 October 2020
748
1059
 
749
- - 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)
750
1062
 
751
- #### [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)
752
1065
 
753
1066
  > 19 October 2020
754
1067
 
755
- - dep: jasmine@3.6.2 [`b691225`](https://github.com/breautek/storm/commit/b6912252c1b2300c236e115765006c4943cd7087)
756
- - dep(remove): codecov [`4c6320a`](https://github.com/breautek/storm/commit/4c6320a4ac30ed3690c8f84957a3603ec7cf8c7f)
757
- - 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)
758
1074
 
759
- #### [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)
760
1077
 
761
1078
  > 3 September 2020
762
1079
 
763
- - deproll [`5dcf6e0`](https://github.com/breautek/storm/commit/5dcf6e03b399a488d7634653ce290f56933187ea)
764
- - 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)
765
1084
 
766
- #### [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)
767
1087
 
768
1088
  > 3 September 2020
769
1089
 
770
- - 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)
771
1092
 
772
- #### [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)
773
1095
 
774
1096
  > 11 August 2020
775
1097
 
776
- - auto changelog scripts [`e094b11`](https://github.com/breautek/storm/commit/e094b11bb425437ed0782f3e285073bbf4ff1b0b)
777
- - 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)
778
1102
 
779
- #### [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)
780
1105
 
781
1106
  > 11 August 2020
782
1107
 
783
- - test: use free port instead of a fixed port [`93f8f53`](https://github.com/breautek/storm/commit/93f8f532e0fb0d9c2af3ed70fe7c4c7d22c079c5)
784
- - deproll [`6c4527e`](https://github.com/breautek/storm/commit/6c4527efff71267fc729b2026e89ea099b1743d8)
785
- - 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)
786
1114
 
787
- #### [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)
788
1117
 
789
1118
  > 22 July 2020
790
1119
 
791
- - fix regression [`8462c83`](https://github.com/breautek/storm/commit/8462c837a334579c3df94017588c0c83edf33402)
792
- - 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)
793
1124
 
794
- #### [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)
795
1127
 
796
1128
  > 15 June 2020
797
1129
 
798
- - dep roll [`a0035a0`](https://github.com/breautek/storm/commit/a0035a0430ac62baa60c734cd7fe3091be975eb3)
1130
+ - dep roll [`a0035a0`](https://github.com/breautek/storm.git
1131
+ /commit/a0035a0430ac62baa60c734cd7fe3091be975eb3)
799
1132
 
800
- #### [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)
801
1135
 
802
1136
  > 15 June 2020
803
1137
 
804
- - remove yarn lock [`48f314f`](https://github.com/breautek/storm/commit/48f314fa33585f417d64822eb8542cd710882568)
805
- - DB instantation stacks [`e39544d`](https://github.com/breautek/storm/commit/e39544dc68d11757de00201945ec71727fea5db5)
806
- - 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)
807
1144
 
808
- #### [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)
809
1147
 
810
1148
  > 19 February 2020
811
1149
 
812
- - fix (db): Added connection state checks to avoid closing connections that are already closed. [`5e0a9dc`](https://github.com/breautek/storm/commit/5e0a9dc411f1ef3279757a9526bc79f442e9b8f4)
813
- - 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)
814
1154
 
815
- #### [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)
816
1157
 
817
1158
  > 4 February 2020
818
1159
 
819
- - Reusable ManagedDatabaseConnection [`dfadaae`](https://github.com/breautek/storm/commit/dfadaaeeeb38ceaca76511405cbb1138c5e44780)
820
- - #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)
821
1164
 
822
- #### [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)
823
1167
 
824
1168
  > 3 February 2020
825
1169
 
826
- - dep roll [`3c2dcc0`](https://github.com/breautek/storm/commit/3c2dcc0217f57611cfa4b3d1b34250d9f8c18f9d)
827
- - request/response generics [`33c6b44`](https://github.com/breautek/storm/commit/33c6b44540bd24e2fb0599afe05d4a06e1dfe5da)
828
- - 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)
829
1176
 
830
- #### [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)
831
1179
 
832
1180
  > 7 January 2020
833
1181
 
834
- - DuplicateEntryError customization [`7734149`](https://github.com/breautek/storm/commit/7734149a1823fea61e2bb2f5f9b9133bfe770124)
835
- - Update README.md [`d2fbaad`](https://github.com/breautek/storm/commit/d2fbaadf66b87656853d5d8940a5151397eb079e)
836
- - 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)
837
1188
 
838
- #### [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)
839
1191
 
840
1192
  > 3 November 2019
841
1193
 
842
- - Fixed Query interfaces with IDatabaseConnection interface & ManagedDatabaseConnection class [`11a308a`](https://github.com/breautek/storm/commit/11a308aebd10381d28ce68b521a375320222423e)
843
- - fixed typescript docs [`0d38c99`](https://github.com/breautek/storm/commit/0d38c99007ca6216ec6bd06c4b674041a8f103d1)
844
- - 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)
845
1200
 
846
- #### [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)
847
1203
 
848
1204
  > 2 November 2019
849
1205
 
850
- - 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)
851
1208
 
852
- #### [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)
853
1211
 
854
1212
  > 29 October 2019
855
1213
 
856
- - query [`92bd04e`](https://github.com/breautek/storm/commit/92bd04e1830c6a8b0493b75549702e747e5e8881)
1214
+ - query [`92bd04e`](https://github.com/breautek/storm.git
1215
+ /commit/92bd04e1830c6a8b0493b75549702e747e5e8881)
857
1216
 
858
- ### [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)
859
1219
 
860
1220
  > 11 October 2019
861
1221
 
862
- - docs [`ba2bf5c`](https://github.com/breautek/storm/commit/ba2bf5ca32c07a543a2de74477f7666ef5e8250d)
863
- - 0.19.4 release [`01eec8d`](https://github.com/breautek/storm/commit/01eec8df22c4f07d5b9bb8e277510f4abc5f80b9)
864
- - 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)
865
1228
 
866
- #### [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)
867
1231
 
868
1232
  > 19 July 2019
869
1233
 
870
- - types declaration [`b1376e2`](https://github.com/breautek/storm/commit/b1376e2ab04f1490445718221151fc4b7d7414d2)
871
- - 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)
872
1238
 
873
- #### [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)
874
1241
 
875
1242
  > 17 July 2019
876
1243
 
877
- - IDatabaseConnection fix [`f65340c`](https://github.com/breautek/storm/commit/f65340cbeb7d92c71fbac375e3ab2cde8c5d2d9f)
1244
+ - IDatabaseConnection fix [`f65340c`](https://github.com/breautek/storm.git
1245
+ /commit/f65340cbeb7d92c71fbac375e3ab2cde8c5d2d9f)
878
1246
 
879
- #### [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)
880
1249
 
881
1250
  > 17 July 2019
882
1251
 
883
- - 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)
884
1254
 
885
- #### [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)
886
1257
 
887
1258
  > 17 July 2019
888
1259
 
889
- - ManagedDatabaseConnection [`943f73d`](https://github.com/breautek/storm/commit/943f73d46fe740c90e6cc6cb373ab8b1a26df109)
890
- - replaced tslint with eslint [`0f98d3a`](https://github.com/breautek/storm/commit/0f98d3a06e95cde160380bbef2f278d618a02645)
891
- - 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)
892
1266
 
893
- #### [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)
894
1269
 
895
1270
  > 10 July 2019
896
1271
 
897
- - #5 Changed Logger.log to protected [`ec4c7ce`](https://github.com/breautek/storm/commit/ec4c7cec1dd98e5db9931b172594d6c548c443d7)
898
- - 0.18.4 release [`08e1af4`](https://github.com/breautek/storm/commit/08e1af4b3728365d90f0b34a0a45d0612d5503cf)
899
- - 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)
900
1278
 
901
- #### [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)
902
1281
 
903
1282
  > 4 July 2019
904
1283
 
905
- - 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)
906
1286
 
907
- #### [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)
908
1289
 
909
1290
  > 4 July 2019
910
1291
 
911
- - Token manager options [`#7`](https://github.com/breautek/storm/pull/7)
912
- - built [`0f5cb6b`](https://github.com/breautek/storm/commit/0f5cb6b3c427da02e45bd89005971d567fde26cd)
913
- - ran clean script [`939cc59`](https://github.com/breautek/storm/commit/939cc59a1c483a41a6c3d756a9bb5227ee7b8f15)
914
- - 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)
915
1300
 
916
- #### [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)
917
1303
 
918
1304
  > 20 June 2019
919
1305
 
920
- - 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)
921
1308
 
922
- #### [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)
923
1311
 
924
1312
  > 20 June 2019
925
1313
 
926
- - stream alpha1 [`ce4e348`](https://github.com/breautek/storm/commit/ce4e3489f8a98852d1da41b69cb1cf0ae651ad37)
1314
+ - stream alpha1 [`ce4e348`](https://github.com/breautek/storm.git
1315
+ /commit/ce4e3489f8a98852d1da41b69cb1cf0ae651ad37)
927
1316
 
928
- #### [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)
929
1319
 
930
1320
  > 20 June 2019
931
1321
 
932
- - stream support [`0c6111b`](https://github.com/breautek/storm/commit/0c6111b9ac1e2d6668abe4fe97f2b81e6837119e)
1322
+ - stream support [`0c6111b`](https://github.com/breautek/storm.git
1323
+ /commit/0c6111b9ac1e2d6668abe4fe97f2b81e6837119e)
933
1324
 
934
- #### [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)
935
1327
 
936
1328
  > 19 June 2019
937
1329
 
938
- - lintified [`47dda49`](https://github.com/breautek/storm/commit/47dda49baf1da9ed152fc14014cc04a8adff5de9)
939
- - moar unit tests [`8b9d379`](https://github.com/breautek/storm/commit/8b9d379a8371ad72d817b7b28fe76ecadcfb8044)
940
- - 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)
941
1336
 
942
- #### [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)
943
1339
 
944
1340
  > 23 May 2019
945
1341
 
946
- - 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)
947
1344
 
948
- #### [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)
949
1347
 
950
1348
  > 22 May 2019
951
1349
 
952
- - DatabaseQueryError [`daf5379`](https://github.com/breautek/storm/commit/daf5379d6eb1d436ce02d556c0dbb5fcc705ec75)
1350
+ - DatabaseQueryError [`daf5379`](https://github.com/breautek/storm.git
1351
+ /commit/daf5379d6eb1d436ce02d556c0dbb5fcc705ec75)
953
1352
 
954
- #### [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)
955
1355
 
956
1356
  > 16 May 2019
957
1357
 
958
- - 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)
959
1360
 
960
- #### [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)
961
1363
 
962
1364
  > 25 April 2019
963
1365
 
964
- - 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)
965
1368
 
966
- #### [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)
967
1371
 
968
1372
  > 10 April 2019
969
1373
 
970
- - fixed regression bug [`2bd8320`](https://github.com/breautek/storm/commit/2bd83207dca108911a83fc0f16d60553ddf70cb8)
971
- - 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)
972
1378
 
973
- #### [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)
974
1381
 
975
1382
  > 10 April 2019
976
1383
 
977
- - v0.12.2 Release [`348be43`](https://github.com/breautek/storm/commit/348be43641ab48c3462b7d86ba9b0349ced6c298)
978
- - rebuitl docs [`ae38f99`](https://github.com/breautek/storm/commit/ae38f99cd9d7f46bb8365ed883a0da90f02d4cce)
979
- - 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)
980
1390
 
981
- #### [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)
982
1393
 
983
1394
  > 22 February 2019
984
1395
 
985
- - removed old soruces [`03949b4`](https://github.com/breautek/storm/commit/03949b4b9d44f4042e10b7cebdc5cc0bc79c51b7)
986
- - docs built [`8a89b23`](https://github.com/breautek/storm/commit/8a89b236878c995d657de37fa971bc96548860e1)
987
- - 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)
988
1402
 
989
- #### [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)
990
1405
 
991
1406
  > 15 January 2019
992
1407
 
993
- - Made changes to how AuthenticationMiddleware propagated rejection. [`55e8340`](https://github.com/breautek/storm/commit/55e8340c8d427cc8b26423ffb8823e29e39594bd)
994
- - 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)
995
1412
 
996
- #### [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)
997
1415
 
998
1416
  > 8 January 2019
999
1417
 
1000
- - removed args and replaced it with commander, this is an incomplete build [`593dd08`](https://github.com/breautek/storm/commit/593dd085e509bc5d4d1710ffd60af9233dffc8de)
1001
- - config fixes [`96657eb`](https://github.com/breautek/storm/commit/96657eb793ba6a19df5c01eaa90b973ad3b03626)
1002
- - 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)
1003
1424
 
1004
- #### [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)
1005
1427
 
1006
1428
  > 27 December 2018
1007
1429
 
1008
- - redirect api [`6bcac4c`](https://github.com/breautek/storm/commit/6bcac4c3b040c9c041bb8c1ca10ee63a0cddbbc9)
1430
+ - redirect api [`6bcac4c`](https://github.com/breautek/storm.git
1431
+ /commit/6bcac4c3b040c9c041bb8c1ca10ee63a0cddbbc9)
1009
1432
 
1010
- #### [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)
1011
1435
 
1012
1436
  > 4 October 2018
1013
1437
 
1014
- - 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)
1015
1440
 
1016
- #### [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)
1017
1443
 
1018
1444
  > 4 October 2018
1019
1445
 
1020
- - docs rebuild [`2ed48e4`](https://github.com/breautek/storm/commit/2ed48e40cd5e087e09ee70fbf92db57e1539019e)
1021
- - service providers test [`2ac28b2`](https://github.com/breautek/storm/commit/2ac28b2cbd8b74566eec817834887e75468b75a6)
1022
- - 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)
1023
1452
 
1024
- #### [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)
1025
1455
 
1026
1456
  > 13 August 2018
1027
1457
 
1028
- - defaults fix' [`33a0c96`](https://github.com/breautek/storm/commit/33a0c9699382c6dbf12a41b9db07d2516fee6675)
1458
+ - defaults fix' [`33a0c96`](https://github.com/breautek/storm.git
1459
+ /commit/33a0c9699382c6dbf12a41b9db07d2516fee6675)
1029
1460
 
1030
- #### [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)
1031
1463
 
1032
1464
  > 13 August 2018
1033
1465
 
1034
- - 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)
1035
1468
 
1036
- #### [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)
1037
1471
 
1038
1472
  > 13 August 2018
1039
1473
 
1040
- - 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)
1041
1476
 
1042
- #### [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)
1043
1479
 
1044
1480
  > 13 August 2018
1045
1481
 
1046
- - backend auth header [`cb0ede5`](https://github.com/breautek/storm/commit/cb0ede59d0cd3e2b50547cfc9cfa60ed7327964a)
1047
- - 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)
1048
1486
 
1049
1487
  #### v0.4.0
1050
1488
 
1051
1489
  > 10 July 2018
1052
1490
 
1053
- - named mysql variables in queries. [`#3`](https://github.com/breautek/storm/pull/3)
1054
- - moar improvements [`#2`](https://github.com/breautek/storm/pull/2)
1055
- - Master [`#1`](https://github.com/breautek/storm/pull/1)
1056
- - docs [`00e2642`](https://github.com/breautek/storm/commit/00e2642ba209f15c82bb047cd483daa933ec2c5a)
1057
- - typescript conversion [`d2c210c`](https://github.com/breautek/storm/commit/d2c210cdcd8b81f756faccd448281fbcad57ae2d)
1058
- - 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)