Skip to content

Latest commit

 

History

History
144 lines (96 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

144 lines (96 loc) · 3.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Support for Faraday middlewares ([#66][])
  • Adding support for v2 subscription endpoint ([#53][])

Changed

Deprecated

Removed

Fixed

Security

0.10.0 - 2024-11-15

Added

  • Partial support for Braze catalogs (#60)

Changed

  • Use more generic CI job names (#67)
  • Bump Ruby versions for CI (#68)

0.9.0 - 2024-10-25

Added

  • Add a CHANGELOG (#61)
  • Add console script (#63)

Changed

  • Improve configuration support (#64)
  • Improve release script (#65)

Fixed

  • Fix CircleCI builds (#62)

0.8.0 - 2022-01-24

Added

  • Add a Configuration class (#42)
  • Add an endpoint for messages that are scheduled (#43)
  • Document #scheduled_messages (#45)
  • Add support for deleting scheduled triggers (#47)

Changed

  • Standardize rest test code structure (#44)

Fixed

  • Fix typo in README code example (#46)

0.7.0 - 2021-09-29

Added

  • Add campaign scheduling endpoint (#41)

Fixed

  • Fix syntax error in "send campaigns" example (#38)

0.6.0 - 2021-07-23

Added

  • Add retry configuration pass through (#31)
  • Endpoint for 'remove email address from spam' (#32)
  • Ability to set Faraday connection options (#34)

Changed

  • Publish via GitHub actions (#36)
  • Allow options when exporting users by ids (#37)

0.5.0 - 2021-05-06

Added

  • Add .circleci/config.yml (#25)
  • Setup and comply with standardrb (#28)
  • Add release workflow to publish gem from CI (#29)
  • Add script to help automate releases (#30)

Changed

  • Modernize a few files and tinker with CI setup (#26)
  • Update authors and license (#27)