Skip to content

v1.0.0

Compare
Choose a tag to compare
@asn-d6 asn-d6 released this 12 Mar 14:00
· 134 commits to main since this release
43a13f3

Overview

This major release introduces the following improvements to the bindings:

  • The Go bindings now pass blobs by reference rather than by value.
    • This improves heap hygiene by reducing allocations when passing blobs.
    • This change is not backward-compatible.
  • Ergonomics of the Rust bindings have been improved for better usability.
  • The Python bindings' build system has been refined.

This is the last scheduled release before Dencun hits mainnet tomorrow. Godspeed! 🎉

Thank you to everyone that made this happen! 🙏

What's Changed

  • Upload python wheels on Linux runner by @jtraglia in #404
  • Add workflow_dispatch to python release action by @jtraglia in #405
  • Add more information in setuptools.setup() by @jtraglia in #406
  • go-bindings: pass large arrays by ref instead of value by @holiman in #393
  • feat: derive hash for generated types by @mattsse in #407
  • Update versions in preparation for release by @jtraglia in #408

New Contributors

Full Changelog: v0.4.3...v1.0.0