Skip to content

Releases: creyD/creyPY

v3: Dependency Split and auth0 Support

21 Jan 11:19
abe84bc
Compare
Choose a tag to compare
  • Dependencies are now split into [all, postgres, build, auth0] and postgres is therefore optional
  • Added auth0 common helpers
  • Bumped dependencies
  • Minor fixes in the testing module
  • Fixed security issues highlighted by codacy
  • Force SSL connection when using postgres

v2.0.0

04 Nov 12:22
99c84b6
Compare
Choose a tag to compare

Notes:
You will need to change calls to create_obj_from_data according to #1 (rename additonal_data to additional_data)
You will need to change calls to update_obj_from_data according to #3 (if you supplied partial, you will need to reverse it: true -> false and false -> true)