Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

105 lines (62 loc) · 3.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

6.0.4 - 2024-12-05

  • No changes.

6.0.3 - 2024-09-26

  • No changes.

6.0.2 - 2024-09-25

Added

  • The buildpack will add a default process type if a supported framework is detected and the expected build output is found. This mirrors the same feature from the Maven buildpack. (#726)
  • Support for the Micronaut and Quarkus frameworks. Both previously worked with the buildpack but required some configuration. Unless heavily customized, no build task needs to be specified anymore. (#726)

6.0.1 - 2024-07-19

  • No changes.

6.0.0 - 2024-05-28

Changed

  • Some error messages have changed so they longer suggest to open a Heroku support ticket. Instead, users are now provided with a link to create an issue on GitHub. (#674)

5.0.1 - 2024-05-23

  • No changes.

5.0.0 - 2024-05-23

Added

  • Support for the arm64 architecture. (#668)

Changed

  • Buildpack API version changed from 0.9 to 0.10, and so requires lifecycle 0.17.x or newer. (#662)

4.1.1 - 2024-05-01

  • No changes.

4.1.0 - 2024-01-23

  • No changes.

4.0.2 - 2023-12-05

  • No changes.

4.0.1 - 2023-12-04

  • No changes.

4.0.0 - 2023-10-25

  • No changes.

3.2.2 - 2023-10-24

Changed

  • Updated buildpack display name, description and keywords. (#603)

3.2.1 - 2023-10-19

  • No changes.

3.2.0 - 2023-09-20

  • No changes.

3.1.0 - 2023-09-18

Added

  • Initial release