Skip to content

Commit 390e92d

Browse files
committed
+ durable_streams + api
1 parent 550f80d commit 390e92d

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

docs/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,15 @@ Make your real-time communication fast and [reliable](./anycable-go/reliable_str
2828

2929
## Latest updates 🆕
3030

31-
- **2025-05-30**: [Laravel support](guides/laravel.md)
32-
33-
- **2025-03-18**: [Presence tracking](./anycable-go/presence.md)
31+
- **2026-01-27**: [REST API](./anycable-go/api.md)
3432

35-
- **2024-10-08**: [File-based configuration (`anycable.toml`)](./anycable-go/configuration.md)
33+
- **2026-01-27**: [Durable Streams support](./anycable-go/durable_streams.md)
3634

37-
- **2024-03-12**: [Standalone mode via signed streams](./anycable-go/signed_streams.md)
35+
- **2025-07-29**: [Pusher support](./anycable-go/pusher.md)
3836

39-
- **2023-11-08**: [AnyCable for serverlsess JavaScript applications](./guides/serverless.md)
40-
41-
- **2023-09-07**: [Server-sent events](./anycable-go/sse.md) suppport is added to AnyCable-Go 1.4.4+.
37+
- **2025-05-30**: [Laravel support](guides/laravel.md)
4238

43-
- **2023-07-05**: [Reliable streams](./anycable-go/reliable_streams.md)
39+
- **2025-03-18**: [Presence tracking](./anycable-go/presence.md)
4440

4541
## Resources
4642

docs/_sidebar.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* [Signed streams](/anycable-go/signed_streams.md)
1919
* [Reliable streams](/anycable-go/reliable_streams.md)
2020
* [Presence](/anycable-go/presence.md)
21-
* [Using with Ruby](/ruby/non_rails.md)
21+
* [REST API](/anycable-go/api.md)
2222
* [JWT authentication](/anycable-go/jwt_identification.md)
2323

2424
* AnyCable <img class='pro-badge' src='/assets/pro.svg' alt='pro' />
@@ -30,6 +30,13 @@
3030
* [Long polling](/anycable-go/long_polling.md)
3131
* [OCPP support](/anycable-go/ocpp.md)
3232

33+
* Protocols
34+
* [Server-sent events](/anycable-go/sse.md)
35+
* [Pusher](/anycable-go/pusher.md)
36+
* [Durable Streams](/anycable-go/durable_streams.md)
37+
* [Long polling](/anycable-go/long_polling.md)
38+
* [OCPP support](/anycable-go/ocpp.md)
39+
3340
* Deployment
3441
* [Heroku](/deployment/heroku.md)
3542
* [Fly.io](/deployment/fly.md)
@@ -52,6 +59,7 @@
5259

5360
* Libraries
5461
* Ruby/Rails
62+
* [Non-Rails usage](/ruby/non_rails.md)
5563
* [CLI](/ruby/cli.md)
5664
* [Configuration](/ruby/configuration.md)
5765
* [HTTP RPC](/ruby/http_rpc.md)
@@ -70,13 +78,11 @@
7078
* [Getting started](/anycable-go/getting_started.md)
7179
* [Configuration](/anycable-go/configuration.md)
7280
* [AnyCable RPC](/anycable-go/rpc.md)
73-
* [Server-sent events](/anycable-go/sse.md)
7481
* [Broker deep dive](/anycable-go/broker.md)
7582
* [Pub/sub (node-node)](/anycable-go/pubsub.md)
7683
* [Instrumentation](/anycable-go/instrumentation.md)
7784
* [Health checking](/anycable-go/health_checking.md)
7885
* [Tracing](/anycable-go/tracing.md)
79-
* [Pusher support](/anycable-go/pusher.md)
8086
* [OS Tuning](/anycable-go/os_tuning.md)
8187
* [Signed streams (Hotwire / Cable Ready)](/anycable-go/signed_streams.md)
8288
* [Embedded NATS](/anycable-go/embedded_nats.md)

0 commit comments

Comments
 (0)