Ably's changelog
Ably's changelog
ably.com

Asset Tracking Android SDK release v1.5.0

 

Client Library SDK Improvement

  

Implemented enhancements:

Fixed bugs:

  • Fix NPE related to ably-java usage #805, in #807 (KacperKluka)
  • Publisher failing with IllegalStateException: Already resumed, but proposed with update kotlin.Unit #799, in #800 (KacperKluka)
  • Refactor the Ably wrapper to be more secure and error-proof #440, in #782 (davyskiba)

Asset Tracking Android SDK release v1.4.1

 

Client Library SDK Improvement

  

Improved Subscriber behaviour:

  • Wait for the presence data sync before returning a subscriber instance #792, implemented in #794 (KacperKluka)

Ably Ruby docs now available in your code editor via Intelligent code completion. Bonus: Idiomatic API Reference docs site powered by Yard

 

Docs

 

Improvement

  

In the latest release of the ably-ruby SDK, we’ve added docstring comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.

We also had feedback from customers that an auto-generated documentation site (powered by tools like Yard is sometimes preferred in addition to the documentation we provide on our main site for the purpose of familiarity. For ably-ruby, the idiomatic documentation is available at /docs/sdk/ruby/v1.2.

You can continue to find our main API Reference documentation, which is categorized into the Realtime and REST interfaces for all programming languages at /docs/api. Feel free to choose whichever option you like.

How do I give feedback?

This docs update and further planned changes are based on feedback from customers like you. So if you’d like to share any other requests or feedback, please reach out to us and help us make Ably better for everyone.

Improvements made to our Getting Started guide to help you build apps with Ably faster

 

Improvement

  

We have improved the Getting Started guide within the Dashboard to make it easier to understand how Pub/Sub works with Ably.

  • Added links to key resources to help you start your first project; API Keys, SDK and Docs.
  • Included a visual way to see pub/sub in action with Ably using a curl command and a live demo.
  • Added links to more technical resources to help you on your coding journey with Ably. Take a look at our quick start guide, tutorials or key concepts of Ably.

image.png

How do I give feedback?

We rely on your feedback and feature requests to improve it. You can contact us at any time if you would like to talk about contributing or feature requests

JavaScript Client Library SDK release v1.2.30

 

Client Library SDK Improvement

  
  • Add connectivityCheckUrl and disableConnectivityCheck client options #1051
  • Fix EventEmitter.once when using array with promises #1046
  • Allow null arguments in authCallback #1052
  • Move channel state to attaching on new transport reattach when using promises #1053

Ably Swift and Objective-C docs now available in your code editor via Intelligent code completion. Bonus: Idiomatic API Reference docs site powered by Jazzy

 

Docs

 

Improvement

  

In the latest release of the ably-cocoa SDK (which covers Objective-C and Swift clients), we’ve added docstring comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.

We also had feedback from customers that an auto-generated documentation site (powered by tools like Jazzy) is sometimes preferred in addition to the documentation we provide on our main site for the purpose of familiarity. For ably-cocoa, the idiomatic documentation is available at /docs/sdk/cocoa/v1.2.

You can continue to find our main API Reference documentation, which is categorized into the realtime and REST interfaces for all programming languages at /docs/api. Feel free to choose whichever option you like.

How do I give feedback?

This docs update and further planned changes are based on feedback from customers like you. So if you’d like to share any other requests or feedback, please reach out to us and help us make Ably better for everyone.

Java / Android Client Library SDK release v1.2.17

 

Client Library SDK Fix

  

Fixed bugs:

  • RSA4d is not implemented correctly #829
  • JSONUtilsObject.add() silently discards data of unsupported type #501

Merged pull requests:

  • Fail Ably connection if auth callback throws specific errors #834 (KacperKluka)

Dashboard updates and guidance to help you get started with Ably

 

Improvement

  

We have made some changes to the dashboard to improve your experience working with Ably

  • The "Account Usage" page to see stats across your whole account, can be accessed from the account menu in the top-right corner.
  • We have moved the account limits, usage and billing information from the main dashboard to their own separate pages.
  • If you're new to Ably, we have provided guidance to help you publish your first message.

Screenshot 2022-09-15 at 08.08.26.png

Impacts

  • Account limits, usage and billing is no longer accessible from the main dashboard. However, they are available as separate pages from the account menu.

Screenshot 2022-09-15 at 08.09.39.png

How do I give feedback?

We rely on your feedback and feature requests to improve it. You can contact us at any time if you would like to talk about contributing or feature requests

Python Client Library SDK release v1.2.1

 

Client Library SDK Improvement

  

Full Changelog

Implemented enhancements:

  • Add support to get channel lifecycle status #271
  • Migrate project to poetry #305

.NET Client Library SDK release v1.2.9

 

Client Library SDK Improvement

  

Full Changelog

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: