chore: Release 0.0.8 - #187
Merged
Merged
Conversation
Contributor
Author
|
Release workflow note: GitHub did not enqueue any Actions runs for the original PR opened event. Closing and immediately reopening this unchanged PR to retrigger the standard pull_request workflows; no release content or commit history is being changed. |
TheRealAgentK
requested review from
ProRedCat,
QuantumNightmare,
phillip-haydon and
sumitramanga
August 4, 2026 02:17
phillip-haydon
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@raygun.io/aws-lambdafrom 0.0.7 to 0.0.8Release classification
Patch release. The included updates affect development tooling, CI, type definitions, and development dependency lockfiles only. The TypeScript 6 compiler migration was independently verified to produce byte-for-byte identical JavaScript and declarations.
The runtime dependency remains
raygun: ^2.2.4; this already admits 2.2.8 and avoids introducing an unnecessary minimum-version requirement.Validation
npm test(13 passing)npm run eslintnpm run tseslintnpm run prettier:checknpm audit(0 vulnerabilities)npm audit --omit=dev(0 vulnerabilities)npm publish --dry-run(@raygun.io/aws-lambda@0.0.8, 29 files)Release workflow
After approval, green CI, and publication of core
raygun@2.2.8, publish@raygun.io/aws-lambda@0.0.8to npm before merging this PR, then create GitHub releasev0.0.8from the merged release commit as documented inRELEASING.md.