Skip to content

Releases: api3dao/airnode

v0.7.2

17 Jun 13:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

18 Aug 15:06
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Aug 15:07
Compare
Choose a tag to compare

Features

What's Changed

Read more

v0.6.5

11 Jun 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.6.5

Additional Detail

  • An empty chains object in Airnode's config no longer prevents Airnode from sending heartbeats

v0.6.4

06 Jun 10:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

28 May 11:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

03 May 09:07
Compare
Choose a tag to compare

What's Changed

  • [v0.6]: Fix GCP signed data gateway receipt URL, let deployer fail with non zero status code by @Siegrift in #1041
  • [v0.6]: Fix condition for enabling GCP API gateway service by @amarthadan in #1045
  • [v0.6] Fix template ID derivation for signed data gateway by @amarthadan in #1055

New Contributors

  • @kolenic-martin made their first contribution in #940

Full Changelog: v0.6.0...v0.6.2

v0.5.2

03 May 08:39
Compare
Choose a tag to compare

What's Changed

  • [v0.5]: Fix GCP signed data gateway receipt URL, let deployer fail with non zero status code by @Siegrift in #1042
  • [v0.5]: Fix condition for enabling GCP API gateway service by @amarthadan in #1046
  • [v0.5] Fix template ID derivation for signed data gateway by @amarthadan in #1056

Full Changelog: v0.5.0...v0.5.2

v0.6.0

03 May 09:29
Compare
Choose a tag to compare

Migration

  • The contracts are updated in this version for forward compatibility, yet their functionality and interface with the node has not changed. This means that you can update your node to v0.6 even if you are currently using the old contracts.

Features

  • Implemented official integrations to the mainnets and testnets of the following networks: ethereum (redeployed), arbitrum, avalanche, bsc, fantom, gnosis, metis, milkomeda, moonbeam, moonriver, optimism, polygon, rsk
  • Folded over the recently audited v1 protocol contracts onto v0 for a smooth transaction to v1 (i.e., AccessControlRegistry and RequesterAuthorizerWithAirnode are now both v0 and v1-compatible)
  • v0-specific protocol contracts are renamed to end with V0 (e.g., AirnodeRrp -> AirnodeRrpVO)
  • Contracts for external usage now have looser Solidity version requirements (^0.8.0 rather than 0.8.9)
  • gasLimit used for fulfillment is now configurable per-chain to support some rollup chains
  • Added a deployment timestamp to receipt.json that is outputted after a serverless deployment
  • Added an Airnode example that demonstrates reporting request failure on-chain
  • Fixed the race condition that may cause the node to make extra fulfillment transactions that would revert if minConfirmations is configured to be a non-zero value for the chain
  • The Airnode example that demonstrated the signed data gateway is fixed

Pre-built Docker images

api3/airnode-deployer

api3/airnode-client

api3/airnode-admin

v0.5.0

03 May 09:29
Compare
Choose a tag to compare

Pre-built Docker images

api3/airnode-deployer

api3/airnode-client

api3/airnode-admin