Skip to content

Pickle fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 09 Oct 10:05
· 1609 commits to master since this release
52b7345

This will enable undefined values to be pickled correctly, as this was in a request to be fixed.

Breaking changes

  • You will no longer be able to call hikari.undefined.UndefinedType() to get a reference to hikari.undefined.UNDEFINED, you should instead access the constant value directly.