fix(fastly): Add application/geo+json mime type to compression list#378
fix(fastly): Add application/geo+json mime type to compression list#378alexcottner merged 1 commit intomainfrom
Conversation
Release plan
|
bkochendorfer
left a comment
There was a problem hiding this comment.
Awesome thanks. I thought we'd already add this one but I obviously don't see it here in the list. Or was it another one we added?
We also added the WASM compression. But this was working and I'm not sure why it stopped. |
|
How shall this be deployed? |
|
@leplatrem if you see above a new version was cut #378 (comment) update your version reference in your terraform and you can pull in these changes |
Thank you :) We were confused because we were using 2.10, but then Alex found out that:
|
Description
We started seeing a failing health check in telescope, showing that
application/geo+jsonwas not being compressed in our CDN. Adding this mime type explicitly so it will be compressed going forward.