Changelog¶
We follow Semantic Versions style.
Version 0.1.4¶
Add some shutdown abilities (``f126ffb` <https://github.com/PerchunPak/nonbloat-db/commit/f126ffb6cdcc2cbc7e2bec8b58d27be31e3036f2>`_)
Version 0.1.3¶
Add support for Python 3.13.
Version 0.1.2¶
Fix types to be compatible with (based)pyright (``284e15bc` <https://github.com/PerchunPak/nonbloat-db/commit/284e15bc0251781560439ec6324ae7fa3f361421>`_)
Version 0.1.1¶
Make
write_intervalinStorage.initmore loose. (``1f9b683` <https://github.com/PerchunPak/nonbloat-db/commit/1f9b683473f29b89b3321abc3c960f16f784246a>`_)Before you could only provide
Falseto disable automatic write, but now if you accidentally provideNoneor0, it will still work (though your type checker won’t be happy).Fix AOF if you do multiple
sets (``4da789a` <https://github.com/PerchunPak/nonbloat-db/commit/4da789aab6fda991eba2580988a8809f1e524a42>`_)I forgot to add a new line on each AOF write.
Version 0.1.0¶
Repository initialised.