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
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@@ -1,16 +1,28 @@
|
||||
## Parse Server Changelog
|
||||
|
||||
### master
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...master)
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.0...master)
|
||||
|
||||
### 3.2.0
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.3...3.2.0)
|
||||
- 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
|
||||
- Upgrade Parse SDK JS to 2.3.1 [#5457](https://github.com/parse-community/parse-server/pull/5457)
|
||||
- Hides token contents in logStartupOptions if they arrive as a buffer [#6a9380](https://github.com/parse-community/parse-server/commit/6a93806c62205a56a8f4e3b8765848c552510337)
|
||||
- Support custom message for password requirements [#5399](https://github.com/parse-community/parse-server/pull/5399)
|
||||
- Support for Ajax password reset [#5332](https://github.com/parse-community/parse-server/pull/5332)
|
||||
- Postgres: Refuse to build unsafe JSON lists for contains [#5337](https://github.com/parse-community/parse-server/pull/5337)
|
||||
- Properly handle return values in beforeSave [#5228](https://github.com/parse-community/parse-server/pull/5228)
|
||||
- Fixes issue when querying user roles [#5276](https://github.com/parse-community/parse-server/pull/5276)
|
||||
- Fixes issue affecting update with CLP [#5269](https://github.com/parse-community/parse-server/pull/5269)
|
||||
|
||||
### 3.1.3
|
||||
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.2...3.1.3)
|
||||
|
||||
- Postgres: Fixes support for global configuration
|
||||
- Postgres: Fixes support for numeric arrays
|
||||
- Postgres: Fixes issue affecting queries on emtpy arrays
|
||||
- Postgres: Fixes issue affecting queries on empty arrays
|
||||
- LiveQuery: Adds support for transmitting the original object
|
||||
- Queries: Use estimated count if queyr is empty
|
||||
- Queries: Use estimated count if query is empty
|
||||
- Docker: Reduces the size of the docker image to 154Mb
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user