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
@@ -97,29 +128,36 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
97
128
## [0.1.0b0] - 2021-02-26
98
129
99
130
### Security
131
+
100
132
- Documentation with detail regarding warning on bearer token. (#83) PR #88
101
133
102
134
### Fixed
135
+
103
136
- Incorrect virtual module reference of `schema_virtual_module` in table metadata. (#85) PR #88
104
137
105
138
### Added
139
+
106
140
- Docker `dev` environment that supports hot reloading. PR #79
107
141
- Documentation on setting up environments within `docker-compose` header. PR #79
108
142
-`cascade` option for `/delete_tuple` route. (#86) PR #88
109
143
- 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
110
144
111
145
### Changed
146
+
112
147
- Replaced `DJConnector.snake_to_camel_case` usage with `datajoint.utils.to_camel_case`. PR #88
113
148
- Default behavior for `/delete_tuple` now deletes without cascading. (#86) PR #88
114
149
- Consolidated `pytest` fixtures into `__init__.py` to facilitate reuse. PR #88
115
150
- Modify dependency check to not perform deep check and use accessible fk relations only. (#89) PR #90
116
151
- Update nginx image to pull from datajoint organization. (#80) PR #90
117
152
118
153
### Removed
154
+
119
155
- Docker `base` environment to simplify dependencies. PR #79
120
156
121
157
## [0.1.0a5] - 2021-02-18
158
+
122
159
### Added
160
+
123
161
- List schemas method.
124
162
- List tables method.
125
163
- Data entry, update, delete, and view operations for DataJoint table tiers: `dj.Manual`, `dj.Lookup`.
@@ -138,4 +176,4 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
0 commit comments