Skip to content

Commit 1c8f2ce

Browse files
api-gitops[bot]api-gitops[bot]filo87
authored
chore(main): release 3.5.0 (#327)
* chore(main): release 3.5.0 * chore(cd): promote api-v3-main from staging yamls * chore(cd): promote api-v3-test from staging yamls * chore(cd): promote api-v3-main from staging yamls * chore(cd): promote api-v3-test from staging yamls --------- Co-authored-by: api-gitops[bot] <260464455+api-gitops[bot]@users.noreply.github.com> Co-authored-by: api-gitops[bot] <2828981+api-gitops[bot]@users.noreply.github.com> Co-authored-by: Filippo Fontana <filippo@embrio.tech>
1 parent b1a52a5 commit 1c8f2ce

6 files changed

Lines changed: 20 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.5.0](https://github.com/centrifuge/api-v3/compare/v3.4.1...v3.5.0) (2026-04-07)
4+
5+
6+
### Features
7+
8+
* add several yield calculations to indexer ([#325](https://github.com/centrifuge/api-v3/issues/325)) ([691d650](https://github.com/centrifuge/api-v3/commit/691d6505e654972f4e3c76563053f5c31ab4a68c))
9+
* **contracts:** support deprecated registry contracts (null address) ([#338](https://github.com/centrifuge/api-v3/issues/338)) ([f06f20e](https://github.com/centrifuge/api-v3/commit/f06f20eda41c5f075f81dd449dd667c322260f5f))
10+
* in-progress editing of valuation on vaults([#332](https://github.com/centrifuge/api-v3/issues/332)) ([af60cc6](https://github.com/centrifuge/api-v3/commit/af60cc675cc6004f5326409a7d932c4f4bb607ef)), closes [#279](https://github.com/centrifuge/api-v3/issues/279)
11+
* in-progress tracking of setvaluation ([#336](https://github.com/centrifuge/api-v3/issues/336)) ([8b44bd8](https://github.com/centrifuge/api-v3/commit/8b44bd81e7317b5c81f0e5440b35ac7fb0f8060b))
12+
* In-progress update of offramprelayers ([#328](https://github.com/centrifuge/api-v3/issues/328)) ([f37723f](https://github.com/centrifuge/api-v3/commit/f37723f4f6a2fd2993c332f4913043a11e8124fc))
13+
* track asset progress of offramp updates ([#333](https://github.com/centrifuge/api-v3/issues/333)) ([9198de3](https://github.com/centrifuge/api-v3/commit/9198de3f15f1ba7f318eed4f5fb855b4f98909c4))
14+
* track in progress updates of offramp addresses ([#326](https://github.com/centrifuge/api-v3/issues/326)) ([a924abf](https://github.com/centrifuge/api-v3/commit/a924abf434fd4bc6c72a5e2ecd3b6348ceed25b9))
15+
316
## [3.4.1](https://github.com/centrifuge/api-v3/compare/v3.4.0...v3.4.1) (2026-03-26)
417

518

environments/main-s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
apiSecretName: cfg-api-v3-rpc-keys
1616
dbSecretName: cfg-api-v3-main-postgres-app
1717
indexer:
18-
enabled: true
18+
enabled: false
1919
image:
2020
tag: sha-f06f20e
2121
query:

environments/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ global:
1616
indexer:
1717
enabled: true
1818
image:
19-
tag: sha-2a1c93f
19+
tag: sha-f06f20e
2020
query:
2121
enabled: true
2222
image:
23-
tag: sha-2a1c93f
23+
tag: sha-f06f20e
2424
replicaCount: 2
2525
ingress:
2626
enabled: true

environments/test-s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global:
99
apiSecretName: cfg-api-v3-rpc-keys
1010
dbSecretName: cfg-api-v3-test-postgres-app
1111
indexer:
12-
enabled: true
12+
enabled: false
1313
image:
1414
tag: sha-f06f20e
1515
query:

environments/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ global:
1010
indexer:
1111
enabled: true
1212
image:
13-
tag: sha-2a1c93f
13+
tag: sha-f06f20e
1414
query:
1515
enabled: true
1616
image:
17-
tag: sha-2a1c93f
17+
tag: sha-f06f20e
1818
replicaCount: 1
1919
ingress:
2020
enabled: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@centrifuge/api-v3",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"repository": "https://github.com/centrifuge/api-v3",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)