Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Releases: Giftbit/giftbit-cassava-routes

v11.1.2

27 Aug 17:50
Compare
Choose a tag to compare
  • Fixed JWT expiration time being wrong when the JWT is serialized.

v11.1.1

02 Jul 23:31
722eec3
Compare
Choose a tag to compare
  • Update superagent to v5
  • Switch to eslint

v11.1.0

20 May 19:59
dbbf772
Compare
Choose a tag to compare
  • Adds ignoreError filter option so that you can prevent errors with particular messages from being sent to sentry.

v11.0.0

07 May 22:19
ff5c41a
Compare
Choose a tag to compare
  • Encourage Sentry DSN to be passed in through an environment variable rather than from secure config.

Sentry used to have public DSNs and private DSNs. The public DSNs could be embedded in a browser and were protected from abuse using some anti-abuse filtering while the private DSNs weren't. The private DSNs are now deprecated and there are only public DSNs, which means we can embed them in source control somewhere. Embedding them in source control is beneficial because then we can initialize Sentry earlier and thus capture console.log statements earlier.

v10.5.0

07 May 18:15
9437fd2
Compare
Choose a tag to compare
  • Update sentry to use the latest Sentry package. This gets us some nice console breadcrumbs.
  • Add onAuth to JwtAuthorizationRoute. This can be used to inject the authorized user into contexts, such as Sentry.

v10.4.2

14 Nov 00:39
53f7e25
Compare
Choose a tag to compare
  • Update MetricsRoute to log HTTP status code with the same logic Cassava uses.

v10.4.1

06 Jun 18:48
Compare
Choose a tag to compare
  • Export StripeConfig from secureConfig/index.

v10.4.0

06 Jun 16:24
Compare
Choose a tag to compare
  • Added StripeConfig to the secureConfig package as it's shared between projects.

v10.3.0

03 May 21:58
f9f7b66
Compare
Choose a tag to compare
  • Add timeout and retry to RestSharedSecretProvider.getSharedSecret()

v10.2.0

25 Apr 18:18
Compare
Choose a tag to compare
  • secureConfig.fetchFromS3 takes in an optional options param that can control max retry attempts and configure the error logger.