Releases: gatsby-uc/plugins
gatsby-plugin-github-ribbon@1.4.0
gatsby-plugin-fastify@0.9.0
Minor Changes
-
#245
5f4decc
Thanks @moonmeister! - Upgraded fastify to v4 and bumped majors on related and unrelated packages.Breaking Changes
-
Logging no longer defaults to "pretty print" unless the environment variable
NODE_ENV
equalsdevelopment
. -
Changes were made to the static file servers config. This fixed issues introduced by fastify updates. While this didn't break tests or knowingly intoduce bugs please let us know if you see any behavior changes.
-
Patch Changes
gatsby-plugin-ackee-tracker@3.2.5
gatsby-plugin-fastify@0.8.1
Patch Changes
- #202
9ced9cb
Thanks @moonmeister! - Implemented the new "Gatsby Image CDN" from Gatsby Cloud. See the docs for getting started.
gatsby-source-s3@3.1.1
gatsby-plugin-fastify@0.8.0
Minor Changes
-
#176
f556171
Thanks @moonmeister! - This plugin's focus is on serving the web app. Compression should be handled by an edge server (e.g. Nginx). Therefore we are removing this feature, this should not break an existing config, though you may see a warning during build if you explicitly set the compression setting in yourgatsby-config.js
. -
#200
4a291b1
Thanks @moonmeister! - We're nolonger treating the fastify plugins as public API. They've been removed from docs. If you're using them you may continue to do so at your own risk. If you'd like to contribute to help make these publically maintainable please open an issue.
Patch Changes
- #199
eec780b
Thanks @moonmeister! - Did some reworking of redirects and added support for Gatsby's new Reverse Proxy functionality.