aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

When is the new release expected? #51

Closed bharat42 closed 4 years ago

bharat42 commented 5 years ago

I see a lot of commits since last release so I was interested to know by when you are going to publish a new release.

aklomp commented 5 years ago

Good question, it has indeed been a while. I don't have any release planned, nor do I have a roadmap for upcoming releases, but I do think that since this library has been stable (read: stagnant) for so long, it's probably time to place a tag on it.

However, I won't do that immediately because I have a few cleanup commits that I'd like to apply first. That could take a while because I have a lot of projects and this one has fallen behind in the to-do list, so feel free to remind me.

aklomp commented 4 years ago

I've picked up work on this library again, and plan to make a new release in the near future. This release will include the current code, plus extended CI checks (issue #53) and some code cleanups which have no functional impact. This release will put a label on the code that everyone has been using for the last few years.

After that, I want to take some freedoms to make larger changes, such as the way in which the codecs are structured or symbols are hidden, and introduce new features like cmake support. Those things will be added in their own future versions. But that's all on the longer term.

bharat42 commented 4 years ago

Thanks for the update Alfred.

aklomp commented 4 years ago

Just released v0.4.0.