hawk v2.0.1 Release Notes

Release Date: 2018-04-03 // almost 6 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