Skip to content

Commit 52300f4

Browse files
committed
Release 3.1.0
1 parent c22fa7c commit 52300f4

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v3.1.0](https://github.com/oceanprotocol/ocean-node/compare/v3.0.6...v3.1.0)
8+
9+
- optimize RPCS [`#1360`](https://github.com/oceanprotocol/ocean-node/pull/1360)
10+
- revert check absolute [`#1358`](https://github.com/oceanprotocol/ocean-node/pull/1358)
11+
- Fix accessing bucket files in c2d jobs [`#1357`](https://github.com/oceanprotocol/ocean-node/pull/1357)
12+
- refactor getConfiguration [`#1344`](https://github.com/oceanprotocol/ocean-node/pull/1344)
13+
- fix: building images on paid jobs when free config is missing [`#1352`](https://github.com/oceanprotocol/ocean-node/pull/1352)
14+
- no cache find peer [`#1351`](https://github.com/oceanprotocol/ocean-node/pull/1351)
15+
- fix: extract address from auth token when sent as input [`#1343`](https://github.com/oceanprotocol/ocean-node/pull/1343)
16+
- Fix http upload [`#1349`](https://github.com/oceanprotocol/ocean-node/pull/1349)
17+
- fix: enable benchmark envs by default using quickstart script [`#1348`](https://github.com/oceanprotocol/ocean-node/pull/1348)
18+
719
#### [v3.0.6](https://github.com/oceanprotocol/ocean-node/compare/v3.0.5...v3.0.6)
820

21+
> 23 April 2026
22+
923
- fix fees on auto create benchmark env [`#1347`](https://github.com/oceanprotocol/ocean-node/pull/1347)
24+
- Release 3.0.6 [`fce7e57`](https://github.com/oceanprotocol/ocean-node/commit/fce7e57c28dfac917b0c0dc9f740f8337c21b186)
1025

1126
#### [v3.0.5](https://github.com/oceanprotocol/ocean-node/compare/v3.0.4...v3.0.5)
1227

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ocean-node",
3-
"version": "3.0.6",
3+
"version": "3.1.0",
44
"description": "Ocean Node is used to run all core services in the Ocean stack",
55
"author": "Ocean Protocol Foundation",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)