Skip to content

6.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@markgibbons25 markgibbons25 released this 10 Jan 06:04
· 36 commits to master since this release
9776f9a

New Features

  • Support for next-generation AVIF and JPEGXL image formats.
  • Made next-generation format handling more generic. For adding a new format it should be enough to write one optimizer, write tests and add a configuration file.
  • Changed way of CDN configuration works. Here is the trade-off: see GenerateCacheKey.cs. That pipeline will be called even if CDN is not enabled, but execution will be skipped if CDN is not enabled. It is done to make configuration less complex.
  • Updated readme.md documentation for the above.

New Contributors

  • Special thanks to @Antonytm for this excellent work!

Notes

I have marked this release as beta, for those of you that are already using WebP in production in Dianoga V5, you shouldn't see any issues with this release, but I'd appreciate confirmation from the community that it's working before I mark this release as production ready.