v1.5.0
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
- Fixed
CVE-2023-42798
. Please DO NOT use versionv1.4.1
and below. All versions shall be updated to this release to avoid getting your own project nuked by Release Job API. - Added baseline implementation for multi-tech selections (
src/
). Project can utilize multiple technologies in the same repository for different outcome. - Added Go Programming Language support.
Python
- Update PyPi to compilation using python build module as notified by the existing deprecation notice.
Go
- First supported.
- Default to
CGO_ENABLED=0
compilation for maximum portability especially in Container ecosystems.