Skip to content

Releases: TanmoySG/wunderDB

v1.7.0

08 Sep 08:08
Compare
Choose a tag to compare

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 with records #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

14 May 19:25
Compare
Choose a tag to compare

Changelog

  • a16737d pre-tag-commit: updated wdb version: v1.6.1
  • 5620a46 Merge pull request #152 from TanmoySG/fix-query-execution
  • acf98fe fix query result type conversion

v1.6.0

13 May 19:34
Compare
Choose a tag to compare

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

25 Mar 13:58
Compare
Choose a tag to compare

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

02 Jan 20:12
Compare
Choose a tag to compare

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

15 Sep 20:22
Compare
Choose a tag to compare

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

15 Sep 20:14
Compare
Choose a tag to compare

Changelog

  • 4d0e73a pre-tag-commit: updated wdb version: v1.4.0

v1.3.5

15 Sep 20:15
Compare
Choose a tag to compare

Changelog

  • dec9f36 pre-tag-commit: updated wdb version: v1.3.5
  • 8ea6fa8 fix workflows
  • 09f1461 pre-tag-commit: updated wdb version: v1.3.4
  • 51719ab fix workflow

v1.3.4

15 Sep 20:15
Compare
Choose a tag to compare

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

Primary Key Model

07 Aug 20:07
Compare
Choose a tag to compare
Primary Key Model Pre-release
Pre-release

Release for importing wdb-models with primary key. For DEVELOPMENT only.