You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,32 @@
3
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
4
5
5
## [Unreleased]
6
+
7
+
## Security
8
+
- Documentation with detail regarding warning on bearer token. (#83) PR #88
9
+
10
+
## Fixed
11
+
- Incorrect virtual module reference of `schema_virtual_module` in table metadata. (#85) PR #88
12
+
6
13
### Added
7
-
- Docker `dev` environment that supports hot reloading.
8
-
- Documentation on setting up environments within `docker-compose` header.
14
+
- Docker `dev` environment that supports hot reloading. PR #79
15
+
- Documentation on setting up environments within `docker-compose` header. PR #79
16
+
-`cascade` option for `/delete_tuple` route. (#86) PR #88
17
+
- 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
18
+
19
+
### Changed
20
+
- Replaced `DJConnector.snake_to_camel_case` usage with `datajoint.utils.to_camel_case`. PR #88
21
+
- Default behavior for `/delete_tuple` now deletes without cascading. (#86) PR #88
22
+
- Consolidated `pytest` fixtures into `__init__.py` to facilitate reuse. PR #88
9
23
10
24
### Removed
11
-
- Docker `base` environment to simplify dependencies.
25
+
- Docker `base` environment to simplify dependencies. PR #79
0 commit comments