Releases: CumulusDS/aws-apig-bypass
Releases · CumulusDS/aws-apig-bypass
v1.1.0
What's Changed
- Upgrade
socks
to resolve CVE-2023-42282 by @jeffsays in #26 - Upgrade
tar
to partially resolve CVE-2024-28863 by @jeffsays in #27 - Bump
babel-jest
&@babel/cli
to resolve CVE-2024-4068 - vulnerability inbraces
package by @jeffsays in #28 - bump
micromatch
to v4.0.8 to resolve CVE-2024-4067 by @jeffsays in #29 - use public shared workflows for public repo by @jeffsays in #31
- migrate to typescript by @massfords in #30
- remove issue auto assign on issues created by @jeffsays in #33
New Contributors
- @massfords made their first contribution in #30
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Update to currently-supported node versions by @joshuanapoli in #25
Full Changelog: v0.3.0...v1.0.0
v0.3.0
📑 Changelog
v0.3.0 (2024-02-12)
🚀 Enhancements
- Reusable Workflows for GitHub Actions #17 (jeffsays)
- Update dependabot config for automated update of private CumulusDS NPM packages #15 (jeffsays)
Actions
- Bump 8398a7/action-slack from 2 to 3 #16 (dependabot[bot])
- Bump actions/upload-artifact from 2 to 3 #14 (dependabot[bot])
- Bump actions/cache from 2 to 3 #13 (dependabot[bot])
Dependency updates
- Upgrade
@babel/traverse
to resolve CVE-2023-45133 #23 (jeffsays) - Upgrade to finish resolving CVE-2017-16137 #22 (jeffsays)
- Resolve more vulnerabilities #21 (jeffsays)
- Resolve several vulnerabilities #20 (jeffsays)
- Upgrade to [email protected] #19 (joshuanapoli)
- Upgrade to [email protected] #18 (joshuanapoli)
📁 Other pull requests
- Export the APIGatewayHandlerClient type #24 (joshuanapoli)
- Bump actions/checkout from 2 to 3 #12 (dependabot[bot])
- Bump actions/setup-node from 2 to 3 #11 (dependabot[bot])
v0.2.4
Switch to @cumulusds/flow-aws-lambda
v0.2.3
Upgrade flow type definitions
v0.2.2
When the invocation fails, a LambdaInvokeError error is thrown. The exception has a more helpful error message.
v0.2.1
v0.2.0
Improvements
- Add all options to createAPIGatewayEvent
v0.1.0
Improvements
- Add isBase64Encoded argument
v0.0.1
Initial version, exporting createAPIGatewayEvent and createClient.