Skip to content

Releases: wahidyankf/hippo

v0.5.3

Choose a tag to compare

@wahidyankf wahidyankf released this 09 Sep 22:05

Fixed

  • Duplicate environment keys now resolve to the last occurrence, matching what the guarded child
    observes. os/exec deduplicates 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 exit 75 instead of
    session inheritance. The same reader backs --concurrency-env mapping, the reservation clamp, and
    launcher identity detection.

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:06

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 03:54

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 02:45

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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 16:23
d33184c

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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 00:56
61792d6

What's Changed

  • feat(coordination): add compatibility bridge by @wahidyankf in #1

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 17:06

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 06:51

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:50