|
1 | 1 | ## Parse Server Changelog
|
2 | 2 |
|
3 | 3 | ### 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) |
5 | 17 |
|
6 | 18 | ### 3.1.3
|
7 | 19 | [Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3)
|
8 | 20 |
|
9 | 21 | - Postgres: Fixes support for global configuration
|
10 | 22 | - Postgres: Fixes support for numeric arrays
|
11 |
| -- Postgres: Fixes issue affecting queries on emtpy arrays |
| 23 | +- Postgres: Fixes issue affecting queries on empty arrays |
12 | 24 | - 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 |
14 | 26 | - Docker: Reduces the size of the docker image to 154Mb
|
15 | 27 |
|
16 | 28 |
|
|
0 commit comments