Releases: MindscapeHQ/raygun4node-aws-lambda
Releases · MindscapeHQ/raygun4node-aws-lambda
v0.0.3
What's Changed
- docs: Update README.md by @miquelbeltran in #38
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 by @dependabot in #39
- chore(deps-dev): bump tap from 19.2.5 to 21.0.0 by @dependabot in #40
- chore(deps): bump @types/aws-lambda from 8.10.140 to 8.10.141 by @dependabot in #41
- chore(deps): bump raygun from 1.1.0 to 1.2.0 by @dependabot in #42
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 by @dependabot in #43
- ci: Set dependabot interval to "monthly" by @miquelbeltran in #44
- chore(deps): bump raygun from 1.2.0 to 2.0.0 by @dependabot in #47
- chore(deps): bump @types/aws-lambda from 8.10.141 to 8.10.145 by @dependabot in #56
- chore(deps-dev): bump @types/node from 20.14.10 to 22.5.1 by @dependabot in #57
- chore(deps-dev): bump @eslint/js from 9.6.0 to 9.10.0 by @dependabot in #58
- chore: Prepare release 0.0.3 by @miquelbeltran in #59
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(deps): bump @types/aws-lambda from 8.10.138 to 8.10.140 by @dependabot in #22
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.1 to 2.2.2 by @dependabot in #23
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in #24
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2 by @dependabot in #25
- chore(deps-dev): bump @types/node from 20.14.2 to 20.14.8 by @dependabot in #26
- feat: Attach context in breadcrumb custom data automatically by @miquelbeltran in #21
- chore(deps-dev): bump @eslint/js from 9.5.0 to 9.6.0 by @dependabot in #27
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.2 to 2.3.0 by @dependabot in #28
- chore(deps-dev): bump typescript-eslint from 7.13.1 to 7.15.0 by @dependabot in #32
- chore(deps-dev): bump @types/node from 20.14.8 to 20.14.10 by @dependabot in #33
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.2.2 to 2.3.0 by @dependabot in #29
- chore(deps-dev): bump typescript-eslint from 7.15.0 to 7.16.0 by @dependabot in #35
- chore: Release 0.0.2 by @miquelbeltran in #34
New Contributors
- @miquelbeltran made their first contribution in #21
Full Changelog: v0.0.1...v0.0.2
v0.0.1
- Initial release
- Provides awsHandler() function with:
- Support to capture errors and report them to Raygun Crash Reporting.
- Support for scoped Breadcrumbs.
- Created example project.
- Created documentation.