Skip to content

Commit 87059ae

Browse files
authored
build: Release (#8810)
2 parents 5b1bb59 + 42e2e12 commit 87059ae

22 files changed

+926
-181
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,14 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
358358

359359
## Access Scopes
360360

361-
| Scope | Internal data | Custom data | Restricted by CLP, ACL | Key |
362-
|----------------|---------------|-------------|------------------------|---------------------|
363-
| Internal | r/w | r/w | no | `maintenanceKey` |
364-
| Master | -/- | r/w | no | `masterKey` |
365-
| ReadOnlyMaster | -/- | r/- | no | `readOnlyMasterKey` |
366-
| Session | -/- | r/w | yes | `sessionToken` |
361+
| Scope | Internal data | Read-only data <sub>(1)</sub> | Custom data | Restricted by CLP, ACL | Key |
362+
|----------------|---------------|-------------------------------|-------------|------------------------|---------------------|
363+
| Internal | r/w | r/w | r/w | no | `maintenanceKey` |
364+
| Master | -/- | r/- | r/w | no | `masterKey` |
365+
| ReadOnlyMaster | -/- | r/- | r/- | no | `readOnlyMasterKey` |
366+
| Session | -/- | r/- | r/w | yes | `sessionToken` |
367+
368+
<sub>(1) `Parse.Object.createdAt`, `Parse.Object.updatedAt`.</sub>
367369

368370
## Email Verification and Password Reset
369371

changelogs/CHANGELOG_alpha.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
# [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)
9+
10+
11+
### Features
12+
13+
* 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))
14+
15+
# [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)
16+
17+
18+
### Bug Fixes
19+
20+
* 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))
21+
22+
# [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)
23+
24+
25+
### Bug Fixes
26+
27+
* 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))
28+
29+
# [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)
30+
31+
32+
### Features
33+
34+
* 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))
35+
36+
# [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)
37+
38+
39+
### Bug Fixes
40+
41+
* 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))
42+
43+
# [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)
44+
45+
46+
### Bug Fixes
47+
48+
* 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))
49+
50+
# [6.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.4.0-alpha.1) (2023-09-20)
51+
52+
### Features
53+
54+
* 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))
55+
156
# [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)
257

358

0 commit comments

Comments
 (0)