1.59.0
paketo-bot
released this
22 Mar 14:56
·
375 commits
to refs/heads/main
since this release
⭐️ Enhancements
- Consolidate extract file methods (#132) @dmikusa-pivotal
⛏ Dependency Upgrades
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#131) @dependabot
- Bump to using Go 1.17 (#127) @dmikusa-pivotal
🚧 Tasks
- Bump pipeline from 1.20.0 to 1.20.0 (#130) @paketo-bot
- Bump pipeline from 1.19.0 to 1.20.0 (#129) @paketo-bot
- Bump pipeline from 1.18.0 to 1.19.0 (#126) @paketo-bot
- Bump pipeline from 1.17.0 to 1.18.0 (#125) @paketo-bot
Notes
This release officially deprecates the crush.Extract*
API methods for extracting files from specific archive formats. They are replaced by a single method crush.Extract
which uses file headers to determine the file type and selects the file format automatically. We recommend upgrading as the change should be minor. The old API methods will remain until v2 of libpak is released.