Skip to content

Releases: connected-web/openapi-rest-api

0.8.3

13 Apr 20:57
f0751f3

Choose a tag to compare

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

06 Apr 20:18
ecd82a0

Choose a tag to compare

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

06 Feb 11:33
1082096

Choose a tag to compare

  • 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

06 Feb 09:59
9d559e1

Choose a tag to compare

  • 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

31 Oct 15:41

Choose a tag to compare

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

24 Oct 15:24
db873d3

Choose a tag to compare

⚠️ Warning: Deprecated Release

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

Full Changelog: 0.6.5...0.6.6

0.6.5

24 Oct 15:13
7482280

Choose a tag to compare

⚠️ Warning: Deprecated Release

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

24 Sep 20:43

Choose a tag to compare

⚠️ Warning: Deprecated Release

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

24 Sep 18:25

Choose a tag to compare

⚠️ Warning: Deprecated Release

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

23 Sep 15:35

Choose a tag to compare

⚠️ Warning: Deprecated Release

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