Skip to content

Releases: c80k/capnproto-dotnetcore

v1.3.118

27 Apr 18:43
Compare
Choose a tag to compare
  • 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

01 Feb 13:46
Compare
Choose a tag to compare

Contains a critical bug fix for issue #37 (may receive corrupt data if TCP splits a capnp frame into multiple packets)

v1.2.138

29 Dec 21:18
ced7c31
Compare
Choose a tag to compare
  • Added interception support (comparable concept to capnp membranes)
  • Several fixes for correctly handling generics

v1.1.112

29 Dec 21:18
Compare
Choose a tag to compare
v1.1.112 Pre-release
Pre-release
  • 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

01 Sep 12:13
Compare
Choose a tag to compare
v1.0.71 Pre-release
Pre-release
  • 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

01 Sep 12:12
Compare
Choose a tag to compare
v1.0.55 Pre-release
Pre-release

v1.0 pre-release. Quite feature-complete, but with known issues in the compiler frontend.