File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Server Changelog
2
2
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
+
3
20
### 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 )
5
22
6
23
#### Bug Fixes
7
24
* Allow empty client key
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 2.3.5 " ,
3
+ "version" : " 2.3.6 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments