Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.0.9

- Maintenance-only release; no public API or runtime behavior changes.
- Raised the Raygun4Node runtime dependency baseline to 2.2.9.
- Updated vulnerable development dependencies and upgraded `fast-uri` to 3.1.7 (#194, #195).
- Hardened npm CI with disabled dependency lifecycle scripts, runtime audits, registry signature verification, and known-malicious-version blocking (#197).
- Added clean installation, audit, and handler smoke checks for the example application (#197).
- Grouped routine patch and minor Dependabot updates on a monthly schedule with a seven-day cooldown; major and security updates remain separate (#196).
- Refreshed development tooling, including ESLint, TypeScript ESLint, and Node.js type definitions.

## 0.0.8

- Maintenance-only release; no public API or runtime behavior changes.
Expand Down
8 changes: 4 additions & 4 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raygun.io/aws-lambda",
"version": "0.0.8",
"version": "0.0.9",
"description": "Raygun Crash Reporting for AWS Lambda functions",
"main": "build/raygun.aws.js",
"types": "build/raygun.aws.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@types/aws-lambda": "^8.10.160",
"raygun": "^2.2.4"
"raygun": "^2.2.9"
},
"repository": {
"type": "git",
Expand Down