Releases: gdbots/pbjx-js
Releases · gdbots/pbjx-js
v3.0.1
- Add throwEx option to Pbjx.trigger, default to true (for real this time) to match php implementation.
v3.0.0
BREAKING CHANGES
- Require gdbots/pbj and gdbots/schemas v3.x.
- Publish as type module in npm.
- Add throwEx option to Pbjx.trigger, default to true to match php implementation.
v2.0.1
- Fix bug in
Pbjx.trigger
that used return instead of continue with frozen nested messages.
v2.0.0
BREAKING CHANGES
- Async ALL THE THINGS!!
- Remove redux utils since the middleware and observable reducer wasn't as useful or necessary as we thought.
- Dispatcher now works with async listeners.
v1.0.0
- Tag first stable version.
v0.1.11
- In
Pbjx.copyContext
copy the ctx_ipv6
field when present.
- In
Pbjx.request
rethrow any exceptions when response created events are triggered.
v0.1.9
- Adjust
PbjxToken
TTL to 10 (down from 120) and LEEWAY to 300 (from 30). Because LEEWAY is used in both iat and exp validation we need that window to be larger, exp works within that expanded window as well.
v0.1.8
- Adjust
PbjxToken
TTL to 120 (up from 5) and LEEWAY to 30 (from 5).
v0.1.7
- Change
aws/lambda/getConfig.js
to accept ssm rather than create it internally. This makes it easier
to create unit tests for itself and for lambdas using it. Also make it work ಠ_ಠ.
- Remove name from all default exports and prefer fat arrow functions.