hawk v2.0.1 Release Notes
Release Date: 2018-04-03 // almost 7 years ago-
2.0.1
- โก๏ธ Conceal is updated, with the new version the size is way smaller
2.0.0
- ๐ Rx support is removed
- ๐ Chain option is removed
- Facebook conceal is added as crypto provider
- ๐ Async operations are removed
- ๐ EncryptionMethod is removed, as default it's encrypted and fallback to no encryption mode if the crypto is not available
- NoEncryption option is available through setEncryption out of box
- ๐ LogLevel is removed. All log messages are delegated to LogInterceptor, thus you can intercept and print it. Otherwise all log messages will be ignored.
- ๐ All abstraction layers are pluggable. (Converter, Parser, Encryption, Serializer, Storage)
- ๐ Sqlite option is removed.
- Init is super fast now, no need to async operation.
Previous changes from v1.23
-
- db connections are closed in finally block