honojs-middleware/packages/sentry/CHANGELOG.md

52 lines
2.2 KiB
Markdown
Raw Normal View History

2023-02-04 18:42:13 +08:00
# @hono/sentry
2024-07-07 07:08:38 +08:00
## 1.2.0
### Minor Changes
- [#620](https://github.com/honojs/middleware/pull/620) [`16d4efb01bd418231a4f344c6a10b328e600ac31`](https://github.com/honojs/middleware/commit/16d4efb01bd418231a4f344c6a10b328e600ac31) Thanks [@sam-lippert](https://github.com/sam-lippert)! - Toucan 4.0.0
This changeset updates the @hono/sentry middleware from Toucan 3.4.0 to 4.0.0. This provides a version bump for the @sentry/core dependency and adds support for Sentry v8.
2024-05-04 14:23:31 +08:00
## 1.1.0
### Minor Changes
- [#499](https://github.com/honojs/middleware/pull/499) [`e44314fdd38a71ed835458cb26181374a6b087f6`](https://github.com/honojs/middleware/commit/e44314fdd38a71ed835458cb26181374a6b087f6) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support ESM
2024-02-14 16:11:30 +08:00
## 1.0.1
### Patch Changes
- [#388](https://github.com/honojs/middleware/pull/388) [`e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd`](https://github.com/honojs/middleware/commit/e0d94dfa1a86e47765fb5bdcd410400fa4aa3ccd) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: change peer dependency to support v4.x
2023-08-24 10:26:12 +08:00
## 1.0.0
### Major Changes
- [#137](https://github.com/honojs/middleware/pull/137) [`c2093e1`](https://github.com/honojs/middleware/commit/c2093e17e0b3fa7d257692a8d33aaa1fedaf6897) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: bump up `toucan-js` to v3
2023-08-23 09:59:57 +08:00
## 0.2.2
### Patch Changes
- [#130](https://github.com/honojs/middleware/pull/130) [`de2e95a`](https://github.com/honojs/middleware/commit/de2e95a59e4c02b9e985f9e3f81792b7890c922d) Thanks [@yusukebe](https://github.com/yusukebe)! - fixed sentry options types
2023-06-02 05:37:33 +08:00
## 0.2.1
### Patch Changes
- [#89](https://github.com/honojs/middleware/pull/89) [`963b1ac`](https://github.com/honojs/middleware/commit/963b1ac0de4083b8d0fc7c8d2f9f0202e9d15bfd) Thanks [@mllnd](https://github.com/mllnd)! - Use optional chaining for determining Sentry DSN from environment (#89)
2023-03-02 14:15:36 +08:00
## 0.2.0
### Minor Changes
- [#57](https://github.com/honojs/middleware/pull/57) [`8d57df8`](https://github.com/honojs/middleware/commit/8d57df889d472fe9c40f468ce2103fe9880ff91b) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support latest Hono version
2023-02-04 18:42:13 +08:00
## 0.1.0
### Minor Changes
- 1f9c9a6: renamed `@honojs/sentry` to `@hono/sentry`