Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Releases: alandoherty/holon-net

Holon

22 May 11:20
Compare
Choose a tag to compare
Moved to 0.2.3

- Due to a package build error an incorrect 0.2.2 was released to NuGet and cannot be deleted, use 0.2.3 instead of 0.2.2

Holon

22 May 11:20
Compare
Choose a tag to compare
Holon Pre-release
Pre-release
Readded exception constructors

- Moved to 0.2.2

Holon

22 May 10:32
Compare
Choose a tag to compare
Added better exception details

- Moved to 0.2.1
- Added RpcException.Details which contains a full dump of the exception and inner exceptions (may be null)

Holon

18 Feb 12:47
Compare
Choose a tag to compare
Serialization type fix

- Fixed situation where types were getting incorrectly serialized

Holon

08 Feb 11:25
Compare
Choose a tag to compare
Added Node.DetachAsync

- Added ability to detach as a future
- Minor internal fixes
- Moved to 0.1.9

Holon

17 Jan 23:48
Compare
Choose a tag to compare
Various fixes

- Fixed exclusive queues not consuming exclusively
- Fixed two reply queues being created
- Moved to 0.1.8

Holon

17 Jan 23:48
Compare
Choose a tag to compare
Fixes for object type handling

- Moved to 0.1.7.1
- Fixed that SetData in the protobuf serializer used the object type and not the actual type of the operation signature. This caused certain objects to be serialized as wire types and then fail to deserialize as a serialized type when received, resulting in null values

Holon

17 Jan 23:48
Compare
Choose a tag to compare
Minor fix

- Fixed queues not being disposed

0.1.6.3

17 Jan 23:47
Compare
Choose a tag to compare
Minor event alterations

- Moved to 0.1.6.3

Holon

17 Jan 23:46
Compare
Choose a tag to compare
Fixed namespace not being emitted

- Moved to 0.1.6.2