Skip to content

Releases: Mazyod/PhoenixSharp

v1.3.1

14 Feb 11:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Sync OpenUPM package version

v1.3.0

14 Feb 11:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Update integration test server to HTTPS

v1.2.3

30 Jan 14:05
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Auto-sync OpenUPM version: The publish workflow automatically updates package.json and README.md with the release version.

Full Changelog

v1.2.2...v1.2.3

v1.2.2

30 Jan 13:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Auto-sync OpenUPM version: The publish workflow now automatically updates package.json and README.md with the release version, keeping versions synchronized.

Full Changelog

v1.1.0...v1.2.2

v1.2.1

30 Jan 13:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Auto-sync OpenUPM version: The publish workflow now automatically updates package.json and README.md with the release version, ensuring NuGet and OpenUPM versions stay synchronized.

Full Changelog

v1.1.0...v1.2.1

v1.2.0

30 Jan 13:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Auto-sync OpenUPM version: The publish workflow now automatically updates package.json and README.md with the release version, ensuring NuGet and OpenUPM versions stay synchronized.

Full Changelog

v1.1.0...v1.2.0

v1.1.0

30 Jan 11:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's New

  • Unity Package Manager (UPM) support - Install directly via git URL
  • Restructured project with Unity as single source of truth
  • Fixed nullable attribute conflicts with netstandard2.1

UPM Installation

https://github.com/Mazyod/PhoenixSharp.git?path=src/PhoenixSharp.Unity/Assets/Plugins/PhoenixSharp

Or add to Packages/manifest.json:

"io.level3.phoenixsharp": "https://github.com/Mazyod/PhoenixSharp.git?path=src/PhoenixSharp.Unity/Assets/Plugins/PhoenixSharp"

v1.0.3

29 Jan 07:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

v1.0.2

29 Jan 05:18

Choose a tag to compare

Fix nullable reference type warnings in Socket and JSONMessageSerializer.

v1.0.1

29 Jan 05:13

Choose a tag to compare

Initial NuGet release of PhoenixSharp - A C# Phoenix Channels client.