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

feat: add Airnode v0.13 Migration Guide info #653

Merged
merged 1 commit into from
Oct 22, 2023
Merged
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
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.
Loading