5.3.0-alpha.4 (2024-10-14)
5.3.0-alpha.3 (2024-09-25)
5.3.0-alpha.2 (2024-07-07)
5.3.0-alpha.1 (2024-07-07)
5.2.0-alpha.4 (2024-06-28)
5.2.0-alpha.3 (2024-06-24)
5.2.0-alpha.2 (2024-06-07)
5.2.0-alpha.1 (2024-05-17)
5.1.1-alpha.1 (2024-05-16)
5.1.0-alpha.11 (2024-05-16)
5.1.0-alpha.10 (2024-05-15)
5.1.0-alpha.9 (2024-05-04)
- Improve installation object
Parse.Installation.currentInstallation
to support web push notifications (#2119) (4fc62ce)
5.1.0-alpha.8 (2024-05-02)
- Pending updates to nested field causes
ParseObject.toJSON()
to return incorrect object (#1453) (23cc573)
5.1.0-alpha.7 (2024-05-01)
5.1.0-alpha.6 (2024-04-25)
- Allow setting custom queue for handling offline operations via
Parse.EventuallyQueue
(#2106) (f92e4d4)
5.1.0-alpha.5 (2024-04-22)
- Chrome browser console warning about unsafe header
access-control-expose-headers
when calling Cloud Function (#2095) (7b73c03)
5.1.0-alpha.4 (2024-04-15)
5.1.0-alpha.3 (2024-04-14)
- Lazy load
Parse.CoreManager
controllers to add support for swappableCryptoController
,LocalDatastoreController
,StorageController
,WebSocketController
,ParseLiveQuery
(#2100) (fbd0ab1)
5.1.0-alpha.2 (2024-04-13)
5.1.0-alpha.1 (2024-03-31)
- Add password validation for user with unverified email via
Parse.User.verifyPassword
using master key and optionignoreEmailVerification: true
(#2076) (b0adf7e) - Add support for setting
Parse.ACL
from json (#2097) (72bc9ac)
5.0.0-alpha.4 (2024-03-23)
- Add password validation for user with unverified email via
Parse.User.verifyPassword
using master key and optionignoreEmailVerification: true
(#2076) (b0adf7e)
5.0.0-alpha.3 (2024-03-11)
5.0.0-alpha.2 (2024-03-10)
- Parse JS SDK 5 requires Parse Server 7 and is incompatible with Parse Server 6. (86600bc)
5.0.0-alpha.1 (2024-03-09)
- Removes support for Node 14 and 16. (74eb4d5)
4.3.1-alpha.2 (2024-02-15)
4.3.1-alpha.1 (2023-11-18)
- Connection failure in
Parse.Object.saveEventually
andParse.Object.destroyEventually
not handled on customParse.Error.CONNECTION_FAILURE
message (#2032) (4da3ebc) - Docs fail with
Cannot find module 'taffydb'
(#2036) (dc91d0f) - Error in web context when
window.indexedDB
API is available but protected (#2039) (360981f) - Security upgrade browserify-sign from 4.2.1 to 4.2.2 (#2043) (fd50b9d)
- Security upgrade crypto-js from 4.1.1 to 4.2.0 (#2042) (681fbdf)
4.3.0-alpha.6 (2023-10-28)
4.3.0-alpha.5 (2023-10-26)
4.3.0-alpha.4 (2023-10-07)
4.3.0-alpha.3 (2023-10-04)
- Connection failure in
Parse.Object.saveEventually
andParse.Object.destroyEventually
not handled on customParse.Error.CONNECTION_FAILURE
message (#2032) (4da3ebc)
4.3.0-alpha.2 (2023-10-03)
4.3.0-alpha.1 (2023-09-26)
ParseUser.linkWith
doesn't remove anonymous auth data (#2007) (7e2585c)- Hard-coding of
react-native
path does not work for workspace builds (#1930) (8222f3c)
- Add Bytes type to
Parse.Schema
(#2001) (343d0d7) - Add Cloud Code context accessibility to
ParseUser.logIn
(#2010) (2446007) - Add support for custom EventEmitter (#1999) (ca568a6)
- Add support for excluding keys in
ParseQuery.findAll
(#2000) (012ba4c) - Add support to invoke a Cloud Function with a custom
installationId
viaParse.Cloud.run
(#1939) (eb70b93) - Allow overriding
Parse.Error
message with custom message via new Core Manager optionPARSE_ERRORS
(#2014) (be0c8a6) - Login with username, password and additional authentication data via
ParseUser.logInWithAdditionalAuth
(#1955) (2bad411)
4.2.0-alpha.10 (2023-09-03)
4.2.0-alpha.9 (2023-09-01)
- Allow overriding
Parse.Error
message with custom message via new Core Manager optionPARSE_ERRORS
(#2014) (be0c8a6)
4.2.0-alpha.8 (2023-08-30)
4.2.0-alpha.7 (2023-08-29)
4.2.0-alpha.6 (2023-08-27)
4.2.0-alpha.5 (2023-08-27)
4.2.0-alpha.4 (2023-07-23)
- Login with username, password and additional authentication data via
ParseUser.logInWithAdditionalAuth
(#1955) (2bad411)
4.2.0-alpha.3 (2023-06-11)
- Add support to invoke a Cloud Function with a custom
installationId
viaParse.Cloud.run
(#1939) (eb70b93)
4.2.0-alpha.2 (2023-06-08)
4.2.0-alpha.1 (2023-05-01)
- Add
Parse.User.loginAs
(#1875) (381fcfc) - Add
ParseQuery.watch
to trigger LiveQuery only on update of specific fields (#1839) (7479343)
4.1.0-alpha.4 (2023-04-28)
4.1.0-alpha.3 (2023-04-02)
4.1.0-alpha.2 (2023-03-01)
4.1.0-alpha.1 (2023-03-01)
LiveQuerySubscription.unsubscribe
resolves promise before unsubscribing completes (#1727) (1c96205)- Node engine version upper range is <19 despite Node 19 support (#1732) (febe187)
- Saving a new
Parse.Object
with an unsavedParse.File
fails (#1662) (16535a4)
LiveQueryClient.close
returns promise when WebSocket closes (#1735) (979d660)- Upgrade Node Package Manager lock file
package-lock.json
to version 2 (#1729) (e993786)
4.0.0-alpha.12 (2023-02-06)
4.0.0-alpha.11 (2023-02-04)
4.0.0-alpha.10 (2023-02-04)
4.0.0-alpha.9 (2023-02-04)
4.0.0-alpha.8 (2023-02-04)
4.0.0-alpha.7 (2023-01-30)
4.0.0-alpha.6 (2023-01-27)
4.0.0-alpha.5 (2023-01-06)
4.0.0-alpha.4 (2022-12-21)
4.0.0-alpha.3 (2022-11-18)
4.0.0-alpha.2 (2022-11-15)
Parse.Query.subscribe()
does not return a rejected promise on error in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
(#1490) (96d7174)
- Calling
Parse.Query.subscribe()
will now return a rejected promise if an error is thrown in Cloud Code TriggersbeforeConnect
orbeforeSubscribe
; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create anerror.on
listener to handle these errors (#1490) (96d7174)
4.0.0-alpha.1 (2022-11-10)
- This release removes support for Node versions <14 (bc04b4b)
3.5.1-alpha.2 (2022-11-07)
3.5.1-alpha.1 (2022-11-03)
- File upload fails when uploading base64 data (#1578) (03ee3ff)
- React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)
3.5.0-alpha.8 (2022-11-03)
3.5.0-alpha.7 (2022-11-01)
- React Native build does not maintain arrow functions and causes error with AsyncStorage (#1587) (8aeaa4f)
3.5.0-alpha.6 (2022-10-13)
3.5.0-alpha.5 (2022-10-11)
3.5.0-alpha.4 (2022-09-21)
- generate
Parse.Object.objectId
automatically whenallowCustomObjectId
is enabled and noobjectId
is passed (#1540) (68f3ff5)
3.5.0-alpha.3 (2022-09-14)
3.5.0-alpha.2 (2022-09-12)
3.5.0-alpha.1 (2022-09-08)
3.4.4-alpha.2 (2022-08-16)
3.4.4-alpha.1 (2022-07-28)
- creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
- subscription to a LiveQuery containing
ParseQuery.select
overrides properties (#1488) (b80eee4)
3.4.3-alpha.3 (2022-07-02)
3.4.3-alpha.2 (2022-05-29)
3.4.3-alpha.1 (2022-05-02)
3.4.2-alpha.1 (2022-04-09)
3.4.0-alpha.3 (2021-12-05)
3.4.0-alpha.2 (2021-10-29)
3.4.0-alpha.1 (2021-10-27)
- add options to enable polling and set the polling interval; fixes excessive polling (#1419) (0f804b8)