- Moving CI to github actions. - Declare Python 3.11 compatibility - Fix serialization for dates where year is shorter than 4 digits long
3.1.3
------------------
- Faster PJDataManager flush() when it contains a lot of objects.
3.1.2
------------------
- Replace collections with collections.abc for python 3.10 compatibility
3.1.1
------------------
- Fix `MappingView` fix, do not emit `hint` in the log message, hint object is the one being loaded, this just causes pain.
3.1.0
------------------
- Fix `collections.abc.MappingView` subclass persistence. It was very bad, did not store the underlying mapping at all, **caused silent data loss**. Urgent update advised! Also failed on loading the state of such.