Skip to content

Commit

Permalink
feat: Fastify v4 support (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: ZigaStrgar <ziga.strgar@gmail.com>
  • Loading branch information
ZigaStrgar committed Jul 26, 2022
1 parent b74aec1 commit ae4f8ce
Show file tree
Hide file tree
Showing 5 changed files with 743 additions and 570 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ the request data to the error. That includes `body`, `query` and `params` which

| | Version |
|---------|-------------|
| Fastify | `^3.x` |
| Fastify | `^4.x` |
| Bugsnag | `^7.17.0` |
| Node | `>=14.19.2` |

For Fastify V3 please check the version `v0.5.x`.

## Installation

```shell
Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@

| Version | Supported |
|---------|--------------------|
| 1.x | :white_check_mark: |
| 0.5.x | :white_check_mark: |
| 0.4.x | :white_check_mark: |
| 0.3.x | :white_check_mark: |
| 0.3.x | :x: |
| < 0.3.x | :x: |

## Reporting a Vulnerability
Expand Down
Loading

0 comments on commit ae4f8ce

Please sign in to comment.