Skip to content

Releases: jerryfane/pilotprotocol

v1.9.0-jf.15.29

20 May 00:23
6f863a1

Choose a tag to compare

WHAT

Pilot fork release for trusted peer public-key backfill.

WHY

Older trusted-peer records could carry an empty public key after restarts. Entmoot route checks then saw peers as trusted in process state but unusable for encrypted routing.

RESULTS

  • Local go test ./... passed via the pre-push hook.
  • make release produced linux/darwin amd64/arm64 archives and checksums.

CHANGES

  • Backfills missing trusted peer public keys from known identity sources.
  • Documents the release in CHANGELOG.md.

NEXT STEPS

Install on peers before Entmoot runtime route verification.

v1.9.0-jf.15.28

05 May 21:28

Choose a tag to compare

Pilot fork release v1.9.0-jf.15.28.\n\nIncludes relay TURN routing recovery fixes for strict outbound TURN paths, rendezvous endpoint refresh behavior, async relay TURN resolver invalidation, and live-socket discovery buffering.

v1.9.0-jf.15.27

05 May 17:20

Choose a tag to compare

v1.9.0-jf.15.26

05 May 16:01

Choose a tag to compare

v1.9.0-jf.15.25

05 May 13:07

Choose a tag to compare

v1.9.0-jf.15.24

03 May 13:47

Choose a tag to compare

Release v1.9.0-jf.15.24 of the jerryfane Pilot fork.\n\nAdds reliable pending-handshake IPC notifications for Entmoot onboarding and documents the prior identity lookup IPC release.

v1.9.0-jf.15.23

01 May 12:49

Choose a tag to compare

v1.9.0-jf.15.22

30 Apr 16:46

Choose a tag to compare

v1.9.0-jf.15.20

27 Apr 16:01

Choose a tag to compare

Fix rendezvous publish retry after 429 rate limits and relay-marked peer TURN route selection. See CHANGELOG.md for details.

v1.9.0-jf.15.19

27 Apr 15:04

Choose a tag to compare

Pilot stream lifecycle fix: passive stream accepts now wait for final ACK before IPC exposure, and stale passive SYN_RECV handshakes are reaped. This targets Entmoot :1004 reconcile EOF / connection-not-found / zero-byte accepted stream failures.