Skip to content

Commit

Permalink
Regenerate and release version 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWoolf committed Jan 21, 2019
1 parent cbcb3ab commit 434ffd5
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.


## [1.0.22](https://github.com/ably/ably-js/tree/1.0.20) (2019-01-21)
## [1.0.23](https://github.com/ably/ably-js/tree/1.0.23) (2019-01-21)
- Only make a single token request at a time
- Fix crash with react-native on some Android versions when making REST requests
- Tweak fallback host logic for connected realtime clients making REST requests

## [1.0.21](https://github.com/ably/ably-js/tree/1.0.20) (2019-01-07)
## [1.0.21](https://github.com/ably/ably-js/tree/1.0.21) (2019-01-07)
- Reinstate 'stop clientId forcing token auth' change (https://github.com/ably/ably-js/issues/542)
- Prioritise a tokenParam over an authParam of the same name
- Fix behaviour with multiple concurrent pings in-flight
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ However, we aim to be compatible with a much wider set of platforms and browsers

Ably-js has fallback mechanisms in order to be able to support older browsers; specifically it supports comet-based connections for browsers that do not support websockets, and this includes JSONP for browsers that do not support cross-origin XHR. Each of these fallback transport mechanisms is supported and tested on all the browsers we test against, even when those browsers do not themselves require those fallbacks. These mean that the library should be compatible with nearly any browser on most platforms. Any known browser incompatibilities can be found [here](https://github.com/ably/ably-js/issues?q=is%3Aissue+is%3Aopen+label%3A%22compatibility%22).

#### Version: 1.0.22
#### Version: 1.0.23

The latest stable version of the Ably Javascript client library is version: 1.0.22 .
The latest stable version of the Ably Javascript client library is version: 1.0.23 .

For complete API documentation, see the [Ably documentation](https://www.ably.io/documentation).

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ably",
"version": "1.0.22",
"version": "1.0.23",
"homepage": "https://www.ably.io/",
"authors": [
"Paddy Byers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion browser/fragments/license.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably-commonjs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -4114,7 +4114,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably-commonjs.noencryption.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -2682,7 +2682,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably-nativescript.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -4046,7 +4046,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably-reactnative.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -4075,7 +4075,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -4125,7 +4125,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions browser/static/ably.noencryption.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Copyright 2019, Ably
*
* Ably JavaScript Library v1.0.22
* Ably JavaScript Library v1.0.23
* https://github.com/ably/ably-js
*
* Ably Realtime Messaging
Expand Down Expand Up @@ -2693,7 +2693,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
4 changes: 2 additions & 2 deletions browser/static/ably.noencryption.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/util/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Defaults.TIMEOUTS = {
Defaults.httpMaxRetryCount = 3;
Defaults.maxMessageSize = 65536;

Defaults.version = '1.0.22';
Defaults.version = '1.0.23';
Defaults.libstring = Platform.libver + Defaults.version;
Defaults.apiVersion = '1.0';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ably",
"description": "Realtime client library for Ably.io, the realtime messaging service",
"version": "1.0.22",
"version": "1.0.23",
"main": "./nodejs/index.js",
"typings": "./browser/static/ably.d.ts",
"react-native": {
Expand Down

0 comments on commit 434ffd5

Please sign in to comment.