Fishjam Release Notes: 0.28.0

by Adrian Czerwiec • Jun 18, 2026 • 1 min read

Fishjam Release Notes: 0.28.0 cover

Fishjam 0.28.0 is out! This release focuses on a smoother developer experience across our server SDKs, faster client connections, and a round of React Native stability fixes.

Media over QUIC is now available

Media over QUIC (MoQ) streaming is now available in Fishjam. Built on the QUIC transport, MoQ brings low-latency, scalable live streaming that combines the reach of HLS with responsiveness closer to WebRTC — giving you a modern foundation for one-to-many broadcast experiences.

Fishjam skill is now available

The Fishjam skill has landed in Software Mansion’s skill set and it’s ready to use today. The Fishjam skill covers all of our SDKs and platform knowledge, web and backend included. Add it to your AI coding assistant and it gains expert, up-to-date knowledge of the Fishjam SDKs and best practices, so it writes integration code that actually works on the first try.

Install it with one line:

npx skills add software-mansion-labs/skills

Batched server notifications

Server-side notification decoding has been reworked to support batched notifications in both server SDKs. The Python SDK introduces a new decode_server_notifications function (the older receive_binary is now deprecated), and the JS SDK gains matching webhook notification decoding. If you process webhooks at scale, this makes handling bursts of events cleaner and more efficient.

Faster client connections

The Web & Mobile Client SDK now sends all batchable commands together in a single SDP offer, allowing audio and video to be negotiated at the same time. The result is a quicker, cleaner path to a fully connected session.

React Native stability

This release ships several mobile fixes: a resolved iOS error when leaving a screen while screen sharing, and a clearer error message when the required react-native-get-random-values dependency is missing, alongside some other stability improvements.

Get started

Update our SDKs to version 0.28.0 to pick up these changes. For detailed implementation guides and API references, check out our documentation.

Happy vibing!