Skip to content

Commit 0958b15

Browse files
authored
Changelog 2.3.2 (#3343)
* Updates package.json: version to 2.3.2 * Updates Changelog for 2.3.2
1 parent 5d9dbea commit 0958b15

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Parse Server Changelog
22

3+
### 2.3.2
4+
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.1...2.3.2)
5+
6+
#### New features
7+
* Add parseFrameURL for masking user-facing pages (#3267), thanks to [Lenart Rudel](https://github.com/lenart)
8+
9+
#### Bug fixes
10+
* Fix Parse-Server to work with winston-daily-rotate-1.4.2 (#3335), thanks to [Arthur Cinader](https://github.com/acinader)
11+
12+
#### Improvements
13+
* Add support for regex string for password policy validatorPattern setting (#3331), thanks to [Bhaskar Reddy Yasa](https://github.com/bhaskaryasa)
14+
* LiveQuery should match subobjects with dot notation (#3322), thanks to [David Starke](https://github.com/dstarke)
15+
* Reduce time to process high number of installations for push (#3264), thanks to [jeacott1](https://github.com/jeacott1)
16+
* Fix trivial typo in error message (#3238), thanks to [Arthur Cinader](https://github.com/acinader)
17+
318
### 2.3.1
419
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.0...2.3.1)
520

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.1",
3+
"version": "2.3.2",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)