Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.0 #1937

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/breezy-timers-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-jeans-cheer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/khaki-dragons-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-glasses-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-wombats-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-parents-melt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/orange-dingos-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-cobras-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-sloths-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-mice-type.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/three-kids-call.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/airnode-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @api3/airnode-abi

## 0.14.0

## 0.13.0

## 0.12.0
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-abi",
"license": "MIT",
"version": "0.13.0",
"version": "0.14.0",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
6 changes: 6 additions & 0 deletions packages/airnode-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-adapter

## 0.14.0

### Minor Changes

- [#1921](https://github.com/api3dao/airnode/pull/1921) [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84) Thanks [@dcroote](https://github.com/dcroote)! - Bump axios and @api3 deps

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-adapter",
"license": "MIT",
"version": "0.13.0",
"version": "0.14.0",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
10 changes: 10 additions & 0 deletions packages/airnode-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @api3/airnode-admin

## 0.14.0

### Patch Changes

- Updated dependencies [[`d3cf108d`](https://github.com/api3dao/airnode/commit/d3cf108d3ee49ef1c27762ba6ed4c6f90030dfaf), [`8afaf34f`](https://github.com/api3dao/airnode/commit/8afaf34f55a06a4483b16d553731a75239cfa0e2), [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84), [`e683fbb9`](https://github.com/api3dao/airnode/commit/e683fbb909f563b9feab50c128bcd4379b8d10c8), [`a3d31080`](https://github.com/api3dao/airnode/commit/a3d31080689717f1fdb57ad024509ba7aa82284e)]:
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]

## 0.13.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-admin",
"license": "MIT",
"version": "0.13.0",
"version": "0.14.0",
"private": false,
"bin": {
"airnode-admin": "./dist/bin/admin.js"
Expand All @@ -24,10 +24,10 @@
"test:watch:debug": "jest \"implementation.test\" --selectProjects unit --watch"
},
"dependencies": {
"@api3/airnode-abi": "^0.13.0",
"@api3/airnode-protocol": "^0.13.0",
"@api3/airnode-utilities": "^0.13.0",
"@api3/airnode-validator": "^0.13.0",
"@api3/airnode-abi": "^0.14.0",
"@api3/airnode-protocol": "^0.14.0",
"@api3/airnode-utilities": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/promise-utils": "^0.4.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
Expand Down
17 changes: 17 additions & 0 deletions packages/airnode-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @api3/airnode-deployer

## 0.14.0

### Minor Changes

- [#1928](https://github.com/api3dao/airnode/pull/1928) [`92416562`](https://github.com/api3dao/airnode/commit/924165621221d405064cd95aab61a3faf7de757e) Thanks [@Siegrift](https://github.com/Siegrift)! - Increase OEV gateway memory limit

- [#1931](https://github.com/api3dao/airnode/pull/1931) [`66f69fe3`](https://github.com/api3dao/airnode/commit/66f69fe382ed10afab5b24979824c1411729556b) Thanks [@dcroote](https://github.com/dcroote)! - BREAKING CHANGE: the OEV gateway interface has changed in the following ways: `api3ServerV1` has replaced `dapiServerAddress` and `templateId` has replaced `endpointId` and `encodedParameters`.

### Patch Changes

- Updated dependencies [[`d3cf108d`](https://github.com/api3dao/airnode/commit/d3cf108d3ee49ef1c27762ba6ed4c6f90030dfaf), [`8afaf34f`](https://github.com/api3dao/airnode/commit/8afaf34f55a06a4483b16d553731a75239cfa0e2), [`37d5a123`](https://github.com/api3dao/airnode/commit/37d5a123a5fa95b56c0638d2e57028fd0c15f931), [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84), [`e683fbb9`](https://github.com/api3dao/airnode/commit/e683fbb909f563b9feab50c128bcd4379b8d10c8), [`66f69fe3`](https://github.com/api3dao/airnode/commit/66f69fe382ed10afab5b24979824c1411729556b), [`74c4c299`](https://github.com/api3dao/airnode/commit/74c4c299b94f428ed17beb2d5af9857d71c5c764), [`a3d31080`](https://github.com/api3dao/airnode/commit/a3d31080689717f1fdb57ad024509ba7aa82284e)]:
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-deployer/config/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"cloudProvider": {
"type": "aws",
"region": "us-east-1",
Expand Down
12 changes: 6 additions & 6 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-deployer",
"license": "MIT",
"version": "0.13.0",
"version": "0.14.0",
"private": false,
"bin": {
"airnode-deployer": "./dist/bin/deployer.js"
Expand All @@ -23,11 +23,11 @@
"webpack:dev": "webpack --mode development"
},
"dependencies": {
"@api3/airnode-abi": "^0.13.0",
"@api3/airnode-node": "^0.13.0",
"@api3/airnode-protocol": "^0.13.0",
"@api3/airnode-utilities": "^0.13.0",
"@api3/airnode-validator": "^0.13.0",
"@api3/airnode-abi": "^0.14.0",
"@api3/airnode-node": "^0.14.0",
"@api3/airnode-protocol": "^0.14.0",
"@api3/airnode-utilities": "^0.14.0",
"@api3/airnode-validator": "^0.14.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.418.0",
"@aws-sdk/signature-v4-crt": "^3.418.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/airnode-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @api3/airnode-examples

## 0.14.0

### Minor Changes

- [#1914](https://github.com/api3dao/airnode/pull/1914) [`37d5a123`](https://github.com/api3dao/airnode/commit/37d5a123a5fa95b56c0638d2e57028fd0c15f931) Thanks [@Siegrift](https://github.com/Siegrift)! - Support OIS processing v2

### Patch Changes

- [#1925](https://github.com/api3dao/airnode/pull/1925) [`c3620afe`](https://github.com/api3dao/airnode/commit/c3620afe9f572d14aafe6f3c92798ee221090e11) Thanks [@dcroote](https://github.com/dcroote)! - Use api3/chains instead of airnode-protocol for chain names

- Updated dependencies [[`d3cf108d`](https://github.com/api3dao/airnode/commit/d3cf108d3ee49ef1c27762ba6ed4c6f90030dfaf), [`92416562`](https://github.com/api3dao/airnode/commit/924165621221d405064cd95aab61a3faf7de757e), [`8afaf34f`](https://github.com/api3dao/airnode/commit/8afaf34f55a06a4483b16d553731a75239cfa0e2), [`37d5a123`](https://github.com/api3dao/airnode/commit/37d5a123a5fa95b56c0638d2e57028fd0c15f931), [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84), [`e683fbb9`](https://github.com/api3dao/airnode/commit/e683fbb909f563b9feab50c128bcd4379b8d10c8), [`66f69fe3`](https://github.com/api3dao/airnode/commit/66f69fe382ed10afab5b24979824c1411729556b), [`74c4c299`](https://github.com/api3dao/airnode/commit/74c4c299b94f428ed17beb2d5af9857d71c5c764), [`a3d31080`](https://github.com/api3dao/airnode/commit/a3d31080689717f1fdb57ad024509ba7aa82284e)]:
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]

## 0.13.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"stage": "dev"
},
"triggers": {
Expand Down
14 changes: 7 additions & 7 deletions packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@api3/airnode-examples",
"license": "MIT",
"version": "0.13.0",
"version": "0.14.0",
"private": false,
"description": "A collection of examples showcasing the features of Airnode",
"files": [
Expand Down Expand Up @@ -33,12 +33,12 @@
"test:e2e": "jest --selectProjects e2e"
},
"dependencies": {
"@api3/airnode-abi": "^0.13.0",
"@api3/airnode-admin": "^0.13.0",
"@api3/airnode-deployer": "^0.13.0",
"@api3/airnode-node": "^0.13.0",
"@api3/airnode-protocol": "^0.13.0",
"@api3/airnode-utilities": "^0.13.0",
"@api3/airnode-abi": "^0.14.0",
"@api3/airnode-admin": "^0.14.0",
"@api3/airnode-deployer": "^0.14.0",
"@api3/airnode-node": "^0.14.0",
"@api3/airnode-protocol": "^0.14.0",
"@api3/airnode-utilities": "^0.14.0",
"ethers": "^5.7.2",
"is-wsl": "^2.2.0"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/airnode-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @api3/airnode-node

## 0.14.0

### Minor Changes

- [#1929](https://github.com/api3dao/airnode/pull/1929) [`d3cf108d`](https://github.com/api3dao/airnode/commit/d3cf108d3ee49ef1c27762ba6ed4c6f90030dfaf) Thanks [@dcroote](https://github.com/dcroote)! - BREAKING CHANGE: Remove chainNames and networks from references.json and instead use api3/chains

- [#1914](https://github.com/api3dao/airnode/pull/1914) [`37d5a123`](https://github.com/api3dao/airnode/commit/37d5a123a5fa95b56c0638d2e57028fd0c15f931) Thanks [@Siegrift](https://github.com/Siegrift)! - Support OIS processing v2

- [#1921](https://github.com/api3dao/airnode/pull/1921) [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84) Thanks [@dcroote](https://github.com/dcroote)! - Bump axios and @api3 deps

- [#1931](https://github.com/api3dao/airnode/pull/1931) [`66f69fe3`](https://github.com/api3dao/airnode/commit/66f69fe382ed10afab5b24979824c1411729556b) Thanks [@dcroote](https://github.com/dcroote)! - BREAKING CHANGE: the OEV gateway interface has changed in the following ways: `api3ServerV1` has replaced `dapiServerAddress` and `templateId` has replaced `endpointId` and `encodedParameters`.

### Patch Changes

- [#1908](https://github.com/api3dao/airnode/pull/1908) [`74c4c299`](https://github.com/api3dao/airnode/commit/74c4c299b94f428ed17beb2d5af9857d71c5c764) Thanks [@dcroote](https://github.com/dcroote)! - New Airnode version changeset initialization

- Updated dependencies [[`d3cf108d`](https://github.com/api3dao/airnode/commit/d3cf108d3ee49ef1c27762ba6ed4c6f90030dfaf), [`8afaf34f`](https://github.com/api3dao/airnode/commit/8afaf34f55a06a4483b16d553731a75239cfa0e2), [`b87e0b33`](https://github.com/api3dao/airnode/commit/b87e0b336cbdf027bffac90c408e01cb68d98e84), [`e683fbb9`](https://github.com/api3dao/airnode/commit/e683fbb909f563b9feab50c128bcd4379b8d10c8), [`a3d31080`](https://github.com/api3dao/airnode/commit/a3d31080689717f1fdb57ad024509ba7aa82284e)]:
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]
- @api3/[email protected]

## 0.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-node/config/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"logFormat": "plain",
"logLevel": "INFO",
"nodeVersion": "0.13.0",
"nodeVersion": "0.14.0",
"cloudProvider": {
"type": "local"
},
Expand Down
Loading