|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v1.2.0](https://github.com/ably/ably-ruby/tree/v1.2.0) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/ably/ably-ruby/compare/v1.1.8...v1.2.0) |
| 6 | + |
| 7 | +This release updates ably-ruby to be compliant with the 1.2 version of the Ably client library feature specification. There are some minor breaking changes, please see [the migration guide](./UPDATING.md) for more information. |
| 8 | + |
| 9 | +**Closed issues:** |
| 10 | + |
| 11 | +- create migration guide for the upgrade to ruby 1.2 [\#347](https://github.com/ably/ably-ruby/issues/347) |
| 12 | +- Write spec tests for RTL17 [\#304](https://github.com/ably/ably-ruby/issues/304) |
| 13 | +- Write spec tests for RTL16, RTL16a [\#303](https://github.com/ably/ably-ruby/issues/303) |
| 14 | +- Write spec tests for RTL4m [\#302](https://github.com/ably/ably-ruby/issues/302) |
| 15 | +- Write spec tests for RTL4l [\#301](https://github.com/ably/ably-ruby/issues/301) |
| 16 | +- Write spec tests for RTL4k, RTL4k1 [\#300](https://github.com/ably/ably-ruby/issues/300) |
| 17 | +- Write spec tests for RTL4j, RTL4j1, RTL4j2 [\#299](https://github.com/ably/ably-ruby/issues/299) |
| 18 | +- Write spec tests for RTS3c, RTS3c1 [\#298](https://github.com/ably/ably-ruby/issues/298) |
| 19 | +- Write spec tests for RTS3a [\#297](https://github.com/ably/ably-ruby/issues/297) |
| 20 | +- Add support for RTL21 [\#296](https://github.com/ably/ably-ruby/issues/296) |
| 21 | +- Add support for RTL17 [\#292](https://github.com/ably/ably-ruby/issues/292) |
| 22 | +- Add support for RTL16, RTL16a [\#291](https://github.com/ably/ably-ruby/issues/291) |
| 23 | +- Add support for RTL4m [\#290](https://github.com/ably/ably-ruby/issues/290) |
| 24 | +- Add support for RTL4l [\#289](https://github.com/ably/ably-ruby/issues/289) |
| 25 | +- Add support for RTL4k, RTL4k1 [\#288](https://github.com/ably/ably-ruby/issues/288) |
| 26 | +- Add support for RTL4j, RTL4j1, RTL4j2 [\#287](https://github.com/ably/ably-ruby/issues/287) |
| 27 | +- Add support for RTS3c, RTS3c1 [\#286](https://github.com/ably/ably-ruby/issues/286) |
| 28 | +- Add support for RTS3a [\#285](https://github.com/ably/ably-ruby/issues/285) |
| 29 | +- Write spec tests for RSL1a, b, h, k1, k2, l, l1 \(Channels\) [\#283](https://github.com/ably/ably-ruby/issues/283) |
| 30 | +- Write spec tests for RSN3a, c \(Channels\) [\#282](https://github.com/ably/ably-ruby/issues/282) |
| 31 | +- Write spec tests for RSA4b, b1, c, RSA16 \(Authentication\) [\#281](https://github.com/ably/ably-ruby/issues/281) |
| 32 | +- Add support for RSN3a, c \(Channels\) [\#269](https://github.com/ably/ably-ruby/issues/269) |
| 33 | +- Add support for RSA4b, b1, c, RSA16 \(Authentication\) [\#268](https://github.com/ably/ably-ruby/issues/268) |
| 34 | +- Add support for RSC7a, RSC7c \(RestClient\) |
| 35 | + [\#266](https://github.com/ably/ably-ruby/issues/266) |
| 36 | +- Add support for Test Guidance G4 [\#265](https://github.com/ably/ably-ruby/issues/265) |
| 37 | +- Add support for TO3o, TO3p [\#264](https://github.com/ably/ably-ruby/issues/264) |
| 38 | + |
| 39 | +**Merged pull requests:** |
| 40 | + |
| 41 | +- Add migration guide from 1.1.8 to 1.2.0 [\#348](https://github.com/ably/ably-ruby/pull/348) ([TheSmartnik](https://github.com/TheSmartnik)) |
| 42 | +- RTL21 [\#345](https://github.com/ably/ably-ruby/pull/345) ([lukaszsliwa](https://github.com/lukaszsliwa)) |
| 43 | +- RTL4j [\#341](https://github.com/ably/ably-ruby/pull/341) ([TheSmartnik](https://github.com/TheSmartnik)) |
| 44 | +- RSL1a, RSL1b [\#340](https://github.com/ably/ably-ruby/pull/340) ([lukaszsliwa](https://github.com/lukaszsliwa)) |
| 45 | +- Add support for RSA4b, b1, c, RSA16 \(Authentication\) [\#338](https://github.com/ably/ably-ruby/pull/338) ([lukaszsliwa](https://github.com/lukaszsliwa)) |
| 46 | +- ChannelOptions related tasks [\#336](https://github.com/ably/ably-ruby/pull/336) ([TheSmartnik](https://github.com/TheSmartnik)) |
| 47 | +- Update RSC7 [\#334](https://github.com/ably/ably-ruby/pull/334) ([TheSmartnik](https://github.com/TheSmartnik)) |
| 48 | + |
3 | 49 | ## [v1.1.8](https://github.com/ably/ably-ruby/tree/v1.1.8) |
4 | 50 |
|
5 | 51 | [Full Changelog](https://github.com/ably/ably-ruby/compare/v1.1.7...v1.1.8) |
|
0 commit comments