Releases: api3dao/ois
v2.3.2
Highlights
Fixed the inability to skip the API call with processing v2 by @Siegrift in #130
What's Changed
- Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #123
- Bump prettier from 3.1.0 to 3.1.1 by @dependabot in #124
- Bump ts-node from 10.9.1 to 10.9.2 by @dependabot in #125
- Bump prettier from 3.1.1 to 3.2.2 by @dependabot in #126
- Bump prettier from 3.2.2 to 3.2.4 by @dependabot in #127
- Bump husky from 8.0.3 to 9.0.6 by @dependabot in #128
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Highlights
Fixed a strange typing issue within v2.3.0 where some types were incorrectly exported as any
What's Changed
- Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #120
- Bump @types/lodash from 4.14.201 to 4.14.202 by @dependabot in #121
Full Changelog: v2.3.0...v2.3.1
v2.3.0
Highlights
What's Changed
- Bump zod from 3.22.3 to 3.22.4 by @dependabot in #110
- Bump @babel/traverse from 7.18.5 to 7.23.2 by @dependabot in #111
- Bump @types/lodash from 4.14.199 to 4.14.200 by @dependabot in #112
- Bump prettier from 3.0.3 to 3.1.0 by @dependabot in #115
- Bump @types/lodash from 4.14.200 to 4.14.201 by @dependabot in #116
- Release v2.3.0 by @Siegrift in #118
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Highlights
What's Changed
- Bump rimraf from 5.0.1 to 5.0.5 by @dependabot in #106
- Bump zod from 3.22.2 to 3.22.3 by @dependabot in #108
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Highlights
What's Changed
- Bump typescript from 5.0.4 to 5.1.3 by @dependabot in #87
- Bump typescript from 5.1.3 to 5.1.6 by @dependabot in #89
- Bump prettier from 2.8.8 to 3.0.0 by @dependabot in #90
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #91
- Bump @types/lodash from 4.14.195 to 4.14.196 by @dependabot in #92
- Bump prettier from 3.0.0 to 3.0.1 by @dependabot in #93
- Bump @types/lodash from 4.14.196 to 4.14.197 by @dependabot in #94
- Bump zod from 3.21.4 to 3.22.2 by @dependabot in #95
- Bump prettier from 3.0.1 to 3.0.2 by @dependabot in #96
- Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #97
- Bump prettier from 3.0.2 to 3.0.3 by @dependabot in #98
- Bump @types/lodash from 4.14.197 to 4.14.198 by @dependabot in #99
- chore: add .vscode to .gitignore by @dcroote in #103
- Bump @types/lodash from 4.14.198 to 4.14.199 by @dependabot in #104
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Highlights
- Widen accepted parameter types by @aquarat in #88
- This makes validity checks around parameters more permissive, allowing for arrays, booleans and numbers to be sent in JSON to the remote API.
What's Changed
- Bump zod from 3.20.6 to 3.21.2 by @dependabot in #71
- Bump rimraf from 3.0.2 to 4.2.0 by @dependabot in #70
- Bump zod from 3.21.2 to 3.21.4 by @dependabot in #73
- Bump rimraf from 4.2.0 to 4.4.0 by @dependabot in #72
- Bump prettier from 2.8.4 to 2.8.5 by @dependabot in #74
- Bump typescript from 4.9.5 to 5.0.2 by @dependabot in #75
- Bump prettier from 2.8.5 to 2.8.7 by @dependabot in #76
- Bump rimraf from 4.4.0 to 4.4.1 by @dependabot in #77
- Bump typescript from 5.0.2 to 5.0.3 by @dependabot in #79
- Bump @types/lodash from 4.14.191 to 4.14.192 by @dependabot in #78
- Bump typescript from 5.0.3 to 5.0.4 by @dependabot in #81
- Bump rimraf from 4.4.1 to 5.0.0 by @dependabot in #80
- Bump @types/lodash from 4.14.192 to 4.14.194 by @dependabot in #82
- fix: link to docs and docs CI config by @dcroote in #83
- Bump prettier from 2.8.7 to 2.8.8 by @dependabot in #84
- Bump rimraf from 5.0.0 to 5.0.1 by @dependabot in #85
- Bump @types/lodash from 4.14.194 to 4.14.195 by @dependabot in #86
- Widen accepted parameter types by @aquarat in #88
New Contributors
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Major Changes
The specific NodeJS version stipulated as part of pre and post-processing in Airnode's config.json
has been removed.
The "Node" environment will now use the Airnode's NodeJS runtime - which is also changing from NodeJS 14 to NodeJS 18.
For more information refer to #66
General Changes
- Bump zod from 3.20.0 to 3.20.2 by @dependabot in #58
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #59
- Bump husky from 8.0.2 to 8.0.3 by @dependabot in #61
- Bump prettier from 2.8.1 to 2.8.2 by @dependabot in #60
- Bump prettier from 2.8.2 to 2.8.3 by @dependabot in #63
- Bump typescript from 4.9.4 to 4.9.5 by @dependabot in #64
- Bump zod from 3.20.2 to 3.20.6 by @dependabot in #68
- Bump prettier from 2.8.3 to 2.8.4 by @dependabot in #67
- Remove Node version 14 from processing specification by @dcroote in #66
Full Changelog: v1.4.0...v2.0.0
v1.4.0
Highlights
- Add _minConfirmations reserved parameter by @dcroote in #52
- Add _gasPrice reserved parameter by @dcroote in #56
What's Changed
- Bump @types/lodash from 4.14.190 to 4.14.191 by @dependabot in #49
- Bump prettier from 2.8.0 to 2.8.1 by @dependabot in #53
- Bump zod from 3.19.1 to 3.20.0 by @dependabot in #54
- Bump typescript from 4.9.3 to 4.9.4 by @dependabot in #55
- feat: add _minConfirmations reserved parameter by @dcroote in #52
- feat: add _gasPrice reserved parameter by @dcroote in #56
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Dependency Bumps
- Bump @types/lodash from 4.14.185 to 4.14.186 by @dependabot in #39
- Bump typescript from 4.8.3 to 4.8.4 by @dependabot in #40
- Bump @types/lodash from 4.14.186 to 4.14.188 by @dependabot in #41
- Bump husky from 8.0.1 to 8.0.2 by @dependabot in #42
- Bump @types/lodash from 4.14.188 to 4.14.189 by @dependabot in #44
- Bump typescript from 4.8.4 to 4.9.3 by @dependabot in #45
- Bump prettier from 2.7.1 to 2.8.0 by @dependabot in #47
- Bump @types/lodash from 4.14.189 to 4.14.190 by @dependabot in #48
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Dependency Bumps
- Bump @types/lodash from 4.14.184 to 4.14.185 by @dependabot in #34
- Bump typescript from 4.8.2 to 4.8.3 by @dependabot in #33
- Bump zod from 3.18.0 to 3.19.1 by @dependabot in #35
Full Changelog: v1.1.2...v1.2.0