Releases: parse-community/parse-server
Releases · parse-community/parse-server
3.4.0
- NEW: Aggregate supports group by date fields #5538 thanks to Antonio Davi Macedo Coelho de Castro
- NEW: API for Read Preferences #3963 thanks to Antonio Davi Macedo Coelho de Castro
- NEW: Add Redis options for LiveQuery #5584 thanks to Diamond Lewis
- NEW: Add Direct Access option for Server Config #5550 thanks to Diamond Lewis
- FIX: updating mixed array in Postgres #5552 thanks to Diamond Lewis
- FIX: notEqualTo GeoPoint Query in Postgres #5549 thanks to Diamond Lewis
- FIX: put the timestamp back in logs that was lost after Winston upgrade #5571, thanks Steven Rowe and Arthur Cinader
- FIX: Validates permission before calling beforeSave #5546 thanks to Antonio Davi Macedo Coelho de Castro
- FIX: Remove userSensitiveFields default value. #5588 thanks to William George
- FIX: Decode Date JSON value in LiveQuery. #5540 thanks to ananfang
3.3.0
- NEW: beforeLogin trigger with support for auth providers (#5445), thanks to Omair Vaiyani
- NEW: RFC 7662 compliant OAuth2 auth adapter (#4910), thanks to Müller Zsolt
- FIX: cannot change password when maxPasswordHistory is 1 (#5191), thanks to Tulsi Sapkota
- FIX (Postgres): count being very slow on large Parse Classes' collections (#5330), thanks to CoderickLamar
- FIX: using per-key basis queue (#5420), thanks to Georges Jamous
- FIX: issue on count with Geo constraints and mongo (#5286), thanks to Julien Quéré
3.2.3
- Correct previous release with a patch that is fully merged
3.2.2
3.2.1
3.2.0
- NEW: Support accessing sensitive fields with an explicit ACL. Not documented yet, see tests for examples
- Upgrade Parse SDK JS to 2.3.1 #5457
- Hides token contents in logStartupOptions if they arrive as a buffer #6a9380
- Support custom message for password requirements #5399
- Support for Ajax password reset #5332
- Postgres: Refuse to build unsafe JSON lists for contains #5337
- Properly handle return values in beforeSave #5228
- Fixes issue when querying user roles #5276
- Fixes issue affecting update with CLP #5269
3.1.3
3.1.3
- Postgres: Fixes support for global configuration
- Postgres: Fixes support for numeric arrays
- Postgres: Fixes issue affecting queries on empty arrays
- LiveQuery: Adds support for transmitting the original object
- Queries: Use estimated count if query is empty
- Docker: Reduces the size of the docker image to 154Mb
3.1.2
Release 3.1.2
3.1.1
Release 3.1.1 🚀 (#5149) * Release 3.1.1 * Requested Changes
3.1.0
3.1.0
Breaking Changes:
- Return success on sendPasswordResetEmail even if email not found. (#7fe4030)
Security Fix:
- Expire password reset tokens on email change (#5104)
Improvements:
- Live Query CLPs (#4387)
- Reduces number of calls to injectDefaultSchema (#5107)
- Remove runtime dependency on request (#5076)