FIX Snowflake codecs, add sqlalchemy.parent_children(), additem(), release 0.3.0
This commit is contained in:
parent
946973f732
commit
e615cbb628
6 changed files with 58 additions and 22 deletions
|
|
@ -6,11 +6,11 @@
|
|||
- **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
|
||||
- Add `sqlalchemy.create_session()`
|
||||
- `sqlalchemy`: add `parent_children()` and `create_session()`
|
||||
- Implement `UserSigner()`
|
||||
- Improve JSON handling in `flask_restx`
|
||||
- Add base2048 (i.e. [BIP-39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki)) codec
|
||||
- Add `split_bits()`, `join_bits()`, `ltuple()`, `rtuple()`, `ssv_list()`
|
||||
- Add `split_bits()`, `join_bits()`, `ltuple()`, `rtuple()`, `ssv_list()`, `additem()`
|
||||
- Add `markdown` extensions
|
||||
- Add Snowflake manipulation utilities
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue