Skip to content

Releases: Cysharp/Multicaster

2.1.1

29 Jul 07:40
cc03d72

Choose a tag to compare

What's Changed

  • Add XML documentation comments. by @mayuki in #25

Full Changelog: 2.1.0...2.1.1

2.1.0

29 Jul 03:20
158dbe2

Choose a tag to compare

What's Changed

  • Adds support for Redis Sharded Pub/Sub by @mayuki in #24

Full Changelog: 2.0.1...2.1.0

2.0.1

01 May 03:13
bd32f85

Choose a tag to compare

What's Changed

  • Fix to allow reuse of group names when using Redis/NATS as backplane by @mayuki in #21
  • Add tests by @mayuki in #22
  • Add Redis subscription unsubscribe test by @mayuki in #23

Full Changelog: 2.0.0...2.0.1

2.0.0

14 Apr 06:32
b6fed3c

Choose a tag to compare

What's Changed

Fixes

  • Fix a proxy creation error when the receiver type is the same but the key is different by @mayuki in #15
  • Fix client results error when using a proxy obtained from a remote group. by @mayuki in #16
  • Fix an error that occurred when using a key other than Guid by @mayuki in #17

Other Changes

  • ci: Pinning third party GitHub Actions sha by @guitarrapc in #13
  • Update Package metadata by @mayuki in #18
  • Managing pending tasks for remote client results is handled by remote writer by @mayuki in #19
  • Add unit test by @mayuki in #20

New Contributors

Full Changelog: 1.0.0...2.0.0

1.0.0

31 Jan 07:00
1309acb

Choose a tag to compare

What's Changed

  • Bump the nuget group across 2 directories with 1 update by @dependabot in #3
  • Add prefix to dynamic assembly names by @mayuki in #4
  • Change the parameter ImmutableArray to IEnumerable by @mayuki in #5
  • Update TargetFrameworks (net6.0;net8.0 -> net8.0;net9.0) by @mayuki in #6
  • Update package dependencies & Enable NuGet CPM by @mayuki in #7
  • Improve MutableReceiverHolder performance by @mayuki in #8
  • Use dotnet-retest by @mayuki in #9
  • Improve InMemoryGroup performance by @mayuki in #10

New Contributors

Full Changelog: 0.1.12...1.0.0