1.2 KiB
1.2 KiB
Changelog
0.3.1
- Fixed bugs in Snowflake generation and serialization of negative values
0.3.0
- Fixed
cb32encode()andb32lencode()doing wrong padding — UNSOLVED in 0.2.x which is out of support, effective immediately - Changed behavior of
kwargs_prefix()which now removes keys from original mapping by default - Add SQLAlchemy auth loaders i.e.
sqlalchemy.require_auth_base(),flask_sqlalchemy. What auth loaders do is loading user token and signature into app sqlalchemy: addparent_children()andcreate_session()- Implement
UserSigner() - Improve JSON handling in
flask_restx - Add base2048 (i.e. BIP-39) codec
- Add
split_bits(),join_bits(),ltuple(),rtuple(),ssv_list(),additem() - Add
markdownextensions - Add Snowflake manipulation utilities
0.2.3
- Bug fixes in
classtoolsandsqlalchemy
0.2.1
- Add
codecs.jsonencode
0.2.0
- Add
i18n,itertools - Add
tomlas a hard dependency - Add support for Python dicts as
ConfigSource - Implement ULID -> SIQ migrator (with flaws)
- First release on pip under name
sakuragasaki46-suou - Improve sqlalchemy support