Skip to content

Commit

Permalink
Add support for Fastify
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrooijen committed Apr 21, 2024
1 parent b019c3b commit eec1230
Show file tree
Hide file tree
Showing 6 changed files with 770 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## HEAD

- Add support for [Fastify](https://fastify.dev).

## v1.0.1

- Add support for dashes in `Worker` names to match the Procfile process naming format. `Worker` is implicitly used when configuring HireFire using the `Configuration#dyno` method.

## v1.0.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This library integrates Node.js applications with HireFire's Dyno Managers (Hero
- Express
- Koa
- Connect
- Fastify
- Sails
- Nest

Expand Down
Loading

0 comments on commit eec1230

Please sign in to comment.