Releases: wahidyankf/hippo
Releases · wahidyankf/hippo
Release list
v0.5.3
Fixed
- Duplicate environment keys now resolve to the last occurrence, matching what the guarded child
observes.os/execdeduplicates its environment keeping the last entry, and HIPPO's own writer
already produced that layout, but the reader returned the first match — so the guard could admit
against one value while the process it launched read another. The trigger is ordinary:
append(os.Environ(), "HIPPO_SESSION="+token)leaves a duplicate, and an ambient session from an
outer guard shadowed the caller's explicit override, causing a spurious exit75instead of
session inheritance. The same reader backs--concurrency-envmapping, the reservation clamp, and
launcher identity detection.
v0.5.2
v0.5.1
v0.5.0
What's Changed
- fix(bootstrap): read cache timestamps through a platform branch by @wahidyankf in #4
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- docs(governance): bound Actions storage by @wahidyankf in #2
- feat(coordination): admit repositories against a shared reservation vector by @wahidyankf in #3
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- feat(coordination): add compatibility bridge by @wahidyankf in #1
New Contributors
- @wahidyankf made their first contribution in #1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
v0.1.0
Full Changelog: https://github.com/wahidyankf/resource-guard/commits/v0.1.0