From faf57971197a19bedadaab48836908a008f7dfb5 Mon Sep 17 00:00:00 2001 From: franz Date: Wed, 19 Jun 2024 10:23:07 +0200 Subject: [PATCH] changeset release --- .changeset/little-fans-push.md | 5 ---- .changeset/tall-guests-film.md | 40 ----------------------------- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 4 files changed, 47 insertions(+), 46 deletions(-) delete mode 100644 .changeset/little-fans-push.md delete mode 100644 .changeset/tall-guests-film.md create mode 100644 CHANGELOG.md diff --git a/.changeset/little-fans-push.md b/.changeset/little-fans-push.md deleted file mode 100644 index 0a7d11f57..000000000 --- a/.changeset/little-fans-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'backend': minor ---- - -update sftmx vaults when they are matured diff --git a/.changeset/tall-guests-film.md b/.changeset/tall-guests-film.md deleted file mode 100644 index 7f9cdfd07..000000000 --- a/.changeset/tall-guests-film.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -'backend': major ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..cd92fc1a0 --- /dev/null +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 3dec6979e..ba60bd710 100644 --- a/package.json +++ b/package.json @@ -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",