Skip to content

Commit

Permalink
Merge pull request #483 from balancer/changeset-release
Browse files Browse the repository at this point in the history
changeset release
  • Loading branch information
franzns committed Jun 19, 2024
2 parents 34a7d70 + faf5797 commit a07ea3f
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-fans-push.md

This file was deleted.

40 changes: 0 additions & 40 deletions .changeset/tall-guests-film.md

This file was deleted.

46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# backend

## 1.0.0

### Major Changes

- 30b1148: First release of the Balancer backend / api v3

This marks the first release for the API v3. With the release of ZEN, the following queries are deprecated and shall not be used anymore:

- poolGetSwaps
- poolGetBatchSwaps
- poolGetJoinExits
- poolGetFeaturedPoolGroups
- tokenGetPriceChartData
- tokenGetCandlestickChartData
- tokenGetTokenData
- tokenGetTokensData
- tokenGetProtocolTokenPrice

The following fields and types are deprecated:

- vaultVersion
- investConfig
- GqlPoolInvestConfig
- GqlPoolInvestOption
- withdrawConfig
- GqlPoolWithdrawConfig
- GqlPoolWithdrawOption
- apr
- GqlPoolApr
- GqlPoolAprValue
- GqlPoolAprRange
- GqlPoolAprTotal
- tokens
- GqlPoolNestedUnion
- GqlPoolTokenComposableStableNestedUnion
- GqlPoolTokenBase
- GqlPoolToken
- GqlPoolTokenComposableStable

See the gql files to find the suitable replacements.

### Minor Changes

- 34a7d70: update sftmx vaults when they are matured
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.1",
"version": "1.0.0",
"description": "Backend service for Beethoven X and Balancer",
"repository": "https://github.com/balancer/backend",
"author": "Beethoven X",
Expand Down

0 comments on commit a07ea3f

Please sign in to comment.