Skip to content

Releases: krptn/krypton

v0.8.6

30 Dec 06:20
afe7115
Compare
Choose a tag to compare
v0.8.6 Pre-release
Pre-release

This release fixes an issue with the Django middleware that prevented it from working. It is to do with a type castings.

This release unfortunately had to be recreated because a bug in the CI/CD pipeline prevented the wheels from being uploaded to PyPI.

v0.8.5

18 Dec 20:49
1720954
Compare
Choose a tag to compare
v0.8.5 Pre-release
Pre-release

This release fixes a little issue missed in the previous release.

As always, if you find any more bugs, please report them on the issue tracker on GitHub.

v0.8.4

18 Dec 20:08
1514977
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

This release fixes some flexibility issues in regarding the use of some APIs.

As always, if you encounter any bugs 🐛 please let us know using the bug tracker on GitHub.

v0.8.3

14 Dec 09:28
fca8eb9
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release

This release improves database bindings by fixing missing foreign keys. It also improves cleanup after users are deleted.

v0.8.2

11 Oct 09:06
bdc8690
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

This release includes support for CPython 3.12. It also includes some type assertions to prevent accidental misuse of APIs.

v0.8.1

05 Sep 15:01
e4b6256
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

This release includes a new API to set data with lower security levels. It also includes significant database improvements to prevent, and to help the detection of, bugs (e.g.: explicitly adding unique constraints on certain fields).

Documentation will be updated shortly with the new API.

v0.8.0

14 Aug 15:03
9dc0c62
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

This release introduces a new API for getting/setting user data.

v0.7.0

09 Aug 08:52
9816c58
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Hello all!

This review contains significant improvements to Krptn. We were very lucky to get a review for the code, and in this release, many of the problems are fixed.

Also, any data encrypted with a prior release will not be usable with this version. As this is a pre-release, we do not have a tool to re-encrypt the data such that it would work with this version. In proper production ready releases, this tool will be made.

v0.6.4

22 Jun 20:45
9012553
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

This release update's OpenSSL to the latest version due to a bug in the previously used version.

v0.6.3

22 Jun 19:10
69abae0
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

This release addresses the following two issues:

  • A bug in the Django middleware that caused an import error
  • Changes OpenSSL version to ensure that a FIPS validated version is built, if the default wheels are installed from PyPI.