podman/CHANGELOG.md

1,014 B

Changelog

Unreleased

  • No changes yet.

0.1.0

  • Initial release scaffold for a libpod API-first Dart package.
  • Added Unix-socket HTTP transport.
  • Added typed client APIs for system, containers, and images.
  • Added focused option/model types and unit tests.
  • Added runnable examples.
  • Added typed Secrets, Manifests, Artifacts, and Kube/Generate APIs.
  • Added system maintenance APIs for disk usage, storage checks, and prune.
  • Added container checkpoint/restore APIs with archive export/import helpers.
  • Added expanded unit test coverage and local/integration test backend wiring.
  • Added practical examples for secrets, manifests, artifacts, kube, maintenance, and checkpoint/restore workflows.
  • Added doc/examples.md with copy/paste local commands for all examples.
  • Added pod/network parity APIs for exists, pod admin controls, top/stats, and prune/update flows.
  • Added container admin and archive APIs for kill/pause/unpause/top/init/rename/update/mount/unmount and archive HEAD/GET/PUT.