Skip to content

Commit

Permalink
Merge pull request #600 from ably/release/1.2.12
Browse files Browse the repository at this point in the history
Release/1.2.12
  • Loading branch information
owenpearson committed Jun 9, 2023
2 parents e8d6171 + cff7289 commit cbb0f59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,21 @@
# Change Log

# Changelog

## [1.2.12](https://github.com/ably/ably-go/tree/v1.2.12)

[Full Changelog](https://github.com/ably/ably-go/compare/v1.2.11...v1.2.12)

This release adds a new experimental `RealtimeChannels.GetDerived` method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the [announcement post](https://pages.ably.com/subscription-filters-preview) for more information.

**Merged pull requests:**

- Support Go 1.20, drop support for Go 1.18 [\#586](https://github.com/ably/ably-go/pull/586) ([amnonbc](https://github.com/amnonbc))
- Add new GetDerived method to support subscription filters [\#594](https://github.com/ably/ably-go/pull/594) ([mschristensen](https://github.com/mschristensen))
- Add new async publishing methods PublishAsync and PublishMultipleAsync [\#596](https://github.com/ably/ably-go/pull/596) ([andydunstall](https://github.com/andydunstall))
- Fix docs for transient publishing [\#595](https://github.com/ably/ably-go/pull/595) ([andydunstall](https://github.com/andydunstall))
- Add support for setting agents option [\#590](https://github.com/ably/ably-go/pull/590) ([andydunstall](https://github.com/andydunstall))

## [1.2.11](https://github.com/ably/ably-go/tree/v1.2.11)

This release updates docstring API commentaries for public interfaces.
Expand Down
2 changes: 1 addition & 1 deletion ably/proto_http.go
Expand Up @@ -11,7 +11,7 @@ const (
ablyVersionHeader = "X-Ably-Version"
ablyErrorCodeHeader = "X-Ably-Errorcode"
ablyErrorMessageHeader = "X-Ably-Errormessage"
libraryVersion = "1.2.11"
libraryVersion = "1.2.12"
libraryName = "go"
ablyVersion = "1.2"
ablyClientIDHeader = "X-Ably-ClientId"
Expand Down

0 comments on commit cbb0f59

Please sign in to comment.