Skip to content

Releases: ravendb/samples-yabt

v2.1

04 Aug 02:59
Compare
Choose a tag to compare

Implementation changes

  • #34. Made RavenDB patch requests strongly typed (at least partially).
  • #49. Deployment pipeline: Grant permissions to certificate on re-creating DB.

Breaking changes

  • #51 & #42. Upgraded the back-end to .NET 6 (along with all dependencies)

v2.0 Multi-tenancy

23 Aug 00:26
c0ab82f
Compare
Choose a tag to compare

Features

  • #31. Implemented multi-tenancy support to manage multiple projects in one DB.
  • #37. Setup DB schema migration procedure.

Other updates

  • #35. Upgraded RavenDB ClientSDK to v5.2.
  • #38. Extended TicketImporter to support extraction from multiple GitHub projects.

v1.1.0

08 Jun 23:38
1e21b71
Compare
Choose a tag to compare

Fixes

  • #23. Backlog Item: Can't add a checkbox custom field.
  • #24. Backlog Item: On deleting 1 related item all get wiped out.
  • #26. Removed waiting on rebuilding the indexes when mutating a record.
    Earlier, on creating/updating/deleting a record, the API didn't return a 20x response until the indexes get up-to-date.
    To optimise back-end performance, the API doesn't hold up and returns 20x as soon as the request was accepted and validated by RavenDB

Other updates

  • #28. Angular front-end has been upgraded to v12.
  • #25. Isolate the database entities to avoid accidental over exposure on WebAPI
    Earlier, the database entities (aka "collections") were defined in "Domain" project (along with consumer facing DTOs) that could lead to accidental overexposure of some DB data objects (fully or partially) on the API.

v1.0

08 May 04:52
Compare
Choose a tag to compare