From d5826e304c0f9ddb94d71b8438cf585bfa2bc2e1 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Wed, 5 Feb 2025 06:42:32 +0700 Subject: [PATCH] chore(roadmap): navigating links chore(readme): section links --- README.md | 4 ++-- roadmap.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff091307..5495d255 100644 --- a/README.md +++ b/README.md @@ -344,8 +344,8 @@ for the set of versions that currently undergo CI testing. ## Known Limitations -Currently, this SDK only supports [Ably REST](https://ably.com/docs/rest) and realtime message subscription as documented above. -However, you can use the [MQTT adapter](https://ably.com/docs/mqtt) to implement [Ably's Realtime](https://ably.com/docs/realtime) features using Python. +Currently, this SDK only supports [Ably REST](https://ably.com/docs/rest#rest) and realtime message subscription as documented above. +However, you can use the [MQTT adapter](https://ably.com/docs/mqtt) to implement [Ably's Realtime](https://ably.com/docs/realtime#realtime) features using Python. See [our roadmap for this SDK](roadmap.md) for more information. diff --git a/roadmap.md b/roadmap.md index d0d75494..d305e6fe 100644 --- a/roadmap.md +++ b/roadmap.md @@ -14,8 +14,8 @@ That release will allow applications built against it to: That release will come with the following known limitations: -- No resilience to single Ably endpoint failure. To be implemented under [Milestone 2: Realtime Connectivity Hardening](#milestone-2-realtime-connectivity-hardening). -- No support for [Token authentication](https://ably.com/docs/core-features/authentication#token-authentication), meaning that it only supports authentication by directly using a 'raw' Ably API key ([Basic authentication](https://ably.com/docs/core-features/authentication#basic-authentication)). To be implemented under [Milestone 3: Token Authentication](#milestone-3-token-authentication). +- No resilience to single Ably endpoint failure. To be implemented under [Milestone 2: Realtime Connectivity Hardening](#milestone-2-realtime-connectivity-hardening-). +- No support for [Token authentication](https://ably.com/docs/auth/token), meaning that it only supports authentication by directly using a 'raw' Ably API key ([Basic authentication](https://ably.com/docs/auth/basic)). To be implemented under [Milestone 3: Token Authentication](#milestone-3-token-authentication-). - No capability to publish over the Realtime connection. To be implemented under [Milestone 4: Realtime Channel Publish](#milestone-4-realtime-channel-publish). - No capability to receive or publish member presence messages for a channel over the Realtime connection. To be implemented under [Milestone 5: Realtime Channel Presence](#milestone-5-realtime-channel-presence).