Skip to content

v1.1.0

Choose a tag to compare

@AKlaus AKlaus released this 08 Jun 23:38
· 110 commits to master since this release
1e21b71

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.