Thriftpy / thriftpy2

Pure python approach of Apache Thrift.
MIT License
572 stars 91 forks source link

When will master be released? #191

Closed kyle-a-wong closed 1 year ago

kyle-a-wong commented 1 year ago

Im having deserialization issues that are fixed with this commit PR: https://github.com/Thriftpy/thriftpy2/pull/164, but i notice it haven't been any releases since this fix was merged. Are there plans to do a release soon?

rlratzel commented 1 year ago

We're also hoping to get a release that includes the recently merged PR #159 (thank you @aiudirog and @ethe) which removes the deprecation warnings in 0.4.14. If there was a 0.4.15 release, I would update the conda-forge thriftpy2-feedstock for a 0.4.15 conda package on conda-forge. Since our project requires an update to the conda-forge recipe to add a linux-aarch64 conda package for thriftpy2 anyway, it would be highly preferable to have the latest merged PRs in an updated release, if possible.

ethe commented 1 year ago

0.4.15 released, thanks for your question

rlratzel commented 1 year ago

Thank you for the new release @ethe , (and thank you for also addressing #196).

FYI, the conda-forge bots already picked up the new release and updated the recipe for 0.4.15 packages. I also added the arm64 builds our project needed here, and the 0.4.15 conda packages have been published to the conda-forge channel.