Skip to content

Releases: GoodRx/braze-client

v2.2.0: Trickle up fatal Braze errors as exceptions

29 Jan 00:51
facd108
Compare
Choose a tag to compare

The client library will trickle up fatal braze errors as exceptions. E.g. BrazeInternalServerError is an example of an internal server error.

These exceptions can be imported from braze.client like -

from braze.client import BrazeClientError, BrazeInternalServerError

Refer to #5 for more details on changes in this release.

v2.1.0: Merge pull request #8 from GoodRx/simpler-retries

17 Jan 21:26
fea1045
Compare
Choose a tag to compare
Simplify API retries while obeying rate limits

Overhaul from initial fork

17 Jan 05:44
e79f3c9
Compare
Choose a tag to compare
  • AppboyClient --> BrazeClient
  • Retries on network, rate limit and Braze internal server errors
  • Black Auto Formatter added (run tox -e format)
  • Updated to latest Braze connection mechanism