Skip to content

Release 0.1.0b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 01:05
0f3b641

Security

  • Documentation with detail regarding warning on bearer token. (#83) PR #88

Fixed

  • Incorrect virtual module reference of schema_virtual_module in table metadata. (#85) PR #88

Added

  • Docker dev environment that supports hot reloading. PR #79
  • Documentation on setting up environments within docker-compose header. PR #79
  • cascade option for /delete_tuple route. (#86) PR #88
  • When delete with cascade=False fails due to foreign key relations, returns a HTTP error code of 409 Conflict with a JSON body containing specifics of 1st child. (#86) PR #88

Changed

  • Replaced DJConnector.snake_to_camel_case usage with datajoint.utils.to_camel_case. PR #88
  • Default behavior for /delete_tuple now deletes without cascading. (#86) PR #88
  • Consolidated pytest fixtures into __init__.py to facilitate reuse. PR #88
  • Modify dependency check to not perform deep check and use accessible fk relations only. (#89) PR #90
  • Update nginx image to pull from datajoint organization. (#80) PR #90

Removed

  • Docker base environment to simplify dependencies. PR #79