Releases: connected-web/openapi-rest-api
0.8.3
What's Changed
- Publish releases to GitHub Packages as well as npmjs by @johnbeech in #34
Full Changelog: 0.8.2...0.8.3
0.8.2
What's Changed
- Deduplicate GitHub step summaries and add report output path by @johnbeech in #33
Full Changelog: 0.8.1...0.8.2
0.8.0
- Migrate tests to Vitest and linting to ESLint
- Migrate examples from AWS SDK v2 to v3
- Stop externalizing aws-sdk v2 in bundling
- Update tooling configs and documentation for breaking changes
- Exclude test files from library build to fix publish step
- Update publish workflow (npm upgrade + Node 24) and add library build to PR checks
- Sync lockfile with npm 11.9.0
Full changelog: 0.7.1...0.8.0
0.7.1
- Update AWS CDK/SDK and related tooling dependencies
- Align workspace versions and add version consistency checks
- Improve CI (premerge version check, action upgrades, trusted npm publishing)
- Reduce npm audit findings and document security notes
- Fix version consistency test build compatibility
Full changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- Fix: Attach existing Lambda authorizer ARN when passed via AuthorizerARN by @johnbeech in #25
Full Changelog: 0.6.6...0.7.0
0.6.6
This version (0.6.6) contains issues that were fixed in v0.7.0.
Please upgrade to v0.7.0 or later. Avoid using this release in production.
What's Changed
- Match up main and types to dist version by @johnbeech in #24
Full Changelog: 0.6.5...0.6.6
0.6.5
This version (0.6.6) contains issues that were fixed in v0.7.0.
Please upgrade to v0.7.0 or later. Avoid using this release in production.
What's Changed
- Add types to package; update package-lock.json to 0.6.5 by @johnbeech in #23
Full Changelog: 0.6.4...0.6.5
0.6.4
This version (0.6.6) contains issues that were fixed in v0.7.0.
Please upgrade to v0.7.0 or later. Avoid using this release in production.
What's Changed
- Normalise headers to lower-case before performing checks by @johnbeech in #22
Full Changelog: 0.6.3...0.6.4
0.6.3
This version (0.6.6) contains issues that were fixed in v0.7.0.
Please upgrade to v0.7.0 or later. Avoid using this release in production.
What's Changed
- Create AuthorizationLogger to track authorisation events cleanly by @johnbeech in #21
- Set resultsCacheTtl to 0 for HeaderAuthorizer
Full Changelog: 0.6.2...0.6.3
0.6.2
This version (0.6.6) contains issues that were fixed in v0.7.0.
Please upgrade to v0.7.0 or later. Avoid using this release in production.
Full Changelog: 0.6.1...0.6.2
In this release
- Normalize Header Authorizer headers to expect lowercase values
CI Changes
- Switch Jest to @swc/jest to use less memory and run faster
- Remove unused ts-node dependency
- Update generated templates