Skip to content

v0.2.0

Choose a tag to compare

@treyorr treyorr released this 04 Jan 01:19
· 35 commits to main since this release

What's Changed

Bug Fixes

  • Fixed WebSocket URL construction: Path now correctly comes before query parameters

Improvements

  • Standardized URL handling: Added getHttpUrl() and getWsUrl() static helpers - SDK now accepts any format (http/https/ws/wss) and internally derives the correct protocol
  • Removed health check endpoint: Simplified signaling server by removing unused /health endpoint
  • Documentation cleanup: Removed confusing wss:// mentions - just use https://voca.vc

Upgrade Notes

No breaking changes. Users can update to ^0.2.0 for all packages.