Skip to content

Releases: ProjectLibertyLabs/gateway

v1.1.0

18 Sep 19:40
2953b89
Compare
Choose a tag to compare

What's Changed

  • New endpoints:
    • GET /v1/delegation/revokeDelegation/:accountId/:providerId - returns a payload that can be signed by a user to revoke an existing delegation
    • POST /v1/delegation/revokeDelegation - post the payload returned by the above GET with a signature for execution on the Frequency chain
    • GET /v1/accounts/retireMsa/:accountId - returns a payload that can be signed by a user to retire an existing MSA
    • POST /v1/accounts/retireMsa - post the payload returned by the above GET with a signature for execution on the Frequency chain
    • GET /v1/handles/change/:newHandle - returns a payload for a change handle request that can be signed by a user
    • POST /v1/handles/change - submit a request to change a user's handle, using the signed payload from the above GET
    • GET /v2/delegations/:msaId - returns all delegations for a given MSA
    • GET /v2/delegations/:msaId/:providerId - returns the delegation to a specific provider for a given MSA, if one exists
  • Documentation updates
  • Bug fixes and other refactoring

NOTE

Note, the delegation route has been renamed in the v2 API as delegations, to more accurately reflect the structure of the requested resources

Changelog

New Contributors

Full Changelog: v1.0.3...v1.1

v1.0.3

06 Sep 14:11
98f1c5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2 Minor Updates

27 Aug 16:18
08b2fd4
Compare
Choose a tag to compare

Major Changes

  • None

Minor Changes

  • fix: resume queue in content-publishing when Capacity is available by @JoeCap08055 in #393
  • Separate nonce service Redis connection and track Redis connection status correctly by @JoeCap08055 in #420
  • feat: at startup, check to make sure provider seed phrase matches configured provider ID by @JoeCap08055 in #444
  • Standardize dto suffix by @wilwade in #443

CI and Documentation

Full Changelog: v1.0.0...v1.0.2

content-publishing-v1.0.1

16 Aug 15:42
83bd623
Compare
Choose a tag to compare

What's Changed

  • fix: resume queue in content-publishing when Capacity is available by @JoeCap08055 in #393

Full Changelog: v1.0.0...content-publishing-v1.0.1

v1.0.0

14 Aug 19:06
0d76a4e
Compare
Choose a tag to compare

First Official Release!

What's Changed

  • fix: contentHash encoding as string for webhook notification by @JoeCap08055 in #361
  • only changes that are made are formatting changes by @claireolmstead in #378
  • account service bug by @claireolmstead in #379
  • Fix OpenAPI document generation by @JoeCap08055 in #386
  • chore(deps): bump the npm_and_yarn group across 4 directories with 1 update by @dependabot in #384
  • fix: update start and stop scripts for Gateway services by @mattheworris in #380
  • chore(deps): bump axios from 1.6.2 to 1.7.4 in /services/content-watcher/scripts/content-setup in the npm_and_yarn group across 1 directory by @dependabot in #383
  • Initial Documentation Content by @wilwade in #346

New Contributors

Full Changelog: v1.0.0-rc2...v1.0.0

v1.0.0-rc2

09 Aug 18:13
dcb8211
Compare
Choose a tag to compare

What's Changed

  • account-service should replace PROVIDER_BASE_URL with WEBHOOK_BASE_URL by @mattheworris in #350
  • fix: content-watcher scanning end of chain by @JoeCap08055 in #360
  • Apply common 'prettier' formatting rules across the entire repo by @JoeCap08055 in #358

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

09 Aug 13:02
f40e6eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: content-watcher-v0.9.1...v1.0.0-rc1

v0.9.2

09 Aug 20:27
c60f83a
Compare
Choose a tag to compare

What's Changed

  • fix: contentHash encoding as string for webhook notification by @JoeCap08055 in #361

Full Changelog: v1.0.0-rc2...v0.9.2

content-watcher-v0.9.1

07 Aug 21:40
669e73a
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: content-publishing-v0.12.2...content-watcher-v0.9.1

What's Changed

New Contributors

Full Changelog: v0.9.0...content-watcher-v0.9.1

Release all services to new 'projectlibertylabs' Docker Hub org

06 Aug 18:15
eeb345f
Compare
Choose a tag to compare

Gateway Release v0.9.0

Initial release of all Gateway services to the new 'projectlibertylabs' Docker Hub org