Skip to content

Performance Improvements (and a re-re-release)

Compare
Choose a tag to compare
@technosophos technosophos released this 02 Feb 20:36
· 40 commits to main since this release
9fd2de6

After doing load analysis, we discovered a performance bottleneck. Version 0.6 fixes this bottleneck. See the release notes for 0.5 to catch up on other recent changes.

Acting as release manager, I (@technosophos ) have been having a little difficulty getting the release cut properly. 0.6.2 is the same as 0.6.1 and 0.6.0 except that it has the correct version number set in all the places.

Checksums

Generated on macOS with shasum:

shasum -a 256 *.tar.gz
1b8f53ee43b33cd3c3a79234c1a236f90c91f892bca1f267c86cf9b14da0fbc4  wagi-v0.6.2-linux-aarch64.tar.gz
232d623e8cd9c5b72e2b76d0668eda0049edbe18f7bb5d6d5f979da2e69d1738  wagi-v0.6.2-linux-amd64.tar.gz
8f594180205a13e31340942f116cf144f3a1d972c868f0426b3668cbc4239947  wagi-v0.6.2-macos-amd64.tar.gz
7605e21c970b8679ee3d16775129611dcc2297b937af33b041f9bd75fc2d7fd8  wagi-v0.6.2-windows-amd64.tar.gz

Change Log

  • Bump versions to 0.6.2 a909269 (Matt Butcher)
  • Release 0.6.1 88b2376 (Matt Butcher)
  • Load modules at startup, and clone per request cb1b830 (Matt Butcher)
  • ref(*): update bindle dependency and usage fa13832 (Vaughn Dice)
  • Add debugging to surface bottlenecks and performance issues 1a0e17f (Matt Butcher)
  • fix(CI): update git ref to check for main bc7c249 (Radu Matei)