Skip to content

Commit

Permalink
5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaime-ez committed Mar 9, 2021
1 parent 9359ee5 commit 53096a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## [5.2.3] - 2021.03.09

### Feature

- enable combine authentication. Now when the auth config has more than one authentication strategy the server will query them in order untill one passes or all fail.

## [5.2.2] - 2021.03.01

### Feature
Expand All @@ -9,7 +15,7 @@

### Fixes

- uws idleTimeout is in seconds! That's why it didn't closed the connection on time.
- uws idleTimeout is in seconds! That's why it didn't closed the connection on time.
- buffer ack messages
- remove noDelay from default-options and use it on subscription registry as a param to enable/disable buffering

Expand Down Expand Up @@ -54,7 +60,7 @@ This fix also exposes that we don't serialize STATE_TOPIC_REGISTRY/NOT_SUBSCRIBE

- Fix #1089 install service gives error

### Misc
### Misc

- Updating dependencies

Expand Down Expand Up @@ -130,7 +136,7 @@ Fixes by the awesome @jaime-ez around heartbeats and ping messages!

## [5.0.16] - 2020.04.30

### Feat
### Feat

- Add two new plugins:

Expand Down Expand Up @@ -170,11 +176,11 @@ Fixes by the awesome @jaime-ez around heartbeats and ping messages!
bucketRegion: ${AWS_DEFAULT_REGION}
```

- SocketData is passed to monitoring service in order to allow for fined grain monitoring.
- SocketData is passed to monitoring service in order to allow for fined grain monitoring.

### Fix
### Fix

- uws service accepts options requests and enforces CORS params
- uws service accepts options requests and enforces CORS params

## [5.0.15] - 2020.04.24

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@deepstream/server",
"version": "5.2.2",
"version": "5.2.3",
"description": "a scalable server for realtime webapps",
"main": "./dist/src/deepstream.io.js",
"bin": {
Expand Down

0 comments on commit 53096a0

Please sign in to comment.