Skip to content

Release 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 00:11
f54f77d

Added

  • Local database instance pre-populated with sample data for dev Docker Compose environment. PR #99
  • Capability to insert multiple, update multiple, and delete multiple. PR #99
  • Allow dependency restriction to include secondary attributes from parent table. PR #99

Changed

  • Update datajoint to newly released 0.13.0. PR #97
  • Rename service pharus to pharus-docs in docs Docker Compose environment to allow simulataneous development. PR #99
  • Update NGINX reverse proxy image reference. PR #99
  • Refactored API design to align with common REST resource naming convention. (#38) PR #99
  • Hide classes and methods that are internal and subject to change. PR #99

Removed

  • InvalidDeleteRequest exception is no longer available as it is now allowed to delete more than 1 record at a time. PR #99

Fixed

  • uuid types not properly restricted on GET /record, DELETE /record, and GET /dependency. PR #102