-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fill in changelog and bump version for 0.25.3 #2347
Conversation
The one thing I've been second guessing is whether |
I've opened #2349 to relocate |
I've rewritten the changelog entry for rayon. I don't think we should wait on the exr change to ship this, since it appears to be a breaking change, the maintainer is busy, and so there is no clear timeline for it. |
@HeroicKatora Sorry I've been meaning to respond in that other thread. I wrote up some thoughts here, but rather than working on 0.26, I actually think that we should old off starting a major release for a little bit and then make a 1.0 release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth adding that this release brings substantially improved lossless WebP decoding performance. I measured it being between 2x and 2.5x faster!
(We usually don't mention codec improvements because they tend not to be tied to image releases, but these specific optimizations were bundled with the image-webp
0.2.0 release)
The changelog still mentions #2348 which hasn't landed yet. So please don't publish a release just yet! I'm hoping we could merge kornelski/cavif-rs#85 soon and fix the whole issue around MSRV. If it's not merged in a couple of days, we can pin an older |
Ah, nevermind, too late 😅 I've opened #2352 to amend the changelog. |
Let's get the work we did on image orientation into the hands of users!