Releases: ably/ably-dotnet
Releases · ably/ably-dotnet
1.2.15
1.2.14
1.2.13
1.2.13 (2023-09-25)
Implemented enhancements:
- Upgrade library to protocol v2 #1199
Closed issues:
- Error getting value from "Id" on IO.Ably.Message, code 50000 (ios-net7 deployed, maui) #1259
- Channel messages are missed or delayed #1252
- Update connectionStateTtl #1243
- Update README for MAUI trimming config #1242
- Improve CI testing process #362
Merged pull requests:
1.2.12
1.2.12 (2023-06-29)
Implemented enhancements:
- Implement incremental backoff and jitter #1156
Closed issues:
- in maui, android, getting nullreference exception when creating ablyRest and AblyRealtime in Release #1241
- Update git submodules to
main
branch #1234 - Add tests + doc for batch publish #1232
- Fix SDK version for unity package exporter #1228
- Implement RTN20C: Handle os connectivity event while
CONNECTING
#1218 - Update README with logging #1217
- Add unity specific agent header #1208
- Expunge references of 'ably.io' from URLs etc #1112
Merged pull requests:
- Fix README supported platforms + flaky tests #1236 (sacOO7)
- Update/git submodules #1235 (sacOO7)
- Fix ably io urls #1233 (sacOO7)
- Update doc+tests for batch publish #1230 (sacOO7)
- Handle connectivity event #1226 (sacOO7)
- Unity agent header #1220 (sacOO7)
- Add incremental backoff and jitter #1176 (sacOO7)
1.2.11
1.2.11 (2023-05-22)
Implemented enhancements:
Fixed bugs:
- Fix QueueMessages ClientOption #1219
Closed issues:
- Fix synchronization context deprecation #1209
- .Net MAUI app throws System.Net.NetworkInformation.NetworkInformationException when creating AblyRealtime object #1205
- Update README + Unity Documentation #1204
- Automate build and package for IO.Ably.PackagePush.sln #1202
- Support for .NET Multi-platform App UI (.NET MAUI) #1178)
- Update release notes with .NET 6 status #1116
Merged pull requests:
1.2.10
1.2.10 (2023-01-24)
Closed issues:
- Implement RSC7d (Ably-Agent header) #498
- AuthCallback returned a string which can't be converted to TokenRequest #1196
- Unable to output Debug Logging to console #1182
- Unity iOS: Errors while creating transport #764
- Unity: When building for iOS, an IL2CPP error prevents the app working #751
- Unity 2019.3.5 - System.EntryPointNotFoundException: CreateNLSocket #408
Merged pull requests:
1.2.9
1.2.9 (2022-08-31)
Implemented enhancements:
- Add support to get channel lifecycle status #1150
Fixed bugs:
- ClientOptions LogLevel not working #1140
Closed issues:
- Unity: Investigate inability to select GitHub as SCM #1173
- MacOS build fails when restoring packages #1160
- Remove support for Windows 7 #1158
- dotnet Update urls in readme #1146
- Skipped Test: ConnectionSandboxTransportSideEffectsSpecs.WithChannelInDetachingState_WhenTransportIsDisconnected_ShouldResendDetachMessageOnConnectionResumed #834
- Dropping the
.NET Framework
solution #618 - Take control of our Assembly Version #617
- Update documentation about using alternative websocket libraries #425
Merged pull requests:
- Contributing Guide #1179 (QuintinWillison)
- Add channel lifecycle support #1172 (tomkirbygreen)
- Remove mention of Visual Studio 2017 #1169 (tomkirbygreen)
- Remove support for 'Windows 7'. #1159 (tomkirbygreen)
- Add message extras to the Message equality comparison #1157 (marto83)
- Update documentation URLs #1149 (tomkirbygreen)
- Fix realtime logging #1139 (sacOO7)
- Resend detach on reconnect #1109 (sacOO7)
1.2.8
1.2.8 (2022-04-21)
Implemented enhancements:
- Unity Beta 2 release. Added example chat app (
unity/Assets/Ably/Examples/Chat
) along withEdit
andPlay
mode unit tests (unity/Assets/Tests
).
Merged pull requests:
- Remove the deprecated 'LogHander' property #1144 (tomkirbygreen)
- Remove the Windows Phone 8 platform #1142 (tomkirbygreen)
- Increase .NET Framework min ver from 4.6.1 to 4.6.2 #1127 (tomkirbygreen)
1.2.7
1.2.7 (2022-01-27)
Implemented enhancements:
- First release of Push Notifications support for iOS and Android devices, please refer to PushNotifications.md for documentation.
Merged pull requests:
- Fix package build #1102 (marto83)
- Remove UWP as a specific platform #1101 (tomkirbygreen)
1.2.6
1.2.6 (2022-01-07)
Implemented enhancements:
- Additional code quality fixes (see Full Changelog)
Fixed bugs:
- Call to Release (and ReleaseAll) does not impact channels in RealtimeChannels #980