Skip to content

Commit a45d184

Browse files
flovilmartnatanrolnik
authored andcommitted
version 2.3.6 (#3574)
* version 2.3.6 * Update CHANGELOG.md
1 parent 6381e15 commit a45d184

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
## Parse Server Changelog
22

3+
### 2.3.6
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.5...2.3.6)
5+
6+
#### Improvements
7+
* Adds support for injecting a middleware for instumentation in the CLI, thanks to [Florent Vilmart](https://github.com/flovilmart)
8+
* Alleviate mongodb bug with $or queries [SERVER-13732](https://jira.mongodb.org/browse/SERVER-13732), thanks to [Jack Wearden](https://github.com/NotBobTheBuilder)
9+
10+
#### Bug Fixes
11+
* Fix issue affecting password policy and empty passwords, thanks to [Bhaskar Reddy Yasa](https://github.com/bhaskaryasa)
12+
* Fix issue when logging url in non string objects, thanks to [Paulo Vítor S Reis](https://github.com/paulovitin)
13+
14+
#### Dependencies updates:
15+
* [ws@2.1.0](https://npmjs.com/package/ws)
16+
* [uws@0.13.0](https://npmjs.com/package/uws)
17+
* [pg-promise@5.6.2](https://npmjs.com/package/pg-promise)
18+
19+
320
### 2.3.5
4-
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.4)
21+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.3...2.3.5)
522

623
#### Bug Fixes
724
* Allow empty client key

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)