Skip to content

Commit

Permalink
Merge pull request #33 from pubnub/CE-2927
Browse files Browse the repository at this point in the history
Super Admin feature
  • Loading branch information
crimsonred committed Mar 24, 2017
2 parents 4095cf2 + 6a82396 commit 42180f4
Show file tree
Hide file tree
Showing 93 changed files with 703 additions and 563 deletions.
15 changes: 13 additions & 2 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
---
changelog:
-
changes:
-
text: “Super Admin”
type: improvement
-
text: “Non 200 handling on some non subscribe requests”
type: improvement
date: Mar 23, 17
version: v3.12.0
-
changes:
-
Expand Down Expand Up @@ -193,6 +203,7 @@ changelog:
features:
access:
- ACCESS-GRANT
- ACCESS-SECRET-KEY-ALL-ACCESS
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
Expand Down Expand Up @@ -238,7 +249,7 @@ features:
- TIME-TIME
supported-platforms:
-
version: PubNub Go SDK 3.11.0
version: PubNub Go SDK
platforms:
- FreeBSD 8-STABLE or later, amd64, 386, Debian GNU/kFreeBSD not supported.
- Linux 2.6.23 or later with glibc, amd64, 386, arm, s390x, ppc64le, CentOS/RHEL 5.x not supported.
Expand All @@ -255,4 +266,4 @@ supported-platforms:
name: go
schema: 1
scm: github.com/pubnub/go
version: “3.11.0”
version: “3.12.0”
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#PubNub 3.11.0 client for Go
#PubNub 3.12.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)
Expand All @@ -9,7 +9,7 @@

## Contact support@pubnub.com for all questions

##PubNub 3.11.0 Go based APIs
##PubNub 3.12.0 Go based APIs
Learn more at http://www.pubnub.com

## Available in this repository
Expand All @@ -22,7 +22,7 @@ Learn more at http://www.pubnub.com

### For Non Google App Engine

* [PubNub SDK for GO](messaging) (3.11.0)
* [PubNub SDK for GO](messaging) (3.12.0)
* [Example](messaging/examples/cli/pubnubExample.go)

## Contact support@pubnub.com for all questions
6 changes: 4 additions & 2 deletions messaging/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## Contact support@pubnub.com for all questions

# 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
# PubNub 3.12.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 3.10.0:
### 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.12.0
* Super admin
* 3.11.0
* NonSub goroutine concurrency and worker queues.
* 3.10.0
Expand Down
Loading

0 comments on commit 42180f4

Please sign in to comment.