Skip to content

Commit 32b2d85

Browse files
authored
Merge pull request #77 from mitchknife/fastify-fixes
Refactor error and response handling in Fastify plugins
2 parents ec40759 + 186cc45 commit 32b2d85

5 files changed

Lines changed: 417 additions & 604 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>3.7.0</VersionPrefix>
5-
<PackageValidationBaselineVersion>3.6.0</PackageValidationBaselineVersion>
4+
<VersionPrefix>3.8.0</VersionPrefix>
5+
<PackageValidationBaselineVersion>3.7.0</PackageValidationBaselineVersion>
66
<LangVersion>12.0</LangVersion>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
These are the NuGet package releases. See also [npm Release Notes](ReleaseNotesNpm.md).
44

5+
## 3.8.0
6+
7+
* Set explicit Content-Type headers in fastify plugin routes.
8+
* Revert "Send explicit return values" from 3.7.0
9+
510
## 3.7.0
611

712
* Add `4xx` and `5xx` response schemas to fastify plugin.

0 commit comments

Comments
 (0)