All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Add an additional internal implementation error that also produces a
:dev.gethop.notifications.core/invalid-recipient
error.
- Return implementation agnostic errors. We now provide a spec for the errors returned from the library functions. The spec includes both the mandatory implementation-agnostic error values, and the optional implementation-specific error details.
- Make internal implementatino details private
- Upgrade to the latest version of Firebase library
- Add the option to configure the APs badge key. Although it's not
officially documented, according to our tests, it is mandatory to
set the badge if the content-available is specified. Note that 0
is also a valid value, and it's used to disable the badge.
- Add option to configure the APs content-available key
- Implement notification priority configuration for Android and APN messages. The priority can now be set using the opts argument of the send-notification and send-notification-async methods.
- Switch from the Firebase REST API to the Firebase Admin Java SDK.
- Reimplement send-notification method to send notifications to multiple recipients in batches. This will significantly improve performance.
- Add send-notification-async method that returns a Future without waiting to the request to end.
- Allow UUID's in the notification message
- Downgrade http-kit dependency to stable version
[0.1.8] https://github.com/gethop-dev/notifications.firebase/compare/0.1.7...0.1.8
[0.1.7] https://github.com/gethop-dev/notifications.firebase/compare/0.1.6...0.1.7
[0.1.6] https://github.com/gethop-dev/notifications.firebase/compare/0.1.5...0.1.6
[0.1.5] https://github.com/gethop-dev/notifications.firebase/compare/0.1.4...0.1.5
[0.1.4] https://github.com/gethop-dev/notifications.firebase/compare/0.1.3...0.1.4
[0.1.3] https://github.com/gethop-dev/notifications.firebase/compare/0.1.2...0.1.3
[0.1.2] https://github.com/gethop-dev/notifications.firebase/compare/0.1.1...0.1.2
[0.1.1] https://github.com/gethop-dev/notifications.firebase/compare/0.1.0...0.1.1
[0.1.0] https://github.com/gethop-dev/notifications.firebase/releases/tag/0.1.0
Can you improve this documentation? These fine people already did:
Iñaki Arenaza, spietras, Bingen Galartza, szymonPietras & Bingen Galartza IparragirreEdit on GitHub