Skip to content

v1.0.3

Choose a tag to compare

@Mazyod Mazyod released this 29 Jan 07:29
· 171 commits to master since this release
Immutable release. Only release title and notes can be modified.

What's New

Comprehensive Test Suite

  • Expanded from 23 to 180 unit tests
  • Full coverage for Socket, Channel, Push, DelayedExecutor, Scheduler
  • Heartbeat and reconnect logic now unit tested
  • Test categories added (Unit / Integration)

Tooling Improvements

  • Code coverage reporting via Codecov
  • NuGet package caching in CI for faster builds
  • Code style enforcement with .editorconfig

Bug Fixes

  • Fixed nullable reference type warnings in Socket and JSONMessageSerializer

Documentation

  • Added NuGet and Codecov badges to README
  • Updated CLAUDE.md with build/format commands