Skip to content

Releases: pubky/pkarr

pkarr-v3.1.1

11 Feb 21:50
Compare
Choose a tag to compare

Mostly upgrading dependencies.

Full Changelog: pkarr-v3.0.0...pkarr-v3.1.1

pkarr-v3.0.0

10 Feb 07:52
Compare
Choose a tag to compare

What's Changed

  • Fix no-default-features build. by @dvc94ch in #66
  • feat(pkarr): derive clone for Keypair by @Nuhvi in #70
  • fix(pkarr): ureq in error in wasm by @Nuhvi in #71
  • Fix/relay resolve by @Nuhvi in #73
  • feat: update deps to only use rustls@0.23 by @dignifiedquire in #74
  • feat(pkarr): add serde to serialize public keys by @Nuhvi in #75
  • feat(pkarr): replace z32 with base32 by @Nuhvi in #76
  • fix(server): set lmdb map_size to more than enough for the cache capacity by @Nuhvi in #84
  • Fix/cors very permissive by @Nuhvi in #83
  • feat(server): pkarr relay should return expired packets as a last resort by @Nuhvi in #85
  • chore: add Nix flake and Nix dev shell using flakebox by @dpc in #88
  • feat: add Dockerfile and update README for Docker setup by @MiguelMedeiros in #94
  • Add Dockerfile and documentation by @SHAcollision in #95
  • Feat/https endpoints by @Nuhvi in #97
  • Feat/tls by @Nuhvi in #98
  • feat(pkarr): tls by @Nuhvi in #99
  • Feat/signed packet builder by @Nuhvi in #102
  • fix(pkarr): return cached packet in case the DHT resolved no more recent ones by @Nuhvi in #106
  • Feat/unified native client by @Nuhvi in #109
  • V3 by @Nuhvi in #78
  • Fix/cache 304 by @Nuhvi in #111

New Contributors

Full Changelog: v2.0.0...pkarr-v3.0.0

v2.0.0

08 May 10:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: Nuhvi/pkarr@v1.0.0...v2.0.0

v1.0.0

29 Nov 09:38
Compare
Choose a tag to compare

Stable API, reliable publishing, and fast resolution.