Skip to content

Releases: TanmoySG/wunderDB

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.

v1.3.3

29 Jul 09:00
Compare
Choose a tag to compare

Changelog

  • cf37abc pre-tag-commit: updated wdb version: v1.3.3
  • a3cedf9 Patch and Revoke Role [#123 / #126]
  • 4a2cf6f update documentation
  • abb66b1 Updated documentation for #123 #126
  • f57b51b added role doesnt exist error
  • 8d1d698 go fmt-ed
  • 584be89 return affected count
  • bc74ea2 updated Revoke logic
  • a81bc90 added map compare method
  • 490a3f3 Added RevokeRole scope and Type
  • 225d852 added Revoke and Update Role functionalities to server
  • 9f3fa35 Added revokeRole privilege and UpdateRole and RevokeRole methods
  • 20a781a Updated function names and added Revoke
  • 77c8dfd added RevokeRole functionality and tests
  • 22e1be9 Added roles.Update functionality and moved common code