Skip to content

Commit

Permalink
feat: add Airnode v0.13 Migration Guide info (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Oct 22, 2023
1 parent 52891eb commit 30825d9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/reference/airnode/next/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ Updated to "0.13.0"
```

## New features and updates

- The
[HTTP Gateway](/reference/airnode/next/understand/http-gateways.md#http-gateway)
response has been harmonized so that the API call response, after undergoing
any post-processing, will be present in the `rawValue` field independent of
encoding success or failure.
- Airnode protocol contracts were deployed on the following chains: `linea`,
`linea-goerli-testnet`, `mantle`, `mantle-goerli-testnet`, `base`,
`base-goerli-testnet`, `polygon-zkevm`, and `polygon-zkevm-testnet`.
- In conjunction with the
[OIS bump to v2.2](https://github.com/api3dao/ois/releases), endpoint
parameters now do not have to be mapped to operation parameters.

0 comments on commit 30825d9

Please sign in to comment.