MongoosePush v2.0.0 Release Notes

Release Date: 2020-01-29 // about 4 years ago
  • โž• Added

    • ๐Ÿ‘ FCM v1 protocol support has been added (please make sure to use new device tokens and verify that your configuration is compatible with new FCM authorization schemas)
    • Pool tagging - each connection pool may be associated with custom tags, and later selected for sending push notification by adding similar list of tags to the request
    • APNS token authorization (new, alternative auth method - certificates still supported)
    • API v3 with abstracted error handling - only documented errors are returned with proper HTTP error statuses

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง Raw configuration files now have different structure to accommodate for newly added features (not backwards compatible)
    • ๐Ÿ— Docker image is now being build with Elixir 1.9.x and Erlang/OTP 22.x
    • ๐Ÿš€ API v2 has been deprecated and will be removed in future releases

    โœ‚ Removed

    • ๐Ÿš‘ FCM Legacy protocol support has been removed (please use MongoosePush 1.0.x if compatibility with FCM Legacy is critical)

    Other

    • ๐Ÿ›  Fixed HTTPS certificate chain configuration
    • ๐Ÿ‘Œ Improved CA validation for FCM / APNS connections
    • ๐Ÿ‘Œ Improved logging