Releases: c80k/capnproto-dotnetcore
Releases · c80k/capnproto-dotnetcore
v1.3.118
- Added code coverage, thorough testing and code review led to several bug fixes, including concurrency issues.
- Major performance improvements (issue #40)
- Reconsidered and clarified capability lifecycle management
- Generation of nullable reference types
- Added C# specific annotations for namespaces, members, type visibility
- Made more things public for better customizing and improved hackability
- Fixed issue #45 Capnp.DeserializationException : Expected a capability
v1.2.189
Contains a critical bug fix for issue #37 (may receive corrupt data if TCP splits a capnp frame into multiple packets)
v1.2.138
- Added interception support (comparable concept to capnp membranes)
- Several fixes for correctly handling generics
v1.1.112
- MSBuild integration
- Message tracing feature for debugging/troubleshooting interop with other capnp implementations
- TypeId support for generated classes
- Bug fixes in runtime and code generator
v1.0.71
- Integrated major backend fixes from KubaO: Two-pass parsing, proper handling of imports, avoiding name clashes
- Several minor fixes in runtime component
- Fixed Chocolatey packaging
v1.0.55
v1.0 pre-release. Quite feature-complete, but with known issues in the compiler frontend.