Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 4.12 KB

File metadata and controls

108 lines (64 loc) · 4.12 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.

1.0.0 - 2026-04-03

Added

  • Support for Heroku-26 (Ubuntu 26.04, Resolute Raccoon). (#177)

Changed

  • PGP signature verification now supports keyrings with multiple certificates. (#177)

Fixed

  • Empty package index files no longer cause a parse error. (#177)
  • When the same package version exists in multiple repositories, the package from the first-declared source is now consistently preferred. (#187)

0.3.0 - 2025-12-08

Added

  • Support download and install of .deb packages from a custom url. (#141)

0.2.0 - 2025-07-03

Added

  • Support custom Debian repositories through configuration. (#116)

Changed

  • Minimum supported Rust version incremented to 1.86 to support syntax introduced in #115. (#117)

0.1.3 - 2025-04-01

Added

  • Tracing for buildpack diagnostics and usage. (#104)

0.1.2 - 2025-03-05

Fixed

  • Fixed capitalisation of project.toml in the detection failure log output. (#97)

0.1.1 - 2025-03-03

Changed

  • Updated libcnb to 0.27.0, which includes opentelemetry 0.28 and the new custom OTLP File Exporter. (#95)

0.1.0 - 2025-02-24

Added

  • Detect now passes if an Aptfile exists and will print a migration message during the build phase.

Changed

  • Detect now passes if project.toml is present and contains namespaced configuration.

0.0.3 - 2024-12-05

Changed

  • PackageNotFound errors now return a list of suggested package names. (#69)

0.0.2 - 2024-11-06

Added

  • Support the force option when declaring a package to install so the user can control if, when the package is already on the system, it should be skipped or forcibly installed. (#66)
  • Support for BP_LOG_LEVEL environment variable to control verbosity of buildpack output. (#60)

Changed

  • Updated the buildpack display name and keywords to be more consistent with our other CNBs. (#59)
  • Modified the buildpack output format to align with our other CNBs. (#60)

0.0.1 - 2024-10-10

Added

  • Initial release.