Skip to content

Releases: Cysharp/MessagePipe

Ver.1.8.1

08 Apr 08:01
Compare
Choose a tag to compare

What's Changed

  • fix: add missing deserialize parameters by @pigwing in #122

New Contributors

Full Changelog: 1.8.0...1.8.1

Ver.1.8.0

29 Mar 09:02
Compare
Choose a tag to compare

What's Changed

  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #86
  • Small typos fixes and improvements by @gurustron in #90
  • chote: prevent github workflow change by @guitarrapc in #105
  • chore: change unity build to cysharp actions by @guitarrapc in #106
  • Support constructor injection with IConnectionMultiplexerFactory by @mayuki in #108
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #117
  • Support auto resolving with VContainer for ISubscriber,IPublisher,etc by @hadashiA in #120

Breaking Changes

New Contributors

Full Changelog: 1.7.4...1.8.0

Ver.1.7.4

23 Jun 11:01
Compare
Choose a tag to compare

What's Changed

  • added Buffered overloads of GetSubscriber, GetPublisher to GlobalMessagePipe by @AGeorgy in #83

New Contributors

Full Changelog: 1.7.3...1.7.4

Ver.1.7.3

12 May 08:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.2...1.7.3

Ver.1.7.2

11 Apr 07:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.1...1.7.2

Ver.1.7.1

01 Feb 09:18
Compare
Choose a tag to compare

What's Changed

  • Fixed type fetching in the part passed to MessagePack. by @yukimakura in #73

New Contributors

Full Changelog: 1.7.0...1.7.1

Ver.1.7.0

13 Jan 07:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.1...1.7.0

Ver.1.6.1

18 Jun 00:50
Compare
Choose a tag to compare
  • Fix to use "AsTransient" if InstanceLifetime is Transient for Zenject(Uniy), #62

Ver.1.6.0

16 Jun 15:59
Compare
Choose a tag to compare

Ver.1.5.1

09 Jun 03:18
Compare
Choose a tag to compare
  • Remove some redundant code, thanks @SimonCropp
  • AsyncRequestHandler supports Unity IL2CPP stripping, thanks @hadashiA