Skip to content

Commit

Permalink
Merge pull request #1720 from api3dao/release-v0.11.0
Browse files Browse the repository at this point in the history
Release v0.11.0
  • Loading branch information
amarthadan authored Apr 11, 2023
2 parents b1bbb0e + 02c3810 commit a379bc0
Show file tree
Hide file tree
Showing 66 changed files with 238 additions and 185 deletions.
10 changes: 0 additions & 10 deletions .changeset/cuddly-roses-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-forks-vanish.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/dirty-feet-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-otters-heal.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions .changeset/happy-cycles-press.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-timers-act.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/little-mugs-burn.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/many-chefs-drop.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/nine-schools-raise.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/odd-jeans-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-kings-look.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/poor-laws-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-clouds-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-colts-worry.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/rare-weeks-bathe.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/selfish-ways-lay.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/sharp-bikes-cover.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/short-donuts-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-actors-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-parents-design.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smart-adults-rescue.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sour-dodos-look.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/stupid-cups-dance.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/thin-falcons-argue.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/tidy-dolls-search.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tiny-pumpkins-cross.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/twenty-parrots-pretend.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/twenty-years-pay.md

This file was deleted.

Binary file removed .swp
Binary file not shown.
6 changes: 6 additions & 0 deletions packages/airnode-abi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @api3/airnode-abi

## 0.11.0

### Minor Changes

- [#1647](https://github.com/api3dao/airnode/pull/1647) [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32) Thanks [@dcroote](https://github.com/dcroote)! - Bump Node.js from 14 to 18

## 0.10.0

## 0.9.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.10.0",
"version": "0.11.0",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
11 changes: 11 additions & 0 deletions packages/airnode-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @api3/airnode-adapter

## 0.11.0

### Minor Changes

- [#1691](https://github.com/api3dao/airnode/pull/1691) [`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb) Thanks [@Ashar2shahid](https://github.com/Ashar2shahid)! - update promise-utils to v0.4.0

- [#1652](https://github.com/api3dao/airnode/pull/1652) [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d) Thanks [@dcroote](https://github.com/dcroote)! - Removes Node version 14 from pre/post-processing specification.
To do so, bumps @api3/ois to 2.0.0 and zod to 3.20.6.

- [#1647](https://github.com/api3dao/airnode/pull/1647) [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32) Thanks [@dcroote](https://github.com/dcroote)! - Bump Node.js from 14 to 18

## 0.10.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.10.0",
"version": "0.11.0",
"private": false,
"main": "dist/index",
"types": "dist/index",
Expand Down
16 changes: 16 additions & 0 deletions packages/airnode-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @api3/airnode-admin

## 0.11.0

### Minor Changes

- [#1691](https://github.com/api3dao/airnode/pull/1691) [`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb) Thanks [@Ashar2shahid](https://github.com/Ashar2shahid)! - update promise-utils to v0.4.0

- [#1647](https://github.com/api3dao/airnode/pull/1647) [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32) Thanks [@dcroote](https://github.com/dcroote)! - Bump Node.js from 14 to 18

### Patch Changes

- Updated dependencies [[`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb), [`ca3398ce`](https://github.com/api3dao/airnode/commit/ca3398cedf6b0dc8cecd42b32c7f97856e700a21), [`de936ceb`](https://github.com/api3dao/airnode/commit/de936cebcac36ce9355954641311615548fe3800), [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d), [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32), [`1b486bb9`](https://github.com/api3dao/airnode/commit/1b486bb946d90c9a4d9ea1d5eb0d7aa5f99cac60)]:
- @api3/airnode-utilities@0.11.0
- @api3/airnode-validator@0.11.0
- @api3/airnode-protocol@0.11.0
- @api3/airnode-abi@0.11.0

## 0.10.0

### Minor 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.10.0",
"version": "0.11.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.10.0",
"@api3/airnode-protocol": "^0.10.0",
"@api3/airnode-utilities": "^0.10.0",
"@api3/airnode-validator": "^0.10.0",
"@api3/airnode-abi": "^0.11.0",
"@api3/airnode-protocol": "^0.11.0",
"@api3/airnode-utilities": "^0.11.0",
"@api3/airnode-validator": "^0.11.0",
"@api3/promise-utils": "^0.4.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
Expand Down
32 changes: 32 additions & 0 deletions packages/airnode-deployer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @api3/airnode-deployer

## 0.11.0

### Minor Changes

- [#1691](https://github.com/api3dao/airnode/pull/1691) [`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb) Thanks [@Ashar2shahid](https://github.com/Ashar2shahid)! - update promise-utils to v0.4.0

- [#1659](https://github.com/api3dao/airnode/pull/1659) [`1ae85d7d`](https://github.com/api3dao/airnode/commit/1ae85d7d38b4a1341f07c353b087ebc0c0ae050c) Thanks [@amarthadan](https://github.com/amarthadan)! - AWS SDK update

- [#1663](https://github.com/api3dao/airnode/pull/1663) [`ca3398ce`](https://github.com/api3dao/airnode/commit/ca3398cedf6b0dc8cecd42b32c7f97856e700a21) Thanks [@amarthadan](https://github.com/amarthadan)! - Add OEV gateway

- [#1652](https://github.com/api3dao/airnode/pull/1652) [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d) Thanks [@dcroote](https://github.com/dcroote)! - Removes Node version 14 from pre/post-processing specification.
To do so, bumps @api3/ois to 2.0.0 and zod to 3.20.6.

- [#1647](https://github.com/api3dao/airnode/pull/1647) [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32) Thanks [@dcroote](https://github.com/dcroote)! - Bump Node.js from 14 to 18

### Patch Changes

- [#1702](https://github.com/api3dao/airnode/pull/1702) [`87e9f4d1`](https://github.com/api3dao/airnode/commit/87e9f4d10283ddc9f563caa152646235d8017061) Thanks [@amarthadan](https://github.com/amarthadan)! - Fix propagating of gateway URLs to heartbeat

- [#1702](https://github.com/api3dao/airnode/pull/1702) [`cc978fe9`](https://github.com/api3dao/airnode/commit/cc978fe9349924341001546505d62087bf1f15ef) Thanks [@amarthadan](https://github.com/amarthadan)! - Fix parsing of secrets.env with comments

- [#1681](https://github.com/api3dao/airnode/pull/1681) [`de936ceb`](https://github.com/api3dao/airnode/commit/de936cebcac36ce9355954641311615548fe3800) Thanks [@Siegrift](https://github.com/Siegrift)! - Minor adjustments related to the OEV gateway

- [#1694](https://github.com/api3dao/airnode/pull/1694) [`c77e843e`](https://github.com/api3dao/airnode/commit/c77e843e5c060a6d1400d42f56e5b8dae9645f63) Thanks [@Siegrift](https://github.com/Siegrift)! - Revert back to using beacon array for OEV gateway request/response

- Updated dependencies [[`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb), [`1ae85d7d`](https://github.com/api3dao/airnode/commit/1ae85d7d38b4a1341f07c353b087ebc0c0ae050c), [`ca3398ce`](https://github.com/api3dao/airnode/commit/ca3398cedf6b0dc8cecd42b32c7f97856e700a21), [`de936ceb`](https://github.com/api3dao/airnode/commit/de936cebcac36ce9355954641311615548fe3800), [`2519fcbc`](https://github.com/api3dao/airnode/commit/2519fcbc75509484329e8cacf59949b2a22e12f8), [`bd3fe7bf`](https://github.com/api3dao/airnode/commit/bd3fe7bf0aa74cd8399570caf1a143287b88b4b7), [`18fe3d0f`](https://github.com/api3dao/airnode/commit/18fe3d0fecb7a88065efcb47db7566b965888016), [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d), [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32), [`e4d3bee6`](https://github.com/api3dao/airnode/commit/e4d3bee6e70bc733f4d95245fa320753d4204061), [`c77e843e`](https://github.com/api3dao/airnode/commit/c77e843e5c060a6d1400d42f56e5b8dae9645f63), [`1b486bb9`](https://github.com/api3dao/airnode/commit/1b486bb946d90c9a4d9ea1d5eb0d7aa5f99cac60)]:
- @api3/airnode-utilities@0.11.0
- @api3/airnode-validator@0.11.0
- @api3/airnode-node@0.11.0
- @api3/airnode-protocol@0.11.0
- @api3/airnode-abi@0.11.0

## 0.10.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.10.0",
"nodeVersion": "0.11.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.10.0",
"version": "0.11.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.10.0",
"@api3/airnode-node": "^0.10.0",
"@api3/airnode-protocol": "^0.10.0",
"@api3/airnode-utilities": "^0.10.0",
"@api3/airnode-validator": "^0.10.0",
"@api3/airnode-abi": "^0.11.0",
"@api3/airnode-node": "^0.11.0",
"@api3/airnode-protocol": "^0.11.0",
"@api3/airnode-utilities": "^0.11.0",
"@api3/airnode-validator": "^0.11.0",
"@api3/promise-utils": "^0.4.0",
"@aws-sdk/client-s3": "^3.295.0",
"@aws-sdk/signature-v4-crt": "^3.295.0",
Expand Down
27 changes: 27 additions & 0 deletions packages/airnode-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @api3/airnode-examples

## 0.11.0

### Minor Changes

- [#1663](https://github.com/api3dao/airnode/pull/1663) [`ca3398ce`](https://github.com/api3dao/airnode/commit/ca3398cedf6b0dc8cecd42b32c7f97856e700a21) Thanks [@amarthadan](https://github.com/amarthadan)! - Add OEV gateway

- [#1652](https://github.com/api3dao/airnode/pull/1652) [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d) Thanks [@dcroote](https://github.com/dcroote)! - Removes Node version 14 from pre/post-processing specification.
To do so, bumps @api3/ois to 2.0.0 and zod to 3.20.6.

- [#1647](https://github.com/api3dao/airnode/pull/1647) [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32) Thanks [@dcroote](https://github.com/dcroote)! - Bump Node.js from 14 to 18

- [#1664](https://github.com/api3dao/airnode/pull/1664) [`86332f80`](https://github.com/api3dao/airnode/commit/86332f806d45119b66b4116d2bb748c6c2f2a885) Thanks [@dcroote](https://github.com/dcroote)! - Combine http gateway integrations into a single integration

### Patch Changes

- [#1680](https://github.com/api3dao/airnode/pull/1680) [`a75741b4`](https://github.com/api3dao/airnode/commit/a75741b4546b2914c445759921a308b0ec65ac2e) Thanks [@dcroote](https://github.com/dcroote)! - Fix airnode-examples integration title

- [#1681](https://github.com/api3dao/airnode/pull/1681) [`de936ceb`](https://github.com/api3dao/airnode/commit/de936cebcac36ce9355954641311615548fe3800) Thanks [@Siegrift](https://github.com/Siegrift)! - Minor adjustments related to the OEV gateway

- Updated dependencies [[`ad642715`](https://github.com/api3dao/airnode/commit/ad642715afcfb9fe690239ce5f3e0482a4b289fb), [`87e9f4d1`](https://github.com/api3dao/airnode/commit/87e9f4d10283ddc9f563caa152646235d8017061), [`cc978fe9`](https://github.com/api3dao/airnode/commit/cc978fe9349924341001546505d62087bf1f15ef), [`1ae85d7d`](https://github.com/api3dao/airnode/commit/1ae85d7d38b4a1341f07c353b087ebc0c0ae050c), [`ca3398ce`](https://github.com/api3dao/airnode/commit/ca3398cedf6b0dc8cecd42b32c7f97856e700a21), [`de936ceb`](https://github.com/api3dao/airnode/commit/de936cebcac36ce9355954641311615548fe3800), [`2519fcbc`](https://github.com/api3dao/airnode/commit/2519fcbc75509484329e8cacf59949b2a22e12f8), [`bd3fe7bf`](https://github.com/api3dao/airnode/commit/bd3fe7bf0aa74cd8399570caf1a143287b88b4b7), [`18fe3d0f`](https://github.com/api3dao/airnode/commit/18fe3d0fecb7a88065efcb47db7566b965888016), [`b2f1edfa`](https://github.com/api3dao/airnode/commit/b2f1edfad867bb027f845b3dd2d601258ba7091d), [`a4929eee`](https://github.com/api3dao/airnode/commit/a4929eeefb5d7e40a37b59cfa11d1320a9ea2b32), [`e4d3bee6`](https://github.com/api3dao/airnode/commit/e4d3bee6e70bc733f4d95245fa320753d4204061), [`c77e843e`](https://github.com/api3dao/airnode/commit/c77e843e5c060a6d1400d42f56e5b8dae9645f63), [`1b486bb9`](https://github.com/api3dao/airnode/commit/1b486bb946d90c9a4d9ea1d5eb0d7aa5f99cac60)]:
- @api3/airnode-utilities@0.11.0
- @api3/airnode-deployer@0.11.0
- @api3/airnode-admin@0.11.0
- @api3/airnode-node@0.11.0
- @api3/airnode-protocol@0.11.0
- @api3/airnode-abi@0.11.0

## 0.10.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.10.0",
"nodeVersion": "0.11.0",
"stage": "dev"
},
"triggers": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "0.10.0",
"nodeVersion": "0.11.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.10.0",
"nodeVersion": "0.11.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.10.0",
"nodeVersion": "0.11.0",
"stage": "dev"
},
"triggers": {
Expand Down
Loading

0 comments on commit a379bc0

Please sign in to comment.