From 30825d9b9bc98ba3ab5733e6dbc296dd7672bc44 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Sun, 22 Oct 2023 07:39:32 -0700 Subject: [PATCH] feat: add Airnode v0.13 Migration Guide info (#653) --- 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.