Skip to content

Releases: gdbots/pbjx-js

v3.0.1

16 Jul 20:11
Compare
Choose a tag to compare
  • Add throwEx option to Pbjx.trigger, default to true (for real this time) to match php implementation.

v3.0.0

24 Dec 22:39
ae417ca
Compare
Choose a tag to compare

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

30 Aug 22:28
Compare
Choose a tag to compare
  • Fix bug in Pbjx.trigger that used return instead of continue with frozen nested messages.

v2.0.0

26 Jul 02:11
8f257d0
Compare
Choose a tag to compare

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

10 Jun 00:30
Compare
Choose a tag to compare
  • Tag first stable version.

v0.1.11

19 May 19:49
Compare
Choose a tag to compare
  • In Pbjx.copyContext copy the ctx_ipv6 field when present.
  • In Pbjx.request rethrow any exceptions when response created events are triggered.

v0.1.10

15 Feb 20:58
Compare
Choose a tag to compare

v0.1.9

23 Apr 22:47
Compare
Choose a tag to compare
  • 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

20 Apr 00:38
c6cca64
Compare
Choose a tag to compare
  • Adjust PbjxToken TTL to 120 (up from 5) and LEEWAY to 30 (from 5).

v0.1.7

18 Nov 21:15
Compare
Choose a tag to compare
  • 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.