Skip to content

Releases: MindscapeHQ/raygun4node-aws-lambda

v0.0.4

09 Jan 08:01
99feb5b
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump typescript-eslint from 7.16.0 to 8.5.0 by @dependabot in #60
  • chore(deps-dev): bump eslint from 8.57.1 to 9.11.1 by @dependabot in #61
  • chore(deps-dev): bump typescript-eslint from 8.7.0 to 8.8.0 by @dependabot in #62
  • chore(deps-dev): bump @types/node from 22.6.1 to 22.7.4 by @dependabot in #63
  • chore(deps-dev): bump eslint from 9.11.1 to 9.13.0 by @dependabot in #68
  • chore(deps-dev): bump @eslint/js from 9.11.1 to 9.13.0 by @dependabot in #67
  • chore(deps-dev): bump @stylistic/eslint-plugin from 2.8.0 to 2.10.1 by @dependabot in #66
  • chore(deps-dev): bump typescript-eslint from 8.8.0 to 8.12.2 by @dependabot in #65
  • chore(deps-dev): bump @types/node from 22.7.4 to 22.8.6 by @dependabot in #64
  • chore(deps-dev): bump express from 4.21.0 to 4.21.1 by @dependabot in #69
  • chore(deps-dev): bump eslint-plugin-tsdoc from 0.3.0 to 0.4.0 by @dependabot in #70
  • chore(deps-dev): bump typescript from 5.6.2 to 5.7.2 by @dependabot in #71
  • chore(deps-dev): bump @eslint/js from 9.13.0 to 9.16.0 by @dependabot in #73
  • chore(deps-dev): bump typescript-eslint from 8.12.2 to 8.16.0 by @dependabot in #72
  • chore(deps-dev): bump typescript-eslint from 8.16.0 to 8.19.0 by @dependabot in #74
  • chore(deps-dev): bump @eslint/js from 9.16.0 to 9.17.0 by @dependabot in #75
  • chore(deps): bump raygun from 2.0.0 to 2.1.0 by @dependabot in #76
  • chore(deps-dev): bump @types/node from 22.8.6 to 22.10.3 by @dependabot in #77
  • chore(deps-dev): bump eslint from 9.13.0 to 9.17.0 by @dependabot in #78
  • chore: Release 0.0.4 by @miquelbeltran in #79

Full Changelog: v0.0.3...v0.0.4

v0.0.3

16 Sep 08:15
0e8d78f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

12 Jul 07:40
cfe8f4b
Compare
Choose a tag to compare

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

Full Changelog: v0.0.1...v0.0.2

v0.0.1

19 Jun 06:55
Compare
Choose a tag to compare
  • 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.