MessagePipe Versions Save

High performance in-memory/distributed messaging pipeline for .NET and Unity.

1.8.1

3 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.8.0...1.8.1

1.8.0

1 month ago

What's Changed

Breaking Changes

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.7.4...1.8.0

1.7.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.7.3...1.7.4

1.7.3

1 year ago

What's Changed

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.7.2...1.7.3

1.7.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.7.1...1.7.2

1.7.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.7.0...1.7.1

1.7.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Cysharp/MessagePipe/compare/1.6.1...1.7.0

1.6.1

2 years ago
  • Fix to use "AsTransient" if InstanceLifetime is Transient for Zenject(Uniy), #62

1.6.0

2 years ago

1.5.1

2 years ago
  • Remove some redundant code, thanks @SimonCropp
  • AsyncRequestHandler supports Unity IL2CPP stripping, thanks @hadashiA