Releases: datajoint/pharus
Releases · datajoint/pharus
Release 0.6.1
Added
- Add debug traces for standard routes #143
- Set a manual sleep due to
jwt
package not validating tokens issued in less than 1 sec #143
Release 0.6.0
Added
- Allow requests to be thread-safe so that database connections don't cross-pollinate #142
- Add
basicquery
and external
as options to extend with dynamic spec #142
Release 0.5.6
Added
- Add option to flush user privileges if root user available using env vars:
DJ_HOST
, DJ_ROOT_USER
, DJ_ROOT_PASS
#140
Release 0.5.5
Fixed
- Return
id_token
on login since it can be useful in OIDC logout flow PR #139
Release 0.5.4
Fixed
- Allow form component table map destination templating PR #138
Release 0.5.3
Fixed
- Flask would add empty body to request method PR #137
Release 0.5.2
Added
- Create generic component class for custom routes PR #135
Fixed
- Component type check condition to allow form POST route overriding PR #132
Release 0.5.1
Added
- Schema templating for insert queries using query params PR #131
- Add support for OIDC login flow PR #130 (#125)
Release 0.5.0
Fixed
- Bugs with returning UUID and NaN values PR #128
Added
- Support schemas with a
-
by specifying instead with __
in dynamic spec PR #128
- Support for new
antd-table
component. Prior table
component will be deprecated in the next minor release. PR #128
- Support for InsertComponent
Release 0.4.1
Fixed
- Bug with otumat version not being tied to the latest PR #119