|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | 3 | <metadata> |
4 | 4 | <id>Zyan</id> |
5 | | - <version>2.14</version> |
| 5 | + <version>2.15</version> |
6 | 6 | <title>Zyan</title> |
7 | 7 | <authors>Rainbird,yallie</authors> |
8 | 8 | <owners>Hagen Siegel</owners> |
|
14 | 14 | <summary>Amazingly easy distributed application framework for .NET, Mono and Xamarin.Android</summary> |
15 | 15 | <releaseNotes>What's new: |
16 | 16 |
|
| 17 | + v2.15: Bugfixes and stability improvements |
| 18 | + — #86: ZyanConnection: remoting channel registration race |
| 19 | + — #87: TcpEx: another locking issue |
| 20 | + — #89: InterLINQ query execution |
| 21 | + — #90: User determination in BasicWindowsAuthProvider |
| 22 | + — #93: Error returning List<T> or T[] |
| 23 | + |
17 | 24 | v2.14: Bugfixes and stability improvements |
18 | 25 | — #85: Connection lock issue in duplex TCP channel |
19 | 26 | — #83: Race condition in ZyanDispatcher related to SessionManager |
|
38 | 45 | — #53: Updated SRP package integration to version 1.0.4. |
39 | 46 | — #3: Improved the code to synchronize subscriptions when connection is restored. |
40 | 47 |
|
41 | | - v2.11: Security fixes and new features. |
| 48 | + v2.11: Security fixes and new features |
42 | 49 | — #45: Updated Zyan.SafeDeserializationHelpers package. |
43 | 50 | — #44: Support for multi-step authentication and SRP-6a protocol. |
44 | 51 |
|
45 | | - v2.10: Security fixes and new features. |
| 52 | + v2.10: Security fixes and new features |
46 | 53 | — #43: Integrate Zyan.SafeDeserializationHelpers package. |
47 | 54 | — #40: TcpEx: invalid TCP packet crashing a running server. |
48 | 55 | — #35: NIC selection for protocols when creating a channel. |
|
51 | 58 | — #27: Passing null instead of credentials. |
52 | 59 | — #4: Fix session filters behavior. |
53 | 60 |
|
54 | | - v2.9: Bugfixes and stability improvements. |
| 61 | + v2.9: Bugfixes and stability improvements |
55 | 62 | — #17: No remote address specified for reconnect. |
56 | 63 | — #16: Fix errors found by the static analysis tools bug. |
57 | 64 | — #9: Call interceptors don't always initialize the call context. |
|
0 commit comments