Skip to content

build: Release #8810

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a9c34ef
feat: Add context to Cloud Code Triggers `beforeLogin` and `afterLogi…
dplewis Sep 20, 2023
4945ab7
chore(release): 6.4.0-alpha.1 [skip ci]
semantic-release-bot Sep 20, 2023
39a91d0
docs: fix incorrect alpha changelog (#8756)
mtrezza Sep 20, 2023
71dfd8a
fix: Security upgrade graphql from 16.6.0 to 16.8.1 (#8758)
dependabot[bot] Sep 22, 2023
b70c2d9
chore(release): 6.4.0-alpha.2 [skip ci]
semantic-release-bot Sep 22, 2023
3d6d50e
fix: Parse Server option `fileUpload.fileExtensions` fails to determi…
MarcDerhammer Sep 23, 2023
9b9c3a4
chore(release): 6.4.0-alpha.3 [skip ci]
semantic-release-bot Sep 23, 2023
77bbfb3
feat: Allow setting `createdAt` and `updatedAt` during `Parse.Object`…
westhom Sep 29, 2023
a2a98b1
chore(release): 6.4.0-alpha.4 [skip ci]
semantic-release-bot Sep 29, 2023
8d3117e
refactor: Bump postcss from 8.4.20 to 8.4.31 (#8771)
dependabot[bot] Oct 7, 2023
7d32d89
fix: Context not passed to Cloud Code Trigger `beforeFind` when using…
hej2010 Oct 14, 2023
5462834
chore(release): 6.4.0-alpha.5 [skip ci]
semantic-release-bot Oct 14, 2023
93af48a
ci: Add ability to exclude tests via ID in `testExclusionList.json` (…
ddrechse Oct 18, 2023
2d6b3d1
fix: Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777)
dependabot[bot] Oct 18, 2023
5dd3aa0
chore(release): 6.4.0-alpha.6 [skip ci]
semantic-release-bot Oct 18, 2023
fe02d3e
refactor: Server crash when uploading file without extension; fixes s…
mtrezza Oct 20, 2023
f630a45
feat: Add `$setOnInsert` operator to `Parse.Server.database.update` (…
mtrezza Oct 25, 2023
9e00949
chore(release): 6.4.0-alpha.7 [skip ci]
semantic-release-bot Oct 25, 2023
80b987d
test: Improve test for `$setOnInsert` (#8793)
mtrezza Oct 25, 2023
09fbeeb
feat: Add compatibility for MongoDB Atlas Serverless and AWS Amazon D…
mattia1208 Nov 13, 2023
4b3ce20
chore(release): 6.4.0-alpha.8 [skip ci]
semantic-release-bot Nov 13, 2023
d58032d
Merge branch 'beta' into build-release
mtrezza Nov 16, 2023
42e2e12
release
mtrezza Nov 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,14 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo

## Access Scopes

| Scope | Internal data | Custom data | Restricted by CLP, ACL | Key |
|----------------|---------------|-------------|------------------------|---------------------|
| Internal | r/w | r/w | no | `maintenanceKey` |
| Master | -/- | r/w | no | `masterKey` |
| ReadOnlyMaster | -/- | r/- | no | `readOnlyMasterKey` |
| Session | -/- | r/w | yes | `sessionToken` |
| Scope | Internal data | Read-only data <sub>(1)</sub> | Custom data | Restricted by CLP, ACL | Key |
|----------------|---------------|-------------------------------|-------------|------------------------|---------------------|
| Internal | r/w | r/w | r/w | no | `maintenanceKey` |
| Master | -/- | r/- | r/w | no | `masterKey` |
| ReadOnlyMaster | -/- | r/- | r/- | no | `readOnlyMasterKey` |
| Session | -/- | r/- | r/w | yes | `sessionToken` |

<sub>(1) `Parse.Object.createdAt`, `Parse.Object.updatedAt`.</sub>

## Email Verification and Password Reset

Expand Down
55 changes: 55 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
# [6.4.0-alpha.8](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.7...6.4.0-alpha.8) (2023-11-13)


### Features

* Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options `enableCollationCaseComparison`, `transformEmailToLowercase`, `transformUsernameToLowercase` ([#8805](https://github.com/parse-community/parse-server/issues/8805)) ([09fbeeb](https://github.com/parse-community/parse-server/commit/09fbeebba8870e7cf371fb84371a254c7b368620))

# [6.4.0-alpha.7](https://github.com/parse-community/parse-server/compare/6.4.0-alpha.6...6.4.0-alpha.7) (2023-10-25)


### Features

* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8791](https://github.com/parse-community/parse-server/issues/8791)) ([f630a45](https://github.com/parse-community/parse-server/commit/f630a45aa5e87bc73a81fded061400c199b71a29))

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


### Bug Fixes

* Security bump @babel/traverse from 7.20.5 to 7.23.2 ([#8777](https://github.com/parse-community/parse-server/issues/8777)) ([2d6b3d1](https://github.com/parse-community/parse-server/commit/2d6b3d18499179e99be116f25c0850d3f449509c))

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


### Bug Fixes

* Context not passed to Cloud Code Trigger `beforeFind` when using `Parse.Query.include` ([#8765](https://github.com/parse-community/parse-server/issues/8765)) ([7d32d89](https://github.com/parse-community/parse-server/commit/7d32d8934f3ae7af7a7d8b9cc6a829c7d73973d3))

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


### Features

* Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key ([#8696](https://github.com/parse-community/parse-server/issues/8696)) ([77bbfb3](https://github.com/parse-community/parse-server/commit/77bbfb3f186f5651c33ba152f04cff95128eaf2d))

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


### Bug Fixes

* Parse Server option `fileUpload.fileExtensions` fails to determine file extension if filename contains multiple dots ([#8754](https://github.com/parse-community/parse-server/issues/8754)) ([3d6d50e](https://github.com/parse-community/parse-server/commit/3d6d50e0afff18b95fb906914e2cebd3839b517a))

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


### Bug Fixes

* Security upgrade graphql from 16.6.0 to 16.8.1 ([#8758](https://github.com/parse-community/parse-server/issues/8758)) ([71dfd8a](https://github.com/parse-community/parse-server/commit/71dfd8a7ece8c0dd1a66d03bb9420cfd39f4f9b1))

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

### Features

* Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` ([#8724](https://github.com/parse-community/parse-server/issues/8724)) ([a9c34ef](https://github.com/parse-community/parse-server/commit/a9c34ef1e2c78a42fb8b5fa8d569b7677c74919d))

# [6.3.0-alpha.9](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.8...6.3.0-alpha.9) (2023-09-13)


Expand Down
Loading