-
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 #32 from pubnub/CE-2909
Publish improvements for Go 1.8
- Loading branch information
Showing
99 changed files
with
1,045 additions
and
626 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.10.0 client for Go | ||
#PubNub 3.11.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.10.0 Go based APIs | ||
##PubNub 3.11.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.10.0) | ||
* [PubNub SDK for GO](messaging) (3.11.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.10.0 | ||
3.11.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
## Contact [email protected] for all questions | ||
|
||
#PubNub 3.10.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.11.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 in this version: | ||
* The authKey argument was added to all PAM method. | ||
* Subscribe method arguments changed | ||
|
||
###Change log | ||
* 3.1q.0 | ||
* NonSub goroutine concurrency and worker queues. | ||
* 3.10.0 | ||
* Breaking API Change: newPubnub has a new parameter where it expects a logger instance [Example](#init). This fixes a rare race condition. | ||
* Fix use of escaping JSON during publish | ||
|
Oops, something went wrong.