Skip to content

Commit

Permalink
Populate change log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintin Willison committed Dec 9, 2019
1 parent 06eca3e commit b18006b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
36 changes: 33 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## [1.1.13](https://github.com/ably/ably-cocoa/tree/1.1.13) (2019-12-09)

[Full Changelog](https://github.com/ably/ably-cocoa/compare/1.1.12...1.1.13)

**Fixed bugs:**

- OS Network Reachability sometimes doesn't detect network state changes [\#908](https://github.com/ably/ably-cocoa/issues/908)
- Using a clientId should no longer be forcing token auth in the 1.1 spec [\#849](https://github.com/ably/ably-cocoa/issues/849)
- Move channels to FAILED only after their iterator is done. [\#920](https://github.com/ably/ably-cocoa/pull/920) ([tcard](https://github.com/tcard))
- Copy channels for public iterate\(\) on internal queue. [\#919](https://github.com/ably/ably-cocoa/pull/919) ([tcard](https://github.com/tcard))

**Closed issues:**

- Queuing messages before attach can lead to out-of-order publishing [\#926](https://github.com/ably/ably-cocoa/issues/926)
- Channels mutated-while-enumerated crash [\#918](https://github.com/ably/ably-cocoa/issues/918)
- Xcode 11 warnings [\#905](https://github.com/ably/ably-cocoa/issues/905)

**Merged pull requests:**

- Make ARTRealtimeChannel.publish thread-safe [\#929](https://github.com/ably/ably-cocoa/pull/929) ([tcard](https://github.com/tcard))
- Extract duplicate code from ARTChannel.publish methods [\#928](https://github.com/ably/ably-cocoa/pull/928) ([tcard](https://github.com/tcard))
- Set logLevel=verbose every time setupOptions is called with debug=true [\#927](https://github.com/ably/ably-cocoa/pull/927) ([tcard](https://github.com/tcard))
- Don't assert on error messages. [\#925](https://github.com/ably/ably-cocoa/pull/925) ([tcard](https://github.com/tcard))
- Prevent mutate-channels-while-iterating for suspend too. [\#922](https://github.com/ably/ably-cocoa/pull/922) ([tcard](https://github.com/tcard))
- Soak test [\#916](https://github.com/ably/ably-cocoa/pull/916) ([tcard](https://github.com/tcard))
- Fix Network Reachability: instance not found for target [\#910](https://github.com/ably/ably-cocoa/pull/910) ([ricardopereira](https://github.com/ricardopereira))
- Fix Xcode 11 new warnings [\#907](https://github.com/ably/ably-cocoa/pull/907) ([ricardopereira](https://github.com/ricardopereira))
- README: update the release process [\#906](https://github.com/ably/ably-cocoa/pull/906) ([ricardopereira](https://github.com/ricardopereira))
- Carthage: fix public header imports [\#902](https://github.com/ably/ably-cocoa/pull/902) ([ricardopereira](https://github.com/ricardopereira))
- Should not force token auth when clientId is set [\#898](https://github.com/ably/ably-cocoa/pull/898) ([ricardopereira](https://github.com/ricardopereira))
- Improve error and debug messages [\#895](https://github.com/ably/ably-cocoa/pull/895) ([ricardopereira](https://github.com/ricardopereira))

## [1.1.12](https://github.com/ably/ably-cocoa/tree/1.1.12) (2019-10-03)
[Full Changelog](https://github.com/ably/ably-cocoa/compare/1.1.10...1.1.12)

Expand Down Expand Up @@ -1245,6 +1277,4 @@
- code examples in the readme [\#7](https://github.com/ably/ably-ios/pull/7) ([thevixac](https://github.com/thevixac))
- Ably ready for importing. [\#5](https://github.com/ably/ably-ios/pull/5) ([thevixac](https://github.com/thevixac))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ As of version `1.1.0` this library based on the 1.1 library specification. It im
- updated push API and push device authentication;
- support for enforcement of the `maxMessageSize` attribute

Other minor features and bugfixes are included, as listed in the [changelog](CHANGELOG.md#1112-2019-10-03).
Other minor features and bugfixes are included, as listed in the [changelog](CHANGELOG.md#1113-2019-12-09).

##### macOS & tvOS

Expand Down

0 comments on commit b18006b

Please sign in to comment.