Skip to content

Releases: datajoint/pharus

Release 0.6.0

03 Nov 23:49
a9b2d8f
Compare
Choose a tag to compare

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

31 Oct 15:45
4f745c1
Compare
Choose a tag to compare

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

26 Oct 22:35
69ef260
Compare
Choose a tag to compare

Fixed

  • Return id_token on login since it can be useful in OIDC logout flow PR #139

Release 0.5.4

20 Oct 23:05
d2253a4
Compare
Choose a tag to compare

Fixed

  • Allow form component table map destination templating PR #138

Release 0.5.3

11 Oct 21:05
ccef4ec
Compare
Choose a tag to compare

Fixed

  • Flask would add empty body to request method PR #137

Release 0.5.2

06 Oct 16:48
f4b4fd7
Compare
Choose a tag to compare

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

27 Sep 21:48
63ff9ad
Compare
Choose a tag to compare

Added

  • Schema templating for insert queries using query params PR #131
  • Add support for OIDC login flow PR #130 (#125)

Release 0.5.0

21 Sep 23:59
dafb069
Compare
Choose a tag to compare

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

24 Mar 23:36
878805c
Compare
Choose a tag to compare

Fixed

  • Bug with otumat version not being tied to the latest PR #119

Release 0.4.0

18 Mar 21:07
Compare
Choose a tag to compare

Fixed

  • Bug with order_by not applying from fetch args PR #117

Added

  • Support for new slider and dropdown-query components PR #118
  • Numpy parser for component_interface.py to remove numpy types for json serialization PR #118
  • Support for loginless mode PR #118