All Versions
11
Latest Version
Avg Release Cycle
79 days
Latest Release
1249 days ago

Changelog History
Page 1

  • v2.1.0 Changes

    July 08, 2020

    โž• Added

    • Telemetry support. Created events to be emitted (#135)
    • Telemetry Metrics. These metrics are more descriptive and detailed than what we had before. They are exposed in the prometheus format under a new endpoint (#151, #152, #154, #155, #169, #171, #175, #176, #180)
    • OpenAPI specification using Open API Spex library (#145, #146, #147, #149, #168, #172)
    • Configuration via TOML file - old, alternative way did not change (#167)
    • JSON log formatter. Default for prod environment (#174)
    • Healthcheck endpoint (#177)

    ๐Ÿ”„ Changed

    • Phoenix is now used as a web framework instead of Maru (#144, #149, #150, #153, #156, #158)
    • ๐Ÿ“š Updated documentation, now available on Github pages and reorganised (#183)
    • โšก๏ธ Logs are now structured when using logfmt. Default for dev and test environment (#148, #161, #178). Please note that if you use log aggregators, they may need to be updated to match current log format
    • API v2 is now deprecated (#170)

    โœ‚ Removed

    • Exometer metrics (#160). Instead, Telemetry metrics were introduced.
    • โœ… Obsolete testing frameworks (:meck and :mock) (#181)

    Other

    • ๐Ÿ‘Œ Improved testing (#159, #165, #172, #173)
    • Reenabled bind_addr setting (#163)
    • ๐Ÿ‘Œ Improved docker integration (#142, #157, #182)
    • ๐Ÿ”ง Configurable swagger (#166)
    • โšก๏ธ Updated dependencies (#179)

    Special thanks to @rslota for his continued care about this project's well being.

  • v2.0.2 Changes

    February 20, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed issue where in some cases FCM errors resulted in generic HTTP 5xx code in MongoosePush APIv3 instead of documented equivalents.
  • v2.0.1 Changes

    February 13, 2020

    ๐Ÿ›  Fixes:

    • Don't crash the connection management process when HTTP/2 ping fails due to connection being shutting down (race condition)
    • ๐Ÿ›  Don't allow HTTP/2 pings to stack/accumulate due to connection restarts (fixes #136)
  • v2.0.0 Changes

    January 29, 2020

    โž• 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
  • v2.0.0-beta.1

    November 28, 2019
  • v2.0.0-alpha.4 Changes

    November 21, 2019
    • ๐Ÿ‘ 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
  • v1.0.6 Changes

    November 21, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ— Docker image is now being build with Elixir 1.9.x and Erlang/OTP 22.0
  • v1.0.5 Changes

    June 27, 2019

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Log coloring has been disabled by default. You can still enable it with the following config change:

      config :lager, colored: true

  • v1.0.4 Changes

    June 25, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ FCM server key is truncated in logs for added security
    • ๐Ÿ”Š Console logs now include date
    • ๐Ÿ”Š Console logs are now color-coded
  • v1.0.3 Changes

    April 12, 2019

    โž• Added

    • time_to_live attribute for push notifications (only available for FCM)

    ๐Ÿ”„ Changed

    • ๐Ÿ— Docker image is now being build with Elixir 1.7.x and Erlang/OTP 21.3