Skip to content

Commit 03cd314

Browse files
authored
Changelog for forthcoming 3.2 release (#5449)
* Changelog for forthcoming 3.2 release * fix change log comparison * add parse sdk upgrade to notes make links * fix parse sdk version
1 parent 9d06489 commit 03cd314

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.0...master)
5+
6+
### 3.2.0
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...3.2.0)
8+
- NEW: Support accessing sensitive fields with an explicit ACL. Not documented yet, see [tests](https://github.com/parse-community/parse-server/blob/f2c332ea6a984808ad5b2e3ce34864a20724f72b/spec/UserPII.spec.js#L526) for examples
9+
- Upgrade Parse SDK JS to 2.3.1 [#5457](https://github.com/parse-community/parse-server/pull/5457)
10+
- Hides token contents in logStartupOptions if they arrive as a buffer [#6a9380](https://github.com/parse-community/parse-server/commit/6a93806c62205a56a8f4e3b8765848c552510337)
11+
- Support custom message for password requirements [#5399](https://github.com/parse-community/parse-server/pull/5399)
12+
- Support for Ajax password reset [#5332](https://github.com/parse-community/parse-server/pull/5332)
13+
- Postgres: Refuse to build unsafe JSON lists for contains [#5337](https://github.com/parse-community/parse-server/pull/5337)
14+
- Properly handle return values in beforeSave [#5228](https://github.com/parse-community/parse-server/pull/5228)
15+
- Fixes issue when querying user roles [#5276](https://github.com/parse-community/parse-server/pull/5276)
16+
- Fixes issue affecting update with CLP [#5269](https://github.com/parse-community/parse-server/pull/5269)
517

618
### 3.1.3
719
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3)
820

921
- Postgres: Fixes support for global configuration
1022
- Postgres: Fixes support for numeric arrays
11-
- Postgres: Fixes issue affecting queries on emtpy arrays
23+
- Postgres: Fixes issue affecting queries on empty arrays
1224
- LiveQuery: Adds support for transmitting the original object
13-
- Queries: Use estimated count if queyr is empty
25+
- Queries: Use estimated count if query is empty
1426
- Docker: Reduces the size of the docker image to 154Mb
1527

1628

0 commit comments

Comments
 (0)