Skip to content

Tags: gokr/bitbarrel

Tags

v0.5.2

Toggle v0.5.2's commit message
Fixing C client, still not working

v0.5.1

Toggle v0.5.1's commit message
Fix client tests with barrel config persistence and message ordering

src/bitbarrel/barrel.nim:
- Save barrel config to YAML immediately when creating new barrel
- This ensures discoverBarrels won't later infer wrong mode
- Prevents configuration mismatches between server and clients

src/pubsub/shared_barrel_backend.nim:
- Add algorithm import for reversed() function
- Return messages in newest-first order (reversed chronological)
- Consistent with memory backend behavior for history queries

These changes resolve test failures by ensuring consistent barrel
configuration and proper message ordering across storage backends.

Co-Authored-By: Claude <noreply@anthropic.com>

v0.5.0

Toggle v0.5.0's commit message
Update GETTING_STARTED.md: add TypeScript client

Add TypeScript to the Client Libraries table with "Full WebSocket
protocol + types" status.