Skip to content

Commit 36549d7

Browse files
Release version 1.2.8
1 parent 66124a5 commit 36549d7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

SPEC.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ably Realtime & REST Client Library 1.2.7 Specification
1+
# Ably Realtime & REST Client Library 1.2.8 Specification
22

33
### Ably::Realtime::Auth
44
_(see [spec/acceptance/realtime/auth_spec.rb](./spec/acceptance/realtime/auth_spec.rb))_
@@ -646,7 +646,7 @@ _(see [spec/acceptance/realtime/connection_failures_spec.rb](./spec/acceptance/r
646646
* authentication failure
647647
* when API key is invalid
648648
* with invalid app part of the key
649-
* [enters the failed state and returns a not found error](./spec/acceptance/realtime/connection_failures_spec.rb#L29)
649+
* [enters the failed state and returns an invalid credentials error](./spec/acceptance/realtime/connection_failures_spec.rb#L29)
650650
* with invalid key name part of the key
651651
* [enters the failed state and returns an authorization error](./spec/acceptance/realtime/connection_failures_spec.rb#L44)
652652
* with auth_url
@@ -2323,16 +2323,16 @@ _(see [spec/acceptance/rest/base_spec.rb](./spec/acceptance/rest/base_spec.rb))_
23232323
* using JSON protocol
23242324
* failed requests
23252325
* due to invalid Auth
2326-
* [should raise an InvalidRequest exception with a valid error message and code](./spec/acceptance/rest/base_spec.rb#L75)
2326+
* [should raise an UnauthorizedRequest exception with a valid error message and code](./spec/acceptance/rest/base_spec.rb#L75)
23272327
* server error with JSON error response body
2328-
* [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L96)
2328+
* [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L95)
23292329
* 500 server error without a valid JSON response body
2330-
* [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L109)
2330+
* [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L108)
23312331
* token authentication failures
23322332
* when auth#token_renewable?
2333-
* [should automatically reissue a token](./spec/acceptance/rest/base_spec.rb#L147)
2333+
* [should automatically reissue a token](./spec/acceptance/rest/base_spec.rb#L146)
23342334
* when NOT auth#token_renewable?
2335-
* [should raise an TokenExpired exception](./spec/acceptance/rest/base_spec.rb#L162)
2335+
* [should raise an TokenExpired exception](./spec/acceptance/rest/base_spec.rb#L161)
23362336

23372337
### Ably::Rest::Channel
23382338
_(see [spec/acceptance/rest/channel_spec.rb](./spec/acceptance/rest/channel_spec.rb))_
@@ -3100,7 +3100,7 @@ _(see [spec/acceptance/rest/presence_spec.rb](./spec/acceptance/rest/presence_sp
31003100
* default :limit
31013101
* [defaults to a limit of 100](./spec/acceptance/rest/presence_spec.rb#L86)
31023102
* with :client_id option
3103-
* FAILED: ~~[returns a list members filtered by the provided client ID](./spec/acceptance/rest/presence_spec.rb#L95)~~
3103+
* [returns a list members filtered by the provided client ID](./spec/acceptance/rest/presence_spec.rb#L95)
31043104
* with :connection_id option
31053105
* [returns a list members filtered by the provided connection ID](./spec/acceptance/rest/presence_spec.rb#L106)
31063106
* [returns a list members filtered by the provided connection ID](./spec/acceptance/rest/presence_spec.rb#L110)
@@ -5075,6 +5075,6 @@ _(see [spec/unit/util/pub_sub_spec.rb](./spec/unit/util/pub_sub_spec.rb))_
50755075

50765076
## Test summary
50775077

5078-
* Passing tests: 2494
5078+
* Passing tests: 2495
50795079
* Pending tests: 5
5080-
* Failing tests: 1
5080+
* Failing tests: 0

lib/ably/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ably
2-
VERSION = '1.2.7'
2+
VERSION = '1.2.8'
33
# The level of compatibility with the Ably service that this SDK supports.
44
# Also referred to as the 'wire protocol version'.
55
# spec : CSV2

0 commit comments

Comments
 (0)