From fc2f82f2eea79a019f4de0dd2d3cf88894b0bfff Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Sat, 21 Oct 2023 13:00:29 -0700 Subject: [PATCH] feat: add Airnode v0.13 Migration Guide info --- docs/reference/airnode/next/migration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/reference/airnode/next/migration.md b/docs/reference/airnode/next/migration.md index 9325469b..2247b843 100644 --- a/docs/reference/airnode/next/migration.md +++ b/docs/reference/airnode/next/migration.md @@ -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.