Release 0.1.0b0
Pre-release
Pre-release
Security
Fixed
Added
- Docker
devenvironment that supports hot reloading. PR #79 - Documentation on setting up environments within
docker-composeheader. PR #79 cascadeoption for/delete_tupleroute. (#86) PR #88- When delete with
cascade=Falsefails due to foreign key relations, returns a HTTP error code of409 Conflictwith a JSON body containing specifics of 1st child. (#86) PR #88
Changed
- Replaced
DJConnector.snake_to_camel_caseusage withdatajoint.utils.to_camel_case. PR #88 - Default behavior for
/delete_tuplenow deletes without cascading. (#86) PR #88 - Consolidated
pytestfixtures into__init__.pyto 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
baseenvironment to simplify dependencies. PR #79