-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
137 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,102 @@ | ||
##### 4.2.2 | ||
* Resolved issue with multiple timetokens in message counts endpoint | ||
|
||
##### 4.2.1 | ||
* Updated listener methods | ||
|
||
##### 4.2.0 | ||
* Added objects feature | ||
|
||
##### 4.1.6 | ||
* Added signal feature | ||
|
||
##### 4.1.5 | ||
* Update dependency dry-validation | ||
* Includes minimum Ruby version requirement of 2.4+ | ||
|
||
##### 4.0.28 | ||
* Added Concurrent-ruby Gem | ||
* Removed Celluloid | ||
|
||
##### 4.0.25 | ||
* Added Telemetry | ||
|
||
##### 4.0.24 | ||
* Added #delete_messages method | ||
* Improved timeout error handling (thanks @f1sherman) | ||
|
||
##### 4.0.23 | ||
* Fixed HereNow envelope generation | ||
|
||
##### 4.0.22 | ||
* Fixed signature generation and channel name escaping | ||
|
||
##### 4.0.21 | ||
* Fixed signature generation | ||
|
||
##### 4.0.20 | ||
* Allowing using multiple cipher keys | ||
|
||
##### 4.0.19 | ||
* Fixed sync subscribe. | ||
|
||
##### 4.0.16 | ||
* Fixed missing channel group parameter in Leave event | ||
|
||
##### 4.0.15 | ||
* Fixed PAM signature when some special characters are present | ||
|
||
##### 4.0.13 | ||
* Changed init message log level to debug | ||
* Added ttl parameter for publish | ||
|
||
##### 4.0.12 | ||
* Added alert on catchup failure (REQUEST_MESSAGE_COUNT_EXCEEDED) | ||
|
||
##### 4.0.11 | ||
* Added super admin mode (Enabled when secret key is set on Pubnub::Client init) | ||
|
||
##### 4.0.10 | ||
* Better single events timeout handling | ||
* DRYed envelope formatting a bit | ||
|
||
##### 4.0.9 | ||
* Removed json dependency | ||
* Updated dependecies | ||
|
||
##### 4.0.8 | ||
* Updated dry-validation | ||
* Dropped support for ruby 2.0 | ||
|
||
##### 4.0.7 | ||
* Added message decrypting in history | ||
|
||
##### 4.0.6 | ||
* channel and channels are the same argument | ||
* channel_group and channel_groups are the same argument | ||
* added `with_presence` flag for subscibe, default false. | ||
|
||
##### 4.0.5 | ||
* Required CGI | ||
|
||
##### 4.0.2 | ||
* Added #subscribe_filter for client | ||
|
||
##### 4.0.1 | ||
* Updated dry-validation and EnvelopeSchema | ||
|
||
##### 4.0.0 | ||
* Removed auth_key and uuid setters (#set_auth_key, #auth_key=, #set_uuid, #uuid=) | ||
* Added #subscribed_to, #current_region, #region=, #current_heartbeat | ||
|
||
##### 3.8.3 | ||
* Restored auth_key and uuid setters. Important notice: they will be removed in v4 of this library. | ||
|
||
##### 3.8.2 | ||
* Added :include_token parameter to history call. | ||
|
||
##### 3.8.1 | ||
* Updated celluloid dependency. | ||
|
||
##### 3.8.0 | ||
* Release of celluloid version of pubnub gem. It's complete rewrite but public API doesn't change. | ||
##### 4.2.2 | ||
* Resolved issue with multiple timetokens in message counts endpoint | ||
|
||
##### 4.2.1 | ||
* Updated listener methods | ||
|
||
##### 4.2.0 | ||
* Added objects feature | ||
|
||
##### 4.1.6 | ||
* Added signal feature | ||
|
||
##### 4.1.5 | ||
* Update dependency dry-validation | ||
* Includes minimum Ruby version requirement of 2.4+ | ||
|
||
##### 4.0.28 | ||
* Added Concurrent-ruby Gem | ||
* Removed Celluloid | ||
|
||
##### 4.0.25 | ||
* Added Telemetry | ||
|
||
##### 4.0.24 | ||
* Added #delete_messages method | ||
* Improved timeout error handling (thanks @f1sherman) | ||
|
||
##### 4.0.23 | ||
* Fixed HereNow envelope generation | ||
|
||
##### 4.0.22 | ||
* Fixed signature generation and channel name escaping | ||
|
||
##### 4.0.21 | ||
* Fixed signature generation | ||
|
||
##### 4.0.20 | ||
* Allowing using multiple cipher keys | ||
|
||
##### 4.0.19 | ||
* Fixed sync subscribe. | ||
|
||
##### 4.0.16 | ||
* Fixed missing channel group parameter in Leave event | ||
|
||
##### 4.0.15 | ||
* Fixed PAM signature when some special characters are present | ||
|
||
##### 4.0.13 | ||
* Changed init message log level to debug | ||
* Added ttl parameter for publish | ||
|
||
##### 4.0.12 | ||
* Added alert on catchup failure (REQUEST_MESSAGE_COUNT_EXCEEDED) | ||
|
||
##### 4.0.11 | ||
* Added super admin mode (Enabled when secret key is set on Pubnub::Client init) | ||
|
||
##### 4.0.10 | ||
* Better single events timeout handling | ||
* DRYed envelope formatting a bit | ||
|
||
##### 4.0.9 | ||
* Removed json dependency | ||
* Updated dependecies | ||
|
||
##### 4.0.8 | ||
* Updated dry-validation | ||
* Dropped support for ruby 2.0 | ||
|
||
##### 4.0.7 | ||
* Added message decrypting in history | ||
|
||
##### 4.0.6 | ||
* channel and channels are the same argument | ||
* channel_group and channel_groups are the same argument | ||
* added `with_presence` flag for subscibe, default false. | ||
|
||
##### 4.0.5 | ||
* Required CGI | ||
|
||
##### 4.0.2 | ||
* Added #subscribe_filter for client | ||
|
||
##### 4.0.1 | ||
* Updated dry-validation and EnvelopeSchema | ||
|
||
##### 4.0.0 | ||
* Removed auth_key and uuid setters (#set_auth_key, #auth_key=, #set_uuid, #uuid=) | ||
* Added #subscribed_to, #current_region, #region=, #current_heartbeat | ||
|
||
##### 3.8.3 | ||
* Restored auth_key and uuid setters. Important notice: they will be removed in v4 of this library. | ||
|
||
##### 3.8.2 | ||
* Added :include_token parameter to history call. | ||
|
||
##### 3.8.1 | ||
* Updated celluloid dependency. | ||
|
||
##### 3.8.0 | ||
* Release of celluloid version of pubnub gem. It's complete rewrite but public API doesn't change. |
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,34 +1,34 @@ | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b744287bb0324e2883f95525b12cf19f)](https://www.codacy.com/app/blazeroot/ruby?utm_source=github.com&utm_medium=referral&utm_content=pubnub/ruby&utm_campaign=badger) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/b744287bb0324e2883f95525b12cf19f)](https://www.codacy.com/app/blazeroot/ruby?utm_source=github.com&utm_medium=referral&utm_content=pubnub/ruby&utm_campaign=Badge_Coverage) | ||
[![Build Status](https://travis-ci.org/pubnub/ruby.svg?branch=master)](https://travis-ci.org/pubnub/ruby) | ||
|
||
# Please direct all Support Questions and Concerns to [email protected] | ||
|
||
# Complete Documentation | ||
Available at https://www.pubnub.com/docs/ruby/pubnub-ruby-sdk-v4 **v4.x** | ||
|
||
## PubNub Gem version 4.2.2 | ||
|
||
##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API. | ||
##### http://www.pubnub.com/account | ||
|
||
www.pubnub.com - PubNub Real-time Push Service in the Cloud. | ||
|
||
|
||
The PubNub Network is a blazingly fast Global Messaging Service for building real-time web and mobile apps. Thousands of apps and developers rely on PubNub for delivering human-perceptive real-time experiences that scale to millions of users worldwide. PubNub delivers the infrastructure needed to build amazing Mobile, MMO games, social apps, business collaborative solutions, and more. | ||
|
||
### Upgrading from PubNub 3.6.x / 3.7.x | ||
|
||
Main change is that we're no longer using EventMachine. Right now Celluloid is used. Public API remain unchanged. | ||
If you encounter any issues while upgrading from EventMachine version, please contact us at [email protected] you can also find eventmachine version in "eventmachine" branch of this repo. | ||
|
||
### Upgrading from PubNub 3.5.x | ||
|
||
We've made the response format compatible across all operations. This may break existing parsing of where_now, leave, state, and PAM responses. So if you are monitoring these operation responses, please be sure to modify your code accordingly. | ||
|
||
Examples of affected operations can be found [here](3.5_to_3.6_upgrade_notes.md). | ||
|
||
### Upgrading from PubNub 3.3.x and Earlier | ||
PubNub 3.7.3 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client. | ||
|
||
# Please direct all Support Questions and Concerns to [email protected] | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b744287bb0324e2883f95525b12cf19f)](https://www.codacy.com/app/blazeroot/ruby?utm_source=github.com&utm_medium=referral&utm_content=pubnub/ruby&utm_campaign=badger) | ||
[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/b744287bb0324e2883f95525b12cf19f)](https://www.codacy.com/app/blazeroot/ruby?utm_source=github.com&utm_medium=referral&utm_content=pubnub/ruby&utm_campaign=Badge_Coverage) | ||
[![Build Status](https://travis-ci.org/pubnub/ruby.svg?branch=master)](https://travis-ci.org/pubnub/ruby) | ||
|
||
# Please direct all Support Questions and Concerns to [email protected] | ||
|
||
# Complete Documentation | ||
Available at https://www.pubnub.com/docs/ruby/pubnub-ruby-sdk-v4 **v4.x** | ||
|
||
## PubNub Gem version 4.2.2 | ||
|
||
##### YOU MUST HAVE A PUBNUB ACCOUNT TO USE THE API. | ||
##### http://www.pubnub.com/account | ||
|
||
www.pubnub.com - PubNub Real-time Push Service in the Cloud. | ||
|
||
|
||
The PubNub Network is a blazingly fast Global Messaging Service for building real-time web and mobile apps. Thousands of apps and developers rely on PubNub for delivering human-perceptive real-time experiences that scale to millions of users worldwide. PubNub delivers the infrastructure needed to build amazing Mobile, MMO games, social apps, business collaborative solutions, and more. | ||
|
||
### Upgrading from PubNub 3.6.x / 3.7.x | ||
|
||
Main change is that we're no longer using EventMachine. Right now Celluloid is used. Public API remain unchanged. | ||
If you encounter any issues while upgrading from EventMachine version, please contact us at [email protected] you can also find eventmachine version in "eventmachine" branch of this repo. | ||
|
||
### Upgrading from PubNub 3.5.x | ||
|
||
We've made the response format compatible across all operations. This may break existing parsing of where_now, leave, state, and PAM responses. So if you are monitoring these operation responses, please be sure to modify your code accordingly. | ||
|
||
Examples of affected operations can be found [here](3.5_to_3.6_upgrade_notes.md). | ||
|
||
### Upgrading from PubNub 3.3.x and Earlier | ||
PubNub 3.7.3 is NOT compatible with earlier than 3.4 versions of Pubnub Ruby Client. | ||
|
||
# Please direct all Support Questions and Concerns to [email protected] |
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,2 @@ | ||
4.2.2 | ||
|