-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from pubnub/CE-3077-Abort-Fix
Subscribe v2 Abort Fix
- Loading branch information
Showing
95 changed files
with
530 additions
and
498 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#PubNub 3.14.0 client for Go | ||
#PubNub 3.16.0 client for Go | ||
* Go (1.2, 1.3, 1.4, 1.5, 1.6, 1.7.3, 1.8) | ||
* Google App Engine (1.9.28 - 2015-10-29) | ||
* Managed VMs (Google Cloud SDK 133.0.0) | ||
|
@@ -9,7 +9,7 @@ | |
|
||
## Contact [email protected] for all questions | ||
|
||
##PubNub 3.14.0 Go based APIs | ||
##PubNub 3.16.0 Go based APIs | ||
Learn more at http://www.pubnub.com | ||
|
||
## Available in this repository | ||
|
@@ -22,7 +22,7 @@ Learn more at http://www.pubnub.com | |
|
||
### For Non Google App Engine | ||
|
||
* [PubNub SDK for GO](messaging) (3.14.0) | ||
* [PubNub SDK for GO](messaging) (3.16.0) | ||
* [Example](messaging/examples/cli/pubnubExample.go) | ||
|
||
## Contact [email protected] for all questions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.14.0 | ||
3.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
## Contact [email protected] for all questions | ||
|
||
# PubNub 3.15.0 client for Go 1.0.3, 1.1, 1.3, 1.3.1, 1.4.2, 1.5.2, 1.6.2, 1.7.3, 1.8 | ||
# PubNub 3.16.0 client for Go 1.0.3, 1.1, 1.3, 1.3.1, 1.4.2, 1.5.2, 1.6.2, 1.7.3, 1.8 | ||
|
||
### Important changes from version 3.10.0 onwards: | ||
Breaking API Change: newPubnub has a new parameter where it expects a logger instance [Example](#init). This fixes a rare race condition | ||
|
||
### Change log | ||
* 3.16.0 | ||
* Subscribe v2 Abort Fix | ||
* 3.15.0 | ||
* Add support for setting the non subscribe HTTP client | ||
* 3.14.0 | ||
* Fixed a corner case panic | ||
* 3.13.0 | ||
* Presence Delta Intervals | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.