Skip to content

Commit

Permalink
Bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 21, 2021
1 parent 87c66af commit a9c7945
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 1.2.0 (2021-12-21) 🎄

- Add fastlane subscribing for Hotwire (Turbo Streams) and CableReady.

Make it possible to terminate subscription requests at AnyCable Go without performing RPC calls.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Run server:
```sh
$ anycable-go

=> INFO time context=main Starting AnyCable v1.0.0 (pid: 12902, open files limit: 524288)
=> INFO time context=main Starting AnyCable v1.2.0 (pid: 12902, open files limit: 524288)
```

By default, `anycable-go` tries to connect to an RPC server listening at `localhost:50051` (the default host for the Ruby gem). You can change this setting by providing `--rpc_host` option or `ANYCABLE_RPC_HOST` env variable (read more about [configuration](./configuration.md)).
Expand Down
2 changes: 1 addition & 1 deletion docs/os_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thus, you cannot handle more connections than this limit (and event less, since

```sh
$ anycable-go
INFO 2020-06-07T19:30:33.059Z context=main Starting AnyCable v1.0.0s (with mruby 1.2.0 (2015-11-17)) (pid: 29333, open file limit: 524288)
INFO 2020-06-07T19:30:33.059Z context=main Starting AnyCable v1.2.0 (with mruby 1.2.0 (2015-11-17)) (pid: 29333, open file limit: 524288)
...
```

Expand Down

0 comments on commit a9c7945

Please sign in to comment.