Skip to content

v3.1.1

Compare
Choose a tag to compare
@lazynina lazynina released this 27 Jan 22:40
· 137 commits to main since this release

Description

v3.1.1 mainly is a backend image that uses the v3.1.1 stable release of core which introduces Associations and Access Groups to mainnet. Additionally, v3.1.1 introduces some new endpoints and also refactors some code. For more information on the updates introduced in the previous backend release, please see the v3.1.0 release of backend. For more information on the updates introduced at teh core layer, please see the v3.1.1 and v3.1.0 releases of core.

New Endpoint

Access Groups

  • update-access-group
  • remove-access-group-members
  • update-access-group-members
  • update-dm-message
  • update-group-chat-message

Hypersync

  • snapshot-epoch-metadata
  • state-checksum

Media

  • get-video-dimensions
  • enable-video-download

Modified endpoints

  • get-transaction-spending-limit-response-from-hex: accepts a query param blockHeight. If this query param is present, the response will be the transaction spending limit response object as parsed at the block height provided. Otherwise, it is parsed at the current block tip.
  • various access group endpoints now return a map of public key to profile entry response to ease development

New Flags

This release does not include any new flags

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1