v3.1.1
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
- Refactor server.go by @AeonSw4n in #434
- Backwards compatibility support for GetTransactionSpendingLimitResponseFromHex by @lazynina in #401
- Fixed grammar by @namelessperson0 in #120
- Change MaxUint64 to MaxInt64 by @AeonSw4n in #435
- Get snapshot epoch metadata backend endpoint by @AeonSw4n in #432
- Get video dimensions by @summraznboi in #436
- New endpoint for enabling video download of Cloudfare videos by @carlosgio in #411
- fix server.go by @lazynina in #437
- include map of public key to profile entry response in access group and new message endpoints by @lazynina in #438
- hotfix for get paginated messages for dm response by @lazynina in #439
- gofmt by @lazynina in #440
- Additional Access Group Endpoints by @lazynina in #441
- fix comparison of group key name bytes by @lazynina in #442
New Contributors
- @namelessperson0 made their first contribution in #120
- @carlosgio made their first contribution in #411
Full Changelog: v3.1.0...v3.1.1