Skip to content

Commit

Permalink
Merge pull request #1261 from ably/release/1.2.13
Browse files Browse the repository at this point in the history
Release/1.2.13 - Upgrade to protocol 2.0
  • Loading branch information
sacOO7 authored Sep 26, 2023
2 parents 954ed28 + c2f98a2 commit 9aed3cf
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [1.2.13](https://github.com/ably/ably-dotnet/tree/1.2.13) (2023-09-25)

[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.12...1.2.13)

**Implemented enhancements:**

- Upgrade library to protocol v2 [\#1199](https://github.com/ably/ably-dotnet/pull/1199)

**Closed issues:**

- Error getting value from "Id" on IO.Ably.Message, code 50000 \(ios-net7 deployed, maui\) [\#1259](https://github.com/ably/ably-dotnet/issues/1259)
- Channel messages are missed or delayed [\#1252](https://github.com/ably/ably-dotnet/issues/1252)
- Update connectionStateTtl [\#1243](https://github.com/ably/ably-dotnet/issues/1243)
- Update README for MAUI trimming config [\#1242](https://github.com/ably/ably-dotnet/issues/1242)
- Improve CI testing process [\#362](https://github.com/ably/ably-dotnet/issues/362)

**Merged pull requests:**

- Fix readme [\#1256](https://github.com/ably/ably-dotnet/pull/1256) ([sacOO7](https://github.com/sacOO7))
- Updated connectionTtl to be 120 seconds [\#1247](https://github.com/ably/ably-dotnet/pull/1247) ([sacOO7](https://github.com/sacOO7))
- MAUI config doc [\#1245](https://github.com/ably/ably-dotnet/pull/1245) ([sacOO7](https://github.com/sacOO7))

## [1.2.12](https://github.com/ably/ably-dotnet/tree/1.2.12) (2023-06-29)

[Full Changelog](https://github.com/ably/ably-dotnet/compare/1.2.11...1.2.12)
Expand Down
8 changes: 4 additions & 4 deletions src/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

[assembly: AssemblyCompany("Ably")]
[assembly: AssemblyProduct("Ably .NET Library")]
[assembly: AssemblyVersion("1.2.12")]
[assembly: AssemblyFileVersion("1.2.12")]
[assembly: AssemblyVersion("1.2.13")]
[assembly: AssemblyFileVersion("1.2.13")]
namespace System {
internal static class AssemblyVersionInformation {
internal const System.String AssemblyCompany = "Ably";
internal const System.String AssemblyProduct = "Ably .NET Library";
internal const System.String AssemblyVersion = "1.2.12";
internal const System.String AssemblyFileVersion = "1.2.12";
internal const System.String AssemblyVersion = "1.2.13";
internal const System.String AssemblyFileVersion = "1.2.13";
}
}
Binary file modified unity/Assets/Ably/Plugins/IO.Ably.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion unity/Assets/Ably/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.12
1.2.13

0 comments on commit 9aed3cf

Please sign in to comment.