Skip to content

Releases: ProjectLibertyLabs/gateway

v1.4.0

01 Nov 16:21
f1818cf
Compare
Choose a tag to compare

What's Changed

Account Service is updated to use Sign In With Frequency (SIWF) V2 v2.1.0, which has breaking changes to the SIWF interface:

SIWF_V2_DOMAIN is changed to SIWF_V2_URI_VALIDATION and it must match the domain of the URI in the SIWF message. Please see SIWF for more details.

loginMsgDomain is changed to loginMsgURIValidation this affects the following functions:

Breaking Changes

Other Changes

Full Changelog: v1.3.0...v1.4.0

v1.3.0

25 Oct 19:38
2c20e7a
Compare
Choose a tag to compare

What's Changed

Mostly hardening, resiliency & input sanitization fixes in this release.
One significant change: the content-watcher endpoint PUT /v1/webhooks has changed to POST /v1/webhooks. We opted not to change the API version since there have been no users yet consuming the 'content-watcher' service.

List of Changes

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.1-arm-test.4

23 Oct 15:36
Compare
Choose a tag to compare
v1.2.1-arm-test.4 Pre-release
Pre-release

Check arm releases on branch

v1.2.1-arm-test.3

23 Oct 15:29
9d692b7
Compare
Choose a tag to compare
v1.2.1-arm-test.3 Pre-release
Pre-release

Test linux/arm/v8 release

v1.2.1-arm-test.2

23 Oct 15:06
Compare
Choose a tag to compare
v1.2.1-arm-test.2 Pre-release
Pre-release

Test Arm 2

v1.2.1-arm-test.1

23 Oct 15:03
9d692b7
Compare
Choose a tag to compare
v1.2.1-arm-test.1 Pre-release
Pre-release

Test release

v1.2.1-beta-docs.1

22 Oct 21:33
Compare
Choose a tag to compare
v1.2.1-beta-docs.1 Pre-release
Pre-release

Full Changelog: v1.2.1-beta...v1.2.1-beta-docs.1

What's Changed

Full Changelog: v1.2.0...v1.2.1-beta-docs.1

v1.2.1-beta-docs

22 Oct 21:22
Compare
Choose a tag to compare
v1.2.1-beta-docs Pre-release
Pre-release

What's Changed

Full Changelog: v1.2.0...v1.2.1-beta

v1.2.1-alpha

22 Oct 16:19
Compare
Choose a tag to compare
v1.2.1-alpha Pre-release
Pre-release

What's Changed

Modify joi validation for SIWF_V2_DOMAIN to allow for custom app scheme.

Full Changelog: v1.2.0...v1.2.1-alpha

v1.2.0

16 Oct 05:29
9a4218c
Compare
Choose a tag to compare

What's Changed

  • New Endpoints
    • GET /v2/accounts/siwfGet the Sign In With Frequency Redirect URL

Changelog

New Contributors

Full Changelog: v1.1...v1.2.0