Skip to content

Releases: nicolkill/dbb

v1.0.8

30 Oct 06:12

Choose a tag to compare

Use the docker image nicolkill/dbb:1f71969

Changelog:

  • Issue with migrations

Full Changelog: v1.0.6...v1.0.7**Full Changelog**: https://github.com/nicolkill/dbb/compare`/v1.0.7...v1.0.8`

v1.0.7

25 Oct 06:41

Choose a tag to compare

Use the docker image nicolkill/dbb:673cddd

Changelog:

  • Added random seeder
  • Improved internal use of code
  • Admin users
  • Admin sessions with Guardian
  • Permissions to platform sections (dynamic)
  • Updated Docs

Full Changelog: v1.0.6...v1.0.7

v1.0.6

09 May 06:39

Choose a tag to compare

Use the docker image nicolkill/dbb:7b848c4

Changelog:

  • Fixes

Full Changelog: v1.0.5...v1.0.6

v1.0.5

07 May 15:46

Choose a tag to compare

Use the docker image nicolkill/dbb:fc0af11

Changelog:

  • Values can be generated like random keys
  • Relations with other schemas validation
  • Force relation exist on create
  • Preload related schemas
  • AdminUI basic auth

Full Changelog: v1.0.4...v1.0.5

v1.0.4

25 Apr 08:24

Choose a tag to compare

Use the docker image nicolkill/dbb:195dd94

Changelog:

  • UI improvements
  • Some Fixes
  • New values:
    • List

v1.0.3...v1.0.4

v1.0.3

31 Oct 17:42

Choose a tag to compare

Use the docker image nicolkill/dbb:2e41d0b

Changelog:

  • Added OpenSource License
  • Added Admin panel for all the schemas
    • All schemas
    • All records of schema
    • Create a new record
    • Update a new record
    • Delete individually a record

v1.0.2...v1.0.3

v1.0.2

20 Oct 06:06

Choose a tag to compare

Use the docker image nicolkill/dbb:2791bdb

Changelog:

  • Updated Docs
  • Swagger UI
  • New datatypes
    • Datetime
    • UUID

v1.0.1...v1.0.2

v1.0.1

29 Jul 00:16

Choose a tag to compare

Use the docker image nicolkill/dbb:19ff17b

Changelog:

v1.0.0...v1.0.1

v1.0.0

04 May 19:19

Choose a tag to compare

Use the docker image nicolkill/dbb:b9c8b6e

Changelog:

  • Deployed on Docker Hub
  • Index operations pagination
  • Index operations filter by query params

v0.0.1...v1.0.0

v0.0.1

03 May 17:35

Choose a tag to compare

Very basic usage NOT RECOMMENDED TO USE just symbolic tag

Changes

  • Config database schema by file config
  • CRUD by config
  • Cors configured by env var
  • Data validation by config
  • Soft delete
  • Relate any record to another by a reference field
  • Api key by config