Skip to content

Releases: morpframework/aurelix

0.1.2b5

27 Aug 10:49
Compare
Choose a tag to compare
0.1.2b5 Pre-release
Pre-release

0.1.2b5 (2023-08-27)

  • Use snake case in configuration
  • Added simple unit tests

0.1.2b4 (2023-08-26)

  • validate & decode oidc token instead of blindly trusting it by querying userinfo endpoint
  • remove UserInfo class as a decoded token have sufficient identity information
  • added relationships object in model responses
  • added relationship traversal in client

0.1.2b3 (2023-08-24)

  • added object storage support for object uploads
  • added field editing guard for object storage fields and workflow fields

0.1.2b2 (2023-08-23)

  • Added hooks for field and model validation
  • allow specifying function name in CodeRefSpec
  • added field input/output transfomer hooks
  • added alembic support

0.1.2.beta1 (2023-08-22)

  • fixed after/before create/update/delete event hooks not triggering
  • fixed transform create/update/output transform hooks not overriding correctly
  • event hooks and transform hooks are now multi-item and chainable
  • fix MANIFEST.in that caused failure to install from pip