Releases · Cysharp/AlterNats (original) (raw)
This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Ver.1.0.6
What's Changed
New Contributors
Full Changelog: 1.0.5...1.0.6
Ver.1.0.5
Ver.1.0.4
Ver.1.0.3
- NatsConnectoinPool, NatsShardingConnection, AddNats support
Action<NatsConnection> configureConnection
Ver.1.0.2
- Changed NatsConnection.OnConnectinAsync signature to
Func<(string Host, int Port), ValueTask<(string Host, int Port)>>? OnConnectingAsync
Ver.1.0.1
- Add NatsConnection.OnConnectingAsync