Skip to content

Commit

Permalink
CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmason2-godaddy committed Jan 15, 2025
1 parent b037360 commit 2fc9113
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gasket-plugin-express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@gasket/plugin-express`

- Deprecate and remove the use of the `getExpressApp` action ([#1011])

### 7.1.3

- Adjust cookie parser invocation to earlier in the lifecycle chain ([#1009])
Expand Down Expand Up @@ -151,3 +153,4 @@
[#969]: https://github.com/godaddy/gasket/pull/969
[#1001]: https://github.com/godaddy/gasket/pull/1001
[#1009]: https://github.com/godaddy/gasket/pull/1009
[#1011]: https://github.com/godaddy/gasket/pull/1011
3 changes: 3 additions & 0 deletions packages/gasket-plugin-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@gasket/plugin-fastify`

- Deprecate and remove the use of the `getFastifyApp` action ([#1011])

### 7.1.0

- Aligned version releases across all packages
Expand Down Expand Up @@ -88,3 +90,4 @@ Enable middleware support ([#172])
[#940]: https://github.com/godaddy/gasket/pull/940
[#969]: https://github.com/godaddy/gasket/pull/969
[#972]: https://github.com/godaddy/gasket/pull/972
[#1011]: https://github.com/godaddy/gasket/pull/1011
3 changes: 3 additions & 0 deletions packages/gasket-plugin-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@gasket/plugin-typescript`

- Remove routes import from the `server.ts` ([#1011])

### 7.1.0

- Add HTTPS proxy server to Next.js dev server ([#982])
Expand All @@ -13,3 +15,4 @@
[Version 7 Upgrade Guide]: /docs/upgrade-to-7.md

[#982]: https://github.com/godaddy/gasket/pull/982
[#1011]: https://github.com/godaddy/gasket/pull/1011

0 comments on commit 2fc9113

Please sign in to comment.