Releases: 9tigerio/db2rest
Releases · 9tigerio/db2rest
0.2.3-RC1
What's Changed
- #357 - upgrade spring boot by @kdhrubo in #360
- Banner Changes by @adityakukankar in #363
- #367 - fix to jar running issues from command line - by @kdhrubo in #368
- #366 - fix like operator issue by @kdhrubo in #370
New Contributors
- @adityakukankar made their first contribution in #363
Full Changelog: 0.2.2-RC3...0.2.3-RC1
V-0.2.3
0.2.2-RC3
Full Changelog: 0.2.2-RC2...0.2.2-RC3
0.2.2-RC2
0.2.2-RC1
0.2.2-RC
V-0.2.1
What's Changed
- Feature/additional tests docs by @kdhrubo in #330
- Feature/extract interface by @kdhrubo in #331
- refactor schema manager to schema by @kdhrubo in #332
- #334 - fix column alias handling by @kdhrubo in #335
- added jwt token verification service by @bharath8121 in #333
- fix integration test by @kdhrubo in #336
- Feature/improve join by @kdhrubo in #341
- Feature/339 join integration test by @kdhrubo in #343
- Feature/339 join integration test by @kdhrubo in #346
- #347 - fix startup issue by @kdhrubo in #348
- Feature/347 d1 issue by @kdhrubo in #349
- Feature/347 d1 issue by @kdhrubo in #350
- #347 - stop printing by @kdhrubo in #351
Full Changelog: V-0.2.0...V-0.2.1
V-0.2.0
What's Changed
- Support for Cloudflare D1 database
- Refactoring to support non-relational databases.
Full Changelog: V-0.1.0...V-0.2.0
V-0.1.0
What's Changed
- updated update logic and added tests by @bharath8121 in #209
- #200 - upgrade to spring boot 3.2.2 by @kdhrubo in #210
- Fixes #201 - Feature/201 postgres delete tests by @souravroy in #211
- #213 - refactored create controller by @kdhrubo in #214
- #215 - refactored bulk create controller by @kdhrubo in #219
- #224 - fixed now if select is not specified all columns of the root table is returned. by @kdhrubo in #226
- #220 - refactor delete controller by @kdhrubo in #233
- fix implicit inner join by @kdhrubo in #238
- Feature/183 return generated key for insert by @ntananh in #239
- #155 - Adding column names to columns query param by @souravroy in #248
- refactor to new version of query engine. by @kdhrubo in #249
- Feature/refactor query 2 by @kdhrubo in #250
- #251 moved custom query to separate class - SRP principle by @kdhrubo in #252
- #254 refactor find one query by @kdhrubo in #255
- #257 refactor read by @kdhrubo in #258
- #259 - add limit and offset by @kdhrubo in #260
- Feature/join re design by @kdhrubo in #264
- add join table columns in projection by @kdhrubo in #265
- Issue #263 : Separate test data from the tests and refactor tests by @souravroy in #267
- Feature/266 compound join by @kdhrubo in #269
- Feature/270 revamp query engine by @kdhrubo in #271
- #272 - fixed column alias by @kdhrubo in #274
- #276 - refactor delete to remove mybatis dynamic by template based sq… by @kdhrubo in #277
- #275 - support for pagination by @kdhrubo in #278
- #261 - sort processing by @kdhrubo in #280
- Feature/279 create issues by @kdhrubo in #281
- #282 - updated tsid design doc by @kdhrubo in #284
- #218 - insert json by @kdhrubo in #285
- #286 - type conversion error by @kdhrubo in #287
- #227 - support timestamp for mysql and postgresql by @kdhrubo in #290
- #216 - support json column support by @kdhrubo in #291
- #202 - mysql view support by @kdhrubo in #292
- #232 - timestampz support by @kdhrubo in #293
- #231 - timetz support by @kdhrubo in #294
- bulk insert columns support by @kdhrubo in #295
- #296 - cleanup schema dependency and mybatis for update by @kdhrubo in #297
- #272 - fix bulk upload by @kdhrubo in #298
- #206 - added support for materialized view for postgresql by @kdhrubo in #299
- #304 - fix pg sql insert keys issue. by @kdhrubo in #305
- #306 - fix save error response by @kdhrubo in #307
- #308 - improve error reporting by @kdhrubo in #309
- Feature/302 refactor mybatis by @kdhrubo in #310
- Feature/302 further refactor mybatis by @kdhrubo in #312
- Feature/182 exists query support by @ntananh in #314
- Feature/300 fix integration test by @kdhrubo in #317
- Feature/issue 58 by @bharath8121 in #313
- #316 - remove spring data by @kdhrubo in #318
- #316 - fix unkey imports by @kdhrubo in #320
New Contributors
Full Changelog: V-0.0.9...V-0.1.0
V-0.0.9
What's Changed
- Feature/74 add sort support by @kdhrubo in #75
- Feature/refactor 1 by @kdhrubo in #86
- Update README.md by @thadguidry in #91
- Feature/90 remove jooq select by @kdhrubo in #92
- #87 - remove jooq from delete by @kdhrubo in #95
- Update README.md by @thadguidry in #94
- remove jooq dependency from update by @kdhrubo in #96
- Feature/89 support stored proc by @souravroy in #103
- #106 - rest docs added, restassured removed, will use webmvcmock by @kdhrubo in #107
- #108 - restdocs now configured to generate markdown by @kdhrubo in #110
- #109 - testing github action for integration tests and build by @kdhrubo in #111
- #98 - update based on tests by @kdhrubo in #118
- adding integration test support with Test container for MySQL by @souravroy in #121
- #105 - added multiple script files. by @kdhrubo in #122
- Exception handling for procedure and function calls by @souravroy in #123
- Remove redundant setDetail by @souravroy in #125
- #116 - integration test added for postgresql insert error. by @kdhrubo in #126
- #76 - docker documentation added. by @kdhrubo in #127
- Fix typos and add clarity to README by @thadguidry in #129
- #130 - doc updates for docker install paragraph. by @kdhrubo in #131
- Integration test for CreateController with MySQL database by @souravroy in #133
- #136 - ading integration test for bulk insert for postgresql by @kdhrubo in #138
- #135 - mysql bulk insert, minor other fixes by @kdhrubo in #139
- added tsid column check and add autogenerated tsid by @bharath8121 in #143
- testcontainer DB loading multiple scripts by @souravroy in #141
- Reduced test data, Set replaced with List by @souravroy in #149
- Feature/147 improve select by @kdhrubo in #150
- Api to execute custom query by @souravroy in #156
- added tsid for bulk creation and tests by @bharath8121 in #152
- #151 - csv bulk upload added. by @kdhrubo in #160
- #154 - simplification of installer by @kdhrubo in #161
- Feature/issue 11 by @kdhrubo in #163
- fixed tests by @bharath8121 in #164
- Feature/157 Disabling tests and adding definition for stored proc by @souravroy in #166
- mysql functions are now being created by @kdhrubo in #167
- fix #162 - fix sort issue by @kdhrubo in #168
- #169 - resolving multi join. by @kdhrubo in #171
- Feature/157 Integration tests for database stored proc and function by @souravroy in #179
- uncommented test assertions for postgres stored proc test by @souravroy in #184
- added code to get one row by @bharath8121 in #186
- Feature/188 bulk csv json by @kdhrubo in #189
- Integration tests for delete by @souravroy in #192
- integration test for delete all when allow safe delete is false by @souravroy in #194
- fix tests due to change of http status for delete success to 204 by @kdhrubo in #196
- #197 - fix integer type by @kdhrubo in #198
New Contributors
- @thadguidry made their first contribution in #91
- @souravroy made their first contribution in #103
- @bharath8121 made their first contribution in #143
Full Changelog: V-0.0.8...V-0.0.9