Skip to content

Releases: theRainbird/CoreRemoting

1.2.1.0

22 Nov 22:56
Compare
Choose a tag to compare
  • Change default serializer to BSON to align with non-classic API's default
  • Change default channel to TCP to align with non-classic API's default
  • Implement TCP channel recognition from Classic Remoting API configuration
  • Preventing Leakage of the Remoting Session
  • Use Async methods for WatsonTCP
  • Replace obsolete methods for Aes encryption
  • Remove RemotingSession in a separate task
  • Avoid nested envelopes
  • RemotingSession shouldn't overwrite the serialized exception with an empty MessageCallResult message.
  • Try to keep useful information from the non-serializable exceptions.
  • Fix a hang due to a WireMessage deserialization error.
  • Demonstrate failing event dispatch when one of the clients disconnects unexpectedly.
  • Don't try to dispatch the client events to a disposed remoting session.
  • Try your best not to fail event dispatch even if the client had power failure

1.2.0.0

20 Mar 11:56
Compare
Choose a tag to compare
  • Added support for cross framework serialization
  • Fixed possible thread deadlocks
  • Improved service registration and methods for getting service registration metadata.

1.1.16

12 Oct 19:27
Compare
Choose a tag to compare
  • Fixed client freeze on server disconnect
  • Updated dependencies (Castle.Windsor, WatsonTCP, ...)

1.1.15

05 Jun 20:24
Compare
Choose a tag to compare
  • Fixed memory leaks
  • Fixed calling inherited interface methods

1.1.14

30 Nov 12:31
Compare
Choose a tag to compare
  • Added [ReturnAsProxy]
  • Fixed support for out parameters
  • Fixed .NET 6.0 support for encryption

1.1.13

15 Jan 12:35
611c864
Compare
Choose a tag to compare

Added support for async methods

1.1.12

22 Nov 06:36
Compare
Choose a tag to compare
- Added separate handling for infrastructure exceptions

- Moved BeforeCall event firing into user code try block

1.1.7

11 Apr 11:49
Compare
Choose a tag to compare

First feature complete tested release.

1.1.1

12 Feb 22:34
8127aff
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release

This is a beta version.