Skip to content

Commit dacf601

Browse files
committed
Release 3.1.1
1 parent 9860bfe commit dacf601

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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.1](https://github.com/oceanprotocol/ocean-node/compare/v3.1.0...v3.1.1)
8+
9+
- set minjobduration to 0 for benchmark env [`#1371`](https://github.com/oceanprotocol/ocean-node/pull/1371)
10+
- fix free env allowimagebuild [`#1370`](https://github.com/oceanprotocol/ocean-node/pull/1370)
11+
- add cost logs [`#1366`](https://github.com/oceanprotocol/ocean-node/pull/1366)
12+
- Bump basic-ftp from 5.3.0 to 5.3.1 [`#1365`](https://github.com/oceanprotocol/ocean-node/pull/1365)
13+
- Bump fast-xml-parser and @aws-sdk/xml-builder [`#1350`](https://github.com/oceanprotocol/ocean-node/pull/1350)
14+
- Bump ip-address from 10.1.0 to 10.2.0 [`#1362`](https://github.com/oceanprotocol/ocean-node/pull/1362)
15+
- bump contracts to 2.7.0 [`#1363`](https://github.com/oceanprotocol/ocean-node/pull/1363)
16+
- Access lists indexing [`#1361`](https://github.com/oceanprotocol/ocean-node/pull/1361)
17+
- Add timeout [`#1356`](https://github.com/oceanprotocol/ocean-node/pull/1356)
18+
- add download timeout [`ed2a82d`](https://github.com/oceanprotocol/ocean-node/commit/ed2a82deb79e90e9852da6c5255ac52bfc052d58)
19+
- fix status detailed flag [`bbc5656`](https://github.com/oceanprotocol/ocean-node/commit/bbc56562a5f188ba6828a3a8e5bd63c66b3f79f5)
20+
721
#### [v3.1.0](https://github.com/oceanprotocol/ocean-node/compare/v3.0.6...v3.1.0)
822

23+
> 30 April 2026
24+
925
- optimize RPCS [`#1360`](https://github.com/oceanprotocol/ocean-node/pull/1360)
1026
- revert check absolute [`#1358`](https://github.com/oceanprotocol/ocean-node/pull/1358)
1127
- Fix accessing bucket files in c2d jobs [`#1357`](https://github.com/oceanprotocol/ocean-node/pull/1357)
@@ -15,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1531
- fix: extract address from auth token when sent as input [`#1343`](https://github.com/oceanprotocol/ocean-node/pull/1343)
1632
- Fix http upload [`#1349`](https://github.com/oceanprotocol/ocean-node/pull/1349)
1733
- fix: enable benchmark envs by default using quickstart script [`#1348`](https://github.com/oceanprotocol/ocean-node/pull/1348)
34+
- Release 3.1.0 [`52300f4`](https://github.com/oceanprotocol/ocean-node/commit/52300f4c45135ff9a2d901c781b96c14319a5333)
1835

1936
#### [v3.0.6](https://github.com/oceanprotocol/ocean-node/compare/v3.0.5...v3.0.6)
2037

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.1.0",
3+
"version": "3.1.1",
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)