Releases: phylum-dev/phylum-ci
Releases · phylum-dev/phylum-ci
v0.37.1
v0.37.0
Feature
- Add Python 3.12 support and drop Python 3.8 support (#335) (
feb3502
) - Enforce strict engine control for
npm
(#336) (4e69e3e
)
Breaking
- Support for Python 3.8 was removed due to the change in CONTRIBUTING policy to support only the current/latest release plus the previous three minor versions of Python. (
feb3502
)
v0.36.0
Feature
- Account for dependency file types (#324) (
918902d
) - Replace lockfile detection with
phylum status
(#322) (224e3a6
) - Add lockfile generation support (#318) (
f96ff48
)
Fix
Breaking
- The
phylum-ci
docker image created from the defaultDockerfile
is much larger, containing all the required tools for lockfile generation across all supported ecosystems. To retain the previous functionality, a newslim
tag is offered for those instances where no manifest files are present and/or only lockfiles are used. (f96ff48
)