An open API service for software projects hosted on Open Collective.

Parse Platform

The low-code open source backend framework with 6+ client SDKs
Collective - Host: opensource - https://opencollective.com/parse-server - Website: https://parseplatform.org/ - Code: https://github.com/parse-community

refactor: Upgrade parse-server from 6.2.2 to 6.3.1 (#447)

github.com/parse-community/parse-server-example - 53e351bf94b655e1158d679ef43492f24d697afa authored almost 2 years ago
refactor: Upgrade parse-server from 5.5.5 to 5.5.6 (#69)

github.com/parse-community/parse-server-sqs-mq-adapter - 0079f2a3d17202299ae9bc7293866411094e75dd authored almost 2 years ago
refactor: Upgrade npmlog from 4.1.2 to 7.0.1 (#228)

github.com/parse-community/parse-server-push-adapter - 5536102a5003b0071576839f6bdca27f208b72a3 authored almost 2 years ago
docs: Fix google auth for Parse (#940)

github.com/parse-community/docs - 52d7e1ae3bfa0053496f229abe85fe1c7148134f authored almost 2 years ago
chore(release): 5.0.2 [skip ci]

## [5.0.2](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.1...5.0.2) (...

github.com/parse-community/parse-server-push-adapter - 0197d39b01690a247032c8429f0d26c0713e545d authored almost 2 years ago
fix: Security upgrade semver-regex from 3.1.3 to 3.1.4 (#210)

github.com/parse-community/parse-server-push-adapter - 089149b70347200b7df37c280029f84c829d6798 authored almost 2 years ago
chore(release): 5.0.1 [skip ci]

## [5.0.1](https://github.com/parse-community/parse-server-push-adapter/compare/5.0.0...5.0.1) (...

github.com/parse-community/parse-server-push-adapter - 7512294fa3d84e107f86a9c2718b06e1b0d3601c authored almost 2 years ago
fix: Security upgrade qs from 6.5.2 to 6.5.3 (#215)

github.com/parse-community/parse-server-push-adapter - 7fe2446b1ec3c3bab06dc5302bc97deb1fb43fb2 authored almost 2 years ago
chore(release): 5.0.0 [skip ci]

# [5.0.0](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.5...5.0.0) (2...

github.com/parse-community/parse-server-push-adapter - 888ddba8440b9931f2166b907f4d3383a8f24450 authored almost 2 years ago
feat: Upgrade to node-apn 6.0.1, parse 4.2.0 (#227)

BREAKING CHANGE: This release removes support for Node 12; the minimum required version is Node 14.

github.com/parse-community/parse-server-push-adapter - 615e73012056c6702a9f7eb1ab9359f7f88b8efc authored almost 2 years ago
chore(release): 4.2.5 [skip ci]

## [4.2.5](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.4...4.2.5) (...

github.com/parse-community/parse-server-push-adapter - 94e507fd4e7f3067bad8dc6dd4bc7588f9b50a9f authored almost 2 years ago
fix: Security upgrade json-schema and jsprim (#226)

github.com/parse-community/parse-server-push-adapter - 83ca68f028222a38cdcb7d8a7296509a1189b258 authored almost 2 years ago
chore(release): 4.2.4 [skip ci]

## [4.2.4](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.3...4.2.4) (...

github.com/parse-community/parse-server-push-adapter - 3da4fcac147e5bafa3a2a9bc9abf12215831d89d authored almost 2 years ago
fix: Security upgrade @babel/traverse from 7.17.3 to 7.23.2 (#225)

github.com/parse-community/parse-server-push-adapter - afdb28e8d1eccc1b848612210804bd2fe6973622 authored almost 2 years ago
chore(release): 4.2.3 [skip ci]

## [4.2.3](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.2...4.2.3) (...

github.com/parse-community/parse-server-push-adapter - f7784dcc5cd57edfdbf08533efb4a609d133c21b authored almost 2 years ago
fix: Security upgrade decode-uri-component from 0.2.0 to 0.2.2 (#214)

github.com/parse-community/parse-server-push-adapter - 16863c09f08fa346462711d906e6fbdc38721222 authored almost 2 years ago
chore(release): 4.2.2 [skip ci]

## [4.2.2](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.1...4.2.2) (...

github.com/parse-community/parse-server-push-adapter - 0c9c4acb58aa19fb6da054b7c17e0245d53f55af authored almost 2 years ago
fix: Security upgrade http-cache-semantics from 4.1.0 to 4.1.1 (#216)

github.com/parse-community/parse-server-push-adapter - ba48dd66741f136847ae93684dc2f0184ca9512f authored almost 2 years ago
ci: Add Node versions to test (#224)

github.com/parse-community/parse-server-push-adapter - e4374aceae84e7ffd75179594867ab2da80bced4 authored almost 2 years ago
chore(release): 6.0.1 [skip ci]

## [6.0.1](https://github.com/parse-community/node-apn/compare/6.0.0...6.0.1) (2023-10-20)

### ...

github.com/parse-community/node-apn - 4cf2c03dc749312464f192f83d932c9b2aa0dd25 authored almost 2 years ago
fix: Minimum required Node version in `engines.node` has not been upgraded to Node 14 (#138)

github.com/parse-community/node-apn - 4eb3686e30c225d8d83c55cf7a5f11bc807a9ef4 authored almost 2 years ago
refactor: Server crash when uploading file without extension; fixes security vulnerability [GHSA-792q-q67h-w579](https://github.com/parse-community/parse-server/security/advisories/GHSA-792q-q67h-w579) (#8780)

github.com/parse-community/parse-server - ea57a7706d75d21754d04985a580d040efe45939 authored almost 2 years ago
refactor: Server crash when uploading file without extension; fixes security vulnerability [GHSA-792q-q67h-w579](https://github.com/parse-community/parse-server/security/advisories/GHSA-792q-q67h-w579) (#8779)

github.com/parse-community/parse-server - fe02d3e8aa875f362377cc877a65831b010b00a6 authored almost 2 years ago
chore(release): 6.3.1 [skip ci]

## [6.3.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.3.1) (2023-10-20)

...

github.com/parse-community/parse-server - b0c012e835d573fbddf3c0efc27a6b139fe3f097 authored almost 2 years ago
fix: Server crash when uploading file without extension; fixes security vulnerability [GHSA-792q-q67h-w579](https://github.com/parse-community/parse-server/security/advisories/GHSA-792q-q67h-w579) (#8781)

github.com/parse-community/parse-server - fd86278919556d3682e7e2c856dfccd5beffbfc0 authored almost 2 years ago
chore(release): 6.0.0 [skip ci]

# [6.0.0](https://github.com/parse-community/node-apn/compare/5.2.3...6.0.0) (2023-10-19)

### F...

github.com/parse-community/node-apn - 88915ae5a38ea74de0c534d9756585577abcd527 authored almost 2 years ago
feat: Add support for Node 18, 20 drop support for Node 12 (#137)

BREAKING CHANGE: This release removes support for Node 12; the minimum required version is Node 14.

github.com/parse-community/node-apn - f203bc1c6d1e72a5b0689368220ec109d347003a authored almost 2 years ago
chore(release): 1.2.2 [skip ci]

## [1.2.2](https://github.com/ParsePlatform/parse-server-example/compare/1.2.1...1.2.2) (2023-10...

github.com/parse-community/parse-server-example - 6d786442791124be8c3b11e272176949068677d8 authored almost 2 years ago
fix: Security bump @babel/traverse from 7.22.4 to 7.23.2 (#446)

github.com/parse-community/parse-server-example - 0ac3f6f46f4a95e7424f7cbf73ffbc4d7745c7ba authored almost 2 years ago
refactor: Upgrade `connectivity_plus` (#974)

github.com/parse-community/Parse-SDK-Flutter - f757dad5a05d1fceddacf95c07760482fce45bb2 authored almost 2 years ago
chore(release): 6.4.0-alpha.6 [skip ci]

# [6.4.0-alpha.6](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.5...6.4.0-...

github.com/parse-community/parse-server - 5dd3aa0d4886f06a806d7b883dcdf1ebb904b39e authored almost 2 years ago
fix: Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777)

github.com/parse-community/parse-server - 2d6b3d18499179e99be116f25c0850d3f449509c authored almost 2 years ago
refactor: Remove Carthage dependency (#1763)

github.com/parse-community/Parse-SDK-iOS-OSX - 5f662b1d8a29398014da941dd1d8d864c2d64d34 authored almost 2 years ago
chore(release): 3.1.1 [skip ci]

## [3.1.1](https://github.com/parse-community/parse-server-api-mail-adapter/compare/3.1.0...3.1....

github.com/parse-community/parse-server-api-mail-adapter - 0f6fae7deb922cebc76064efebf13aa64ada0f74 authored almost 2 years ago
fix: Security bump @babel/traverse from 7.15.0 to 7.23.2 (#91)

github.com/parse-community/parse-server-api-mail-adapter - 36fd9c24ee897751694b375ed92aeb50868e8623 authored almost 2 years ago
ci: Add ability to exclude tests via ID in `testExclusionList.json` (#8774)

github.com/parse-community/parse-server - 93af48a8b4ca2ba19ed213af3dfd8ca2d786fafb authored almost 2 years ago
chore(release): 5.3.0-alpha.2 [skip ci]

# [5.3.0-alpha.2](https://github.com/ParsePlatform/parse-dashboard/compare/5.3.0-alpha.1...5.3.0...

github.com/parse-community/parse-dashboard - 421bb473387862c18bdec718ae70bd31807c4d30 authored almost 2 years ago
feat: Add refresh indicator to Cloud Config page (#2505)

github.com/parse-community/parse-dashboard - a10d1f0825688d403206ce7cbacada191dbf5c3b authored almost 2 years ago
chore(release): 1.3.8 [skip ci]

## [1.3.8](https://github.com/parse-server-modules/parse-server-sqs-mq-adapter/compare/1.3.7...1...

github.com/parse-community/parse-server-sqs-mq-adapter - 170e4ec63c27e71c7ef35a91324fc541248f93f0 authored almost 2 years ago
feat: Add `saveEventually` and `deleteEventually` in `ParseObject` (#911)

github.com/parse-community/Parse-SDK-Flutter - 94310865e517812b1666f0a7ac8f3462b613b30d authored almost 2 years ago
chore(release): 2.0.1 [skip ci]

## [2.0.1](https://github.com/parse-community/parse-server-fs-adapter/compare/2.0.0...2.0.1) (20...

github.com/parse-community/parse-server-fs-adapter - 67b42f1f0f79f409cc0741508d4546f4283a2b50 authored almost 2 years ago
fix: Security bump @babel/traverse from 7.18.2 to 7.23.2 (#68)

github.com/parse-community/parse-server-sqs-mq-adapter - 74de7d2cd23c6bc4223a062e676e7c5b4b91c12e authored almost 2 years ago
fix: Security bump @babel/traverse from 7.17.3 to 7.23.2 (#51)

github.com/parse-community/parse-server-fs-adapter - 09180e88fb10540d0d74a1ff30210d549070fdee authored almost 2 years ago
chore(deps-dev): bump @babel/traverse from 7.12.1 to 7.23.2 (#939)

github.com/parse-community/docs - 8aae9e557390da26155e663fc300dc9bc9c13917 authored almost 2 years ago
feat: Add `context` in `ParseObject` (#970)

github.com/parse-community/Parse-SDK-Flutter - 21ce56f6e7d869f0120b5701758235a7766b56ca authored almost 2 years ago
feat: Add support for Dart 3.1, remove support for Dart 2.18 (#969)

github.com/parse-community/Parse-SDK-Flutter - 088bfbc2556d82bd1b2b6244342f1d52cc5569bc authored almost 2 years ago
feat: Add support for Flutter 3.10 and 3.13, remove support for Flutter 3.0 (#971)

github.com/parse-community/Parse-SDK-Flutter - 1ae080835d0c1c5736ad58c5e6194075ca674e58 authored almost 2 years ago
refactor: Bump @babel/traverse from 7.22.0 to 7.23.2 (#2041)

github.com/parse-community/Parse-SDK-JS - 2ce2158f37b2e2cee6068b0445da6f56f00841a2 authored almost 2 years ago
refactor: Upgrade @babel/runtime-corejs3 from 7.22.15 to 7.23.1 (#2040)

github.com/parse-community/Parse-SDK-JS - 28fb1152ce91eef1ee616a0a9d7621e799380f15 authored almost 2 years ago
chore(release): 6.4.0-alpha.5 [skip ci]

# [6.4.0-alpha.5](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.4...6.4.0-...

github.com/parse-community/parse-server - 5462834240bee8e667d00ba18985d1b7da46b337 authored almost 2 years ago
fix: Context not passed to Cloud Code Trigger `beforeFind` when using `Parse.Query.include` (#8765)

github.com/parse-community/parse-server - 7d32d8934f3ae7af7a7d8b9cc6a829c7d73973d3 authored almost 2 years ago
chore(release): 3.1.0 [skip ci]

# [3.1.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/3.0.0...3.1.0...

github.com/parse-community/parse-server-api-mail-adapter - 8d34b6581609037755becf331d82d301cabdcc23 authored almost 2 years ago
feat: Add TypeScript definitions (#90)

github.com/parse-community/parse-server-api-mail-adapter - 9162a9a120ca2453d8018ed558aa7f9d4f9dcdfd authored almost 2 years ago
refactor: Bump word-wrap from 1.2.3 to 1.2.4 (#87)

github.com/parse-community/parse-server-api-mail-adapter - 0f26c114cae223a5d94539a1a5872b3d33417e63 authored almost 2 years ago
refactor: Remove OCMock Carthage dependency (#1754)

github.com/parse-community/Parse-SDK-iOS-OSX - a87bfb0520e0f763af03890eae291ed89b8641c4 authored almost 2 years ago
refactor: Bump postcss from 8.4.20 to 8.4.31 (#8771)

github.com/parse-community/parse-server - 8d3117e0bcf07d6c9f8cb1343b5b9b6ded7d7cb1 authored almost 2 years ago
chore(release): 4.3.0-alpha.4 [skip ci]

# [4.3.0-alpha.4](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.3...4.3.0-...

github.com/parse-community/Parse-SDK-JS - 4cbe6d1d3f0d2961049e4fa168b0c3a37baec197 authored almost 2 years ago
fix: Error in web context when `window.indexedDB` API is available but protected (#2039)

github.com/parse-community/Parse-SDK-JS - 360981f8a529f3e10243413c8114373271bb6f43 authored almost 2 years ago
refactor: Bump postcss from 8.3.9 to 8.4.31 (#88)

github.com/parse-community/parse-server-api-mail-adapter - 29e9f03f1381590f18391e30d72a149407273ac6 authored almost 2 years ago
ci: Run CI on Xcode 15 and macOS 13 (#1753)

github.com/parse-community/Parse-SDK-iOS-OSX - c4998e6a8b3e34097e80f769606fe3fdd909c4dc authored almost 2 years ago
refactor: Update ruby dependencies (#1752)

github.com/parse-community/Parse-SDK-iOS-OSX - 400af9e5bdca8b330742c4556331e72f10c95043 authored almost 2 years ago
refactor: Remove framework builder for assets (#1751)

github.com/parse-community/Parse-SDK-iOS-OSX - 854472a04bfe20b27eef9b2ee0ba24738ab76d60 authored almost 2 years ago
chore(release): 2.7.3 [skip ci]

## [2.7.3](https://github.com/parse-community/Parse-SDK-iOS-OSX/compare/2.7.2...2.7.3) (2023-10-...

github.com/parse-community/Parse-SDK-iOS-OSX - 99f5f204588f160685b8efa94e1312172db363ff authored almost 2 years ago
fix: Compilation errors in `ParseLiveQuery` using `Starscream` 4.0.6 (#1749)

github.com/parse-community/Parse-SDK-iOS-OSX - 3da5bde7d20ac4ff99aa40dd75fa8f7f3997acae authored almost 2 years ago
docs: Add changelog note about missing assets (#1750)

github.com/parse-community/Parse-SDK-iOS-OSX - 79a92ac3abe1d28444dbc2bdd9684cd9380cb19b authored almost 2 years ago
chore(release): 2.7.2 [skip ci]

## [2.7.2](https://github.com/parse-community/Parse-SDK-iOS-OSX/compare/2.7.1...2.7.2) (2023-10-...

github.com/parse-community/Parse-SDK-iOS-OSX - f4ba308300a7327e8bbf1b519460c11df79b2fb8 authored almost 2 years ago
fix: Compilation errors `Undefined symbol` and `SystemConfiguration not found` on watchOS (#1748)

github.com/parse-community/Parse-SDK-iOS-OSX - e7df36beb735fd7dc4b86127bf86b34fb30b009d authored almost 2 years ago
ci: Remove publishing release assets (#1745)

github.com/parse-community/Parse-SDK-iOS-OSX - 9fda42834777db6ed046b8382f64114cd25e1506 authored almost 2 years ago
ci: Fix and build Starter Projects (#1744)

github.com/parse-community/Parse-SDK-iOS-OSX - 7be78ba7833f966f92d15ff3fd3dbf4a77afe67d authored almost 2 years ago
refactor: Upgrade uuid from 9.0.0 to 9.0.1 (#2037)

github.com/parse-community/Parse-SDK-JS - 3bf55f6ccec2359f53eed9f192781ceff0060107 authored almost 2 years ago
chore(release): 4.3.0-alpha.3 [skip ci]

# [4.3.0-alpha.3](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.2...4.3.0-...

github.com/parse-community/Parse-SDK-JS - 43f621863224768e2023ca896677fe9c0c2bcb21 authored almost 2 years ago
fix: Connection failure in `Parse.Object.saveEventually` and `Parse.Object.destroyEventually` not handled on custom `Parse.Error.CONNECTION_FAILURE` message (#2032)

github.com/parse-community/Parse-SDK-JS - 4da3ebcc28b903a499c07bb194baae738de21d6f authored almost 2 years ago
chore(release): 4.3.0-alpha.2 [skip ci]

# [4.3.0-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/4.3.0-alpha.1...4.3.0-...

github.com/parse-community/Parse-SDK-JS - e36ddafbcb45192f32d8295700ff30e29173316d authored almost 2 years ago
fix: Docs fail with `Cannot find module 'taffydb'` (#2036)

github.com/parse-community/Parse-SDK-JS - dc91d0fc4f69639ba762f5af841477e8836c6927 authored almost 2 years ago
docs: Generate API documentation for release branch (#2035)

github.com/parse-community/Parse-SDK-JS - c6a3966b76ee5a0124c076b5db7ea7d72a119ac9 authored almost 2 years ago
refactor: Return headers in RESTController requests (#2033)

github.com/parse-community/Parse-SDK-JS - 74ff09168ad27dfefc74a41abfbcbc4e278f7440 authored almost 2 years ago
chore(release): 4.2.1 [skip ci]

## [4.2.1](https://github.com/parse-community/parse-server-push-adapter/compare/4.2.0...4.2.1) (...

github.com/parse-community/parse-server-push-adapter - 01efbe218afc970a578e69e07e60a2e33f4b947f authored almost 2 years ago
docs: Minor refactor in README (#223)

github.com/parse-community/parse-server-push-adapter - cdcd1867a22f2ba123ed56426679e528de80b7a4 authored almost 2 years ago
chore: Move taffydb from dev dependencies (#3)

github.com/parse-community/minami - 2e8529b1276c3559b0ec919932e7a83d7a440c0a authored almost 2 years ago
chore(release): 2.7.1 [skip ci]

## [2.7.1](https://github.com/parse-community/Parse-SDK-iOS-OSX/compare/2.7.0...2.7.1) (2023-09-...

github.com/parse-community/Parse-SDK-iOS-OSX - c420b82d6df3c762fe9e2a3a59c66e9e6c3742c2 authored almost 2 years ago
fix: Compilation error on macOS `Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler` (#1739)

github.com/parse-community/Parse-SDK-iOS-OSX - 7231bf77fb5dd74e05c19c7a67ba61840c43768b authored almost 2 years ago
Add js docs for EventuallyQueue API (#938)

github.com/parse-community/docs - 4c1aa9ae71d3c3341af96ef7019cd614ceebe7f5 authored almost 2 years ago
Add ios docs for Swift Package Manager (#937)

github.com/parse-community/docs - ef251eac9aedc308434c54da2a6df7c519d3bdec authored almost 2 years ago
chore(release): 6.4.0-alpha.4 [skip ci]

# [6.4.0-alpha.4](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.3...6.4.0-...

github.com/parse-community/parse-server - a2a98b16847c2ad0d29756286a6ed9b1f183a906 authored almost 2 years ago
feat: Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key (#8696)

github.com/parse-community/parse-server - 77bbfb3f186f5651c33ba152f04cff95128eaf2d authored almost 2 years ago
chore(release): 4.3.0-alpha.1 [skip ci]

# [4.3.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/4.2.0...4.3.0-alpha.1)...

github.com/parse-community/Parse-SDK-JS - e0b713e933772336e7dc61a0fc3fe40fe4ce5319 authored almost 2 years ago
refactor: Upgrade @babel/runtime-corejs3 from 7.22.11 to 7.22.15 (#2030)

github.com/parse-community/Parse-SDK-JS - 64e6653e9c051287cf5e4a7f44b57d26a4a95814 authored almost 2 years ago
chore(release): 6.4.0-alpha.3 [skip ci]

# [6.4.0-alpha.3](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.2...6.4.0-...

github.com/parse-community/parse-server - 9b9c3a421453983d8618c83b4fe037da34cdbe78 authored almost 2 years ago
fix: Parse Server option `fileUpload.fileExtensions` fails to determine file extension if filename contains multiple dots (#8754)

github.com/parse-community/parse-server - 3d6d50e0afff18b95fb906914e2cebd3839b517a authored almost 2 years ago
chore(release): 6.4.0-alpha.2 [skip ci]

# [6.4.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.1...6.4.0-...

github.com/parse-community/parse-server - b70c2d9027c428bb6882337c5e56c4a7c3cabdf8 authored almost 2 years ago
fix: Security upgrade graphql from 16.6.0 to 16.8.1 (#8758)

github.com/parse-community/parse-server - 71dfd8a7ece8c0dd1a66d03bb9420cfd39f4f9b1 authored almost 2 years ago
chore(release): 5.3.0-alpha.1 [skip ci]

# [5.3.0-alpha.1](https://github.com/ParsePlatform/parse-dashboard/compare/5.2.0...5.3.0-alpha.1...

github.com/parse-community/parse-dashboard - 86c45d870a56c6366df25aa9eada0b8532bbc6a5 authored almost 2 years ago
refactor: Security upgrade graphql from 16.6.0 to 16.8.1 (#2500)

github.com/parse-community/parse-dashboard - d64e8f0fa41422b45441e7c28601de05c1ef26ec authored almost 2 years ago
docs: fix incorrect alpha changelog (#8756)

github.com/parse-community/parse-server - 39a91d0d77253fc234dd1e723fc22169d91c99a2 authored almost 2 years ago
chore(release): 6.4.0-alpha.1 [skip ci]

# [6.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.4.0-alpha.1)...

github.com/parse-community/parse-server - 4945ab7520b7db4169ee716fef83dffaf2dc3ac4 authored almost 2 years ago
feat: Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` (#8724)

github.com/parse-community/parse-server - a9c34ef1e2c78a42fb8b5fa8d569b7677c74919d authored almost 2 years ago
chore(release): 6.4.0-beta.1 [skip ci]

# [6.4.0-beta.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.4.0-beta.1) (...

github.com/parse-community/parse-server - 05939858af2ff830bffad1e58a6e09673267f3de authored almost 2 years ago
build: Release (#8749)

github.com/parse-community/parse-server - f5e20f91219485382effd99cd29f0278803ac0d3 authored almost 2 years ago