1.2.13
Implemented enhancements:
Fixed bugs:
- Android only - Returning a TokenDetails with 'issued' and 'expires' values in epoch milliseconds throws java error #356
- Fix AblyException assigning 'Message' to 'Code' field #349
- Investigate and fix encryption in sample app #334
- Execution failed for task ':ably_flutter:compileDebugJavaWithJavac' while running integration test for android device #322
- Realtime types (e.g.
RealtimeHistoryParams
) extending Rest ones (e.g.RestHistoryParams
) can cause problems (crashes) #241 - Fix LogHandler (use it) #238
- Broken dartdoc link generated from readme #110
Closed issues:
- Ably interferes with firebase_messaging #346
- Missing link to
ApplicationState
in documentation #335 - Write integration tests for realtime channel specs #332
- Consider Simplifying AblyMessage #329
- Upgrade
firebase-messaging
to version 23.0.0 #320 - Example App should be able to build and run without Firebase configured via
google-services.json
#318 - No need for GitHub workflows to explicitly run
flutter pub get
in theexample
folder #317 - Example App should be able to build and run without
ABLY_API_KEY
#316 - resultForDeactivate and resultForActivate are set to null in some situations in Android plugin #304
- Test device activation, subscription, receiving messages and deactivation #153
- Add docstring for "spec" folder #29