Releases: Giftbit/giftbit-cassava-routes
Releases · Giftbit/giftbit-cassava-routes
v10.1.1
- Updating to cassava 2.4.1 lets the MetricsRoute do a better job of logging request paths
- Updating to typescript 3.2.4 fixes a bug that let tests pass in spite of compilation errors that should have prevented them from running
- Other updates incidental
v10.0.2
- Fix waiting for Sentry errors to send before exiting the Lambda.
v10.0.1
- Fix access to jwtauth.sharedSecret.
- Commit all files.
v10.0.0
- Configure JwtAuthorizationRoute by passing in a sharedSecretProvider. Migrate from the previous version by passing in {sharedSecretProvider: new sharedSecret.RestSharedSecretProvider(...)}.
v9.0.2
- Wait for sentry errors to send before exiting.
v9.0.1
- Queue errors to send to Sentry.
v9.0.0
- Redo the JwtAuthorizationRoute constructor function to follow the options pattern.
- Add configurable info and error logging functions.
- Log the auth body on authorization success.
- Log when auth.requireIds or auth.requireScopes throws an error.
v8.0.0
- Rename
gifitbitUserId
to userId
on the badge but leave the field as gui
on the JWT payload.
- Remove
cardId
, templateId
, contactUserSuppliedId
and shopperId
from the badge.
- Add
valueId
to the badge.
v7.0.1
Release 7.0.1. Export sentry from index.