Skip to content

v1.5.0

Compare
Choose a tag to compare
@hollowaykeanho hollowaykeanho released this 22 Sep 07:27
· 274 commits to main since this release
4af93b1

Important

This version fixed the security bug CVE-2023-42798 is found previous versions. Please use this version (v1.5.0) and above.

Notable Changes

  1. Fixed CVE-2023-42798. Please DO NOT use version v1.4.1 and below. All versions shall be updated to this release to avoid getting your own project nuked by Release Job API.
  2. Added baseline implementation for multi-tech selections (src/). Project can utilize multiple technologies in the same repository for different outcome.
  3. Added Go Programming Language support.

Python

  1. Update PyPi to compilation using python build module as notified by the existing deprecation notice.

Go

  1. First supported.
  2. Default to CGO_ENABLED=0 compilation for maximum portability especially in Container ecosystems.