Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
anycable-go-mrb-darwin-amd64 | 2025-05-30 | 33.7 MB | |
anycable-go-darwin-amd64 | 2025-05-30 | 33.8 MB | |
anycable-go-mrb-darwin-arm64 | 2025-05-30 | 32.8 MB | |
anycable-go-darwin-arm64 | 2025-05-30 | 32.9 MB | |
anycable-go-win-amd64.exe | 2025-05-30 | 34.0 MB | |
anycable-go-mrb-linux-amd64 | 2025-05-30 | 33.7 MB | |
anycable-go-linux-arm64 | 2025-05-30 | 31.8 MB | |
anycable-go-linux-amd64 | 2025-05-30 | 32.8 MB | |
anycable-go-freebsd-arm | 2025-05-30 | 23.1 MB | |
anycable-go-freebsd-amd64 | 2025-05-30 | 32.8 MB | |
1.6.2 source code.tar.gz | 2025-05-30 | 295.5 kB | |
1.6.2 source code.zip | 2025-05-30 | 432.2 kB | |
README.md | 2025-05-30 | 629 Bytes | |
Totals: 13 Items | 322.1 MB | 0 |
Features
- Added basic Pusher protocol support.
This release adds enough Pusher compatibility to use AnyCable with Laravel Broadcasting/Echo. See also anycable-laravel.
- Support providing multiple gRPC hosts via the custom
grpc-list://
scheme.
Now you can manually (i.e., w/o DNS discovery) specify multiple gRPC hostnames to distribute the RPC traffic. This feature aims to help Kamal deployments to scale RPC and WS servers independently.
Changes
- Redis pub/sub is now activated by default if Redis is configured or used by other components.