Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Mar 09:06
· 1 commit to main since this release
db682e9

Breaking changes

Update minimum requirements (#42)

The minimum operating environment for GrpcWebSocketBridge has been updated as follows:

  • .NET 8 or later
  • Unity 2022 LTS or later

Change Unity package installation method (#42, #44)

The installation instructions for Unity have been updated. This is due to the fact that the custom Grpc.Net.Client is no longer used, but the standard NuGet package is now used, and the source code for Unity has been unified with the code for .NET.

See the installation instructions in the README for more information.

What's Changed

  • Migrate from FluentAssertions to Shouldly by @mayuki in #45
  • Fix cancellation behavior on browser by @mayuki in #46

Full Changelog: 1.3.1...1.4.0