Skip to content

0.9.0

Compare
Choose a tag to compare
@eskultety eskultety released this 22 Jul 16:12

Improvements

  • Converting the Containerfile/Dockerfile to a multi-stage build in order to easily pull in and vet latest releases of Go, NodeJS, etc.

Bug fixes

  • Fix the regex used when parsing go.mod files to figure out the desired Go version to include pre-releases and allow commentaries on the same line as the go line (e6a8010)
  • Fix aiohttp timing out on large downloads and slower connections by actually respecting the config option for async downloads (34b72cc)

Other

  • Added Python 3.12 as the officially supported platform by the project