Releases: TanmoySG/wunderDB
Releases · TanmoySG/wunderDB
v1.7.1
Changelog
- 2c5cd5e pre-tag-commit: updated wdb version: v1.7.1
- c170156 Record Route, Schema Validation Error and Record not found for Filter Error #162
- 5f4e65b add no data found error
- dab631a add no data found error
- 0812ee5 add schema validation errors in response
- 1df2045 update code to handle /records/id route
- 3e4ee5b fix upgrade message
- 8ea9ba7 add workflow_dispatch
- eec49d1 add workflow_dispatch
- f5ffaa5 add workflow_dispatch
- 809bd4d add workflow_dispatch
- ea34362 add workflow_dispatch
- e57edf1 add workflow_dispatch
- 630b3f1 update workflows
v1.7.0
Changelog
- ed3c588 pre-tag-commit: updated wdb version: v1.7.0
- 2949fae update workflows
- b7c415a pre-tag-commit: updated wdb version: v1.7.0
- ed9c0e6 update workflows
- 12c20fe pre-tag-commit: updated wdb version: v1.7.0
- d008954 update workflows
- 6f66fc6 pre-tag-commit: updated wdb version: v1.7.0
- ffb2bcb Merge pull request #157 from TanmoySG/fix-v170
- 4190df0 update workflows
- 325a9eb pre-tag-commit: updated wdb version: v1.7.0
- ceb16b9 Replace
data
in collection withrecords
#155 - 81481ed minor changes
- 05f7eb6 add railway deployment gh-action
- fd9cde2 add version parsers and docs
- bf578b8 update entrypoint to run internal upgrades
- 71fde0c minor updates
- c1dbc72 added internal upgrades module
- 78ba373 update runmode code
- 613150c Merge branch 'main' into remove-data-breaking
- 8e93f64 Merge pull request #156 from TanmoySG/startup-helper
- a4602d8 update entrymode and runmodes
- 77e4004 update entrymode and runmodes
- 54fc645 start up helper
- 33804b5 updated models
- 1596c87 Merge pull request #154 from TanmoySG/dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.5
- 9cd82c8 Bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.5
v1.6.1
v1.6.0
Changelog
- 2ad9a8f pre-tag-commit: updated wdb version: v1.6.0
- 587ab0b pre-tag-commit: updated wdb version: v1.5.0
- 37c0087 Data Querying - JSONPath and Evaluation [#81]
- 4b34f4d chore: Add queryData privilege constant and update privilege mappings
- 340c73a update docs
- 5d0d32f update docs
- 11207d8 added default jsonSchema standardizer
- 819ecc8 add jsonpath and querying support for wdb-server
- 2db5ff5 add data jsonpath and querying support
- 10a4f79 add jsonpath parser spyzhov/ajson
- da58ea0 Merge pull request #149 from TanmoySG/TanmoySG-patch-1
- 05f26ce Update README.md
- 19ebd6f Update README.md
- 4191a5c Merge pull request #148 from TanmoySG/readme-change
- 9537e93 Fix docker image issues and update migration documentation
v1.5.0
Changelog
- 808a2e6 pre-tag-commit: updated wdb version: v1.5.0
- e0cf2b9 Dockerfile Updates: Make web_server main process for image [#147]
- abdc8cb Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/gofiber/fiber/v2-2.52.1' into docker-update
- c844d7d Refactor Dockerfile and shutdown.go
- dd63add Bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.1
v1.4.2
Changelog
- 868644a pre-tag-commit: updated wdb version: v1.4.2
- 03e6913 Merge pull request #145 from TanmoySG/wf-update
- 7289bae update sigstore actions
- fb8679a pre-tag-commit: updated wdb version: v1.4.2
- 40f5e5b Handle SIGTERM SIGINT for Graceful Shut Down [#144]
- 6e2efc9 update packages
- b1a17e7 support listening to SIGINT, SIGTERM
- 45a1a0d Merge pull request #142 from TanmoySG/dependabot/go_modules/github.com/gofiber/fiber/v2-2.50.0
- 212355f Bump github.com/gofiber/fiber/v2 from 2.49.2 to 2.50.0
v1.4.1
Changelog
- d93f0cc pre-tag-commit: updated wdb version: v1.4.1
- 909d03a pre-tag-commit: updated wdb version: v1.4.0
- 989cb45 Merge pull request #141 from TanmoySG/bwcompat-pkey
- 1ceff49 updated dockercompose
- 4e1fc8b Merge pull request #140 from TanmoySG/dependabot/go_modules/github.com/gofiber/fiber/v2-2.49.2
- 02c0999 Bump github.com/gofiber/fiber/v2 from 2.43.0 to 2.49.2
- 2a1121e update docker compose files
v1.4.0
v1.3.5
v1.3.4
Changelog
- 420205a pre-tag-commit: updated wdb version: v1.3.4
- c2e675a Primary Key for Records [#111]
- 5501c97 Update wunderDb CI/CD Workflows #138
- 20524a1 updated output
- 81c1dde Update wunderDb CI/CD Workflows [#136]
- a2d53ce updated CodeQL workflow
- 3e9f90c updated workflow #135
- 358a34f added test for primaryKey
- 976e3f2 rename model.Datum as model.Record
- ccb13c5 updated documentation
- 242ce76 updated filters code to filter by recordId
- 1c02c26 added recordId based processing
- 0e582c9 added primary key functonality for server
- 8ee3530 added schema primarykey while creating collection
- 47240b6 added PrimaryKey field to Collection model
- 4a53ce2 removed Access unused field from model