Skip to content

Conversation

@dallison
Copy link
Owner

@dallison dallison commented Dec 3, 2025

This incorporates changes from Cruise LLC. There are many changes but mostly enhancements to the APIs.

There are also a couple of functionality changes:

  1. Message checksums: options on publisher and subscriber to produce and check a CRC32 on the message contents. Produced when message is published and checked when received by a subscriber.
  2. Server plugins: allows functionality to be added to the server from a dynamically loaded module. You can do things like create additional channels and perform other actions when the server receives a request from a client.
  3. Thread safety: optionally adds a lock on the client to allow the client to be used by multiple threads at once.
  4. Portability changes including POSIX shared memory support for non-Linux systems.

dallison and others added 30 commits December 5, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants