Skip to content

Releases: pojntfx/panrpc

v0.8.2

02 Jul 18:52
Compare
Choose a tag to compare

Bug Fixes

Chores

release-main

07 Jul 00:26
Compare
Choose a tag to compare
release-main Pre-release
Pre-release
fix: Use correct license in NPM package

v0.8.1

24 May 00:25
Compare
Choose a tag to compare

Chores

v0.8.0

24 May 00:23
Compare
Choose a tag to compare

Features

  • Introduce per-Link*() hooks to Go and TypeScript versions that allow associating a specific call to Link*() with a remoteID (Felicitas Pojtinger)
  • Add GJS + Soup boilerplate replicating the panrpc web example using GTK4 (Felicitas Pojtinger)

Documentation

  • Add comments to serialization/deserialization boilerplate, link to other transport/serializer examples in README directly after boilerplate (Felicitas Pojtinger)

Code Refactoring

Chores

v0.7.2

21 Mar 22:48
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Builds

v0.7.1

20 Feb 22:54
Compare
Choose a tag to compare

Documentation

Chores

v0.7.0

20 Feb 22:43
Compare
Choose a tag to compare

Features

Bug Fixes

  • Use ES6 class methods to prevent broken this references, exit after close event in TCP TS example (Felicitas Pojtinger)
  • Drop debug logging fo...
Read more

v0.6.1

09 Nov 21:33
Compare
Choose a tag to compare

Bug Fixes

v0.6.0

08 Nov 20:14
Compare
Choose a tag to compare

Features

Bug Fixes

  • Copy the incoming bytes into a separate buffer instead of sending reference since Frisbee modifies it #1 (Felicitas Pojtinger)
  • Buffer error channel in registry to prevent deadlock if both readRequest and readResponse return at the same time #1 (Felicitas Pojtinger)
  • Ensure that protocol violations inside of RPCs created with MakeFunc don't lead to runtime panics (Felicitas Pojtinger)

Documentation

Code Refactoring

Tests

Builds