Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:18
· 20 commits to main since this release
Immutable release. Only release title and notes can be modified.

πŸ“– Documentation for this release: https://kvcache-ai.github.io/AgentENV/v0.1.2/


Features

  • network: Make egress policy update atomic (#108) β€” @LSX-s-Software
  • Support pvm-backed deployment β€” @LSX-s-Software
  • sandbox: Add optional ZFile compression for memory snapshots β€” @huajq
  • overlaybd: Add persistent worker pool and sync pwrite for ZFile compression β€” @huajq
  • overlaybd: Move background download into the shared full-file cache (#124) β€” @huajq
  • cli: Add shell completion scaffolding (#89) (#89) β€” @rbalachandar
  • Add ARM64 support for AgentENV (#86) β€” @zlzGithub-0801
  • Add openEuler support to Linux distro detection (#129) β€” @liunianxuxie
  • sandbox: Add Firecracker disk I/O rate limiting (bandwidth + IOPS) (#48) β€” @rogeroger-yu
  • Add opt-in dirty-page tracking (#134) β€” @Hygge-Gezelligheid
  • release: Build static Linux binaries and bundle OverlayBD tools (#139) β€” @zlzGithub-0801

Bug Fixes

  • sandbox: Slot resource leak caused by a failure to set egress policy β€” @LSX-s-Software
  • orchestrator: Handle artifact root allocation error β€” @LSX-s-Software
  • orchestrator: Make network policy and custom extension param updates cancellation-safe β€” @LSX-s-Software
  • snapshot: Return error instead of panicking in write_commit_marker (#104) β€” @Loken-Lau
  • overlaybd: Isolate runtime and CLI cache directories (#131) β€” @huajq
  • cli: Hide internal completion command (#144) β€” @yingdi-shan
  • cli: Parse Dockerfiles with parse-dockerfile β€” @yingdi-shan
  • cli: Align build template naming (#143) β€” @yingdi-shan

Improvements

Performance

  • net: Disable Nagle on the API server, proxy and envd clients (#109) β€” @cleverhu

Documentation