Skip to content

build: Release #8809

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 37 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
45301a6
docs: Fix broken logo link in API docs (#8642)
mtrezza Jun 18, 2023
9674d4a
chore(release): 6.3.0-alpha.1 [skip ci]
semantic-release-bot Jun 18, 2023
3710da7
refactor: Replace deprecated `substr` with `substring` (#8644)
cbaker6 Jun 20, 2023
44acd6d
feat: Add conditional email verification via dynamic Parse Server opt…
dblythy Jun 20, 2023
e6bd2ba
chore(release): 6.3.0-alpha.2 [skip ci]
semantic-release-bot Jun 20, 2023
1850be4
refactor: Security upgrade semver from 7.5.1 to 7.5.2 (#8650)
parseplatformorg Jun 21, 2023
068fb9e
refactor: Add option to convert `Parse.Object` to instance in Cloud F…
dblythy Jun 23, 2023
3ec3e40
docs: Fix deprecation date (#8657)
mtrezza Jun 23, 2023
cc079a4
feat: Add TOTP authentication adapter (#8457)
dblythy Jun 23, 2023
f8b5a99
chore(release): 6.3.0-alpha.3 [skip ci]
semantic-release-bot Jun 23, 2023
31805c9
refactor: Remote code execution via MongoDB BSON parser through proto…
mtrezza Jun 28, 2023
3f03bd3
refactor: Remove duplicate user index creation (#8662)
cbaker6 Jun 29, 2023
446cbb1
refactor: Upgrade otpauth from 9.0.2 to 9.1.2 (#8668)
parseplatformorg Jun 30, 2023
4e2000b
fix: Server does not start via CLI when `auth` option is set (#8666)
dblythy Jul 4, 2023
a742656
chore(release): 6.3.0-alpha.4 [skip ci]
semantic-release-bot Jul 4, 2023
a9d376b
feat: Add property `Parse.Server.version` to determine current versio…
dblythy Jul 5, 2023
02f40fd
chore(release): 6.3.0-alpha.5 [skip ci]
semantic-release-bot Jul 5, 2023
c9b5971
refactor: Change response types of TOTP adapter to match existing ada…
dblythy Jul 6, 2023
6a4a00c
fix: Parse Server option `fileUpload.fileExtensions` does not work wi…
BartoszMarganiec Jul 17, 2023
95da5d6
chore(release): 6.3.0-alpha.6 [skip ci]
semantic-release-bot Jul 17, 2023
7a198f4
refactor: Security upgrade @parse/push-adapter from 4.1.3 to 4.2.0 (#…
parseplatformorg Aug 6, 2023
ae68f0c
fix: Remove config logging when launching Parse Server via CLI (#8710)
mtrezza Aug 18, 2023
b9bdca4
chore(release): 6.3.0-alpha.7 [skip ci]
semantic-release-bot Aug 18, 2023
42929e0
build(deps): Bump word-wrap from 1.2.3 to 1.2.5 (#8708)
dependabot[bot] Aug 21, 2023
2b3d4e5
fix: Redis 4 does not reconnect after unhandled error (#8706)
Vortec4800 Aug 30, 2023
877eede
chore(release): 6.3.0-alpha.8 [skip ci]
semantic-release-bot Aug 30, 2023
5954f0f
refactor: Parse Pointer allows to access internal Parse Server classe…
mtrezza Sep 4, 2023
977edea
test: Add tests for `isGet` parameter in Cloud Code trigger `beforeFi…
mtrezza Sep 6, 2023
45a3ed0
perf: Improve performance of recursive pointer iterations (#8741)
chderen Sep 13, 2023
6ea65f2
chore(release): 6.3.0-alpha.9 [skip ci]
semantic-release-bot Sep 13, 2023
4baeae4
Merge branch 'beta' into build
mtrezza Sep 16, 2023
9c6cdf4
release
mtrezza Sep 16, 2023
f5e20f9
build: Release (#8749)
mtrezza Sep 16, 2023
0593985
chore(release): 6.4.0-beta.1 [skip ci]
semantic-release-bot Sep 16, 2023
ea57a77
refactor: Server crash when uploading file without extension; fixes s…
mtrezza Oct 20, 2023
90aac62
Merge branch 'release' into build-release
mtrezza Nov 16, 2023
c6355cd
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
2 changes: 1 addition & 1 deletion DEPRECATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following is a list of deprecations, according to the [Deprecation Policy](h
| DEPPS7 | Remove file trigger syntax `Parse.Cloud.beforeSaveFile((request) => {})` | [#7966](https://github.com/parse-community/parse-server/pull/7966) | 5.3.0 (2022) | 7.0.0 (2024) | deprecated | - |
| DEPPS8 | Login with expired 3rd party authentication token defaults to `false` | [#7079](https://github.com/parse-community/parse-server/pull/7079) | 5.3.0 (2022) | 7.0.0 (2024) | deprecated | - |
| DEPPS9 | Rename LiveQuery `fields` option to `keys` | [#8389](https://github.com/parse-community/parse-server/issues/8389) | 6.0.0 (2023) | 7.0.0 (2024) | deprecated | - |
| DEPPS10 | Config option `encodeParseObjectInCloudFunction` defaults to `true` | [#8634](https://github.com/parse-community/parse-server/issues/8634) | 6.2.0 (2023) | 7.0.0 (2024) | deprecated | - |
| DEPPS10 | Config option `encodeParseObjectInCloudFunction` defaults to `true` | [#8634](https://github.com/parse-community/parse-server/issues/8634) | 6.2.0 (2023) | 8.0.0 (2025) | deprecated | - |

[i_deprecation]: ## "The version and date of the deprecation."
[i_removal]: ## "The version and date of the planned removal."
Expand Down
49 changes: 49 additions & 0 deletions changelogs/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,52 @@
# [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)


### Performance Improvements

* Improve performance of recursive pointer iterations ([#8741](https://github.com/parse-community/parse-server/issues/8741)) ([45a3ed0](https://github.com/parse-community/parse-server/commit/45a3ed0fcf2c0170607505a1550fb15896e705fd))

# [6.3.0-alpha.8](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.7...6.3.0-alpha.8) (2023-08-30)


### Bug Fixes

* Redis 4 does not reconnect after unhandled error ([#8706](https://github.com/parse-community/parse-server/issues/8706)) ([2b3d4e5](https://github.com/parse-community/parse-server/commit/2b3d4e5d3c85cd142f85af68dec51a8523548d49))

# [6.3.0-alpha.7](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.6...6.3.0-alpha.7) (2023-08-18)


### Bug Fixes

* Remove config logging when launching Parse Server via CLI ([#8710](https://github.com/parse-community/parse-server/issues/8710)) ([ae68f0c](https://github.com/parse-community/parse-server/commit/ae68f0c31b741eeb83379c905c7ddfaa124436ec))

# [6.3.0-alpha.6](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.5...6.3.0-alpha.6) (2023-07-17)


### Bug Fixes

* Parse Server option `fileUpload.fileExtensions` does not work with an array of extensions ([#8688](https://github.com/parse-community/parse-server/issues/8688)) ([6a4a00c](https://github.com/parse-community/parse-server/commit/6a4a00ca7af1163ea74b047b85cd6817366b824b))

# [6.3.0-alpha.5](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.4...6.3.0-alpha.5) (2023-07-05)


### Features

* Add property `Parse.Server.version` to determine current version of Parse Server in Cloud Code ([#8670](https://github.com/parse-community/parse-server/issues/8670)) ([a9d376b](https://github.com/parse-community/parse-server/commit/a9d376b61f5b07806eafbda91c4e36c322f09298))

# [6.3.0-alpha.4](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.3...6.3.0-alpha.4) (2023-07-04)


### Bug Fixes

* Server does not start via CLI when `auth` option is set ([#8666](https://github.com/parse-community/parse-server/issues/8666)) ([4e2000b](https://github.com/parse-community/parse-server/commit/4e2000bc563324389584ace3c090a5c1a7796a64))

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


### Features

* Add TOTP authentication adapter ([#8457](https://github.com/parse-community/parse-server/issues/8457)) ([cc079a4](https://github.com/parse-community/parse-server/commit/cc079a40f6849a0e9bc6fdc811e8649ecb67b589))

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


Expand Down
20 changes: 20 additions & 0 deletions changelogs/CHANGELOG_beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [6.4.0-beta.1](https://github.com/parse-community/parse-server/compare/6.3.0...6.4.0-beta.1) (2023-09-16)


### Bug Fixes

* Parse Server option `fileUpload.fileExtensions` does not work with an array of extensions ([#8688](https://github.com/parse-community/parse-server/issues/8688)) ([6a4a00c](https://github.com/parse-community/parse-server/commit/6a4a00ca7af1163ea74b047b85cd6817366b824b))
* Redis 4 does not reconnect after unhandled error ([#8706](https://github.com/parse-community/parse-server/issues/8706)) ([2b3d4e5](https://github.com/parse-community/parse-server/commit/2b3d4e5d3c85cd142f85af68dec51a8523548d49))
* Remove config logging when launching Parse Server via CLI ([#8710](https://github.com/parse-community/parse-server/issues/8710)) ([ae68f0c](https://github.com/parse-community/parse-server/commit/ae68f0c31b741eeb83379c905c7ddfaa124436ec))
* Server does not start via CLI when `auth` option is set ([#8666](https://github.com/parse-community/parse-server/issues/8666)) ([4e2000b](https://github.com/parse-community/parse-server/commit/4e2000bc563324389584ace3c090a5c1a7796a64))

### Features

* Add conditional email verification via dynamic Parse Server options `verifyUserEmails`, `sendUserEmailVerification` that now accept functions ([#8425](https://github.com/parse-community/parse-server/issues/8425)) ([44acd6d](https://github.com/parse-community/parse-server/commit/44acd6d9ed157ad4842200c9d01f9c77a05fec3a))
* Add property `Parse.Server.version` to determine current version of Parse Server in Cloud Code ([#8670](https://github.com/parse-community/parse-server/issues/8670)) ([a9d376b](https://github.com/parse-community/parse-server/commit/a9d376b61f5b07806eafbda91c4e36c322f09298))
* Add TOTP authentication adapter ([#8457](https://github.com/parse-community/parse-server/issues/8457)) ([cc079a4](https://github.com/parse-community/parse-server/commit/cc079a40f6849a0e9bc6fdc811e8649ecb67b589))

### Performance Improvements

* Improve performance of recursive pointer iterations ([#8741](https://github.com/parse-community/parse-server/issues/8741)) ([45a3ed0](https://github.com/parse-community/parse-server/commit/45a3ed0fcf2c0170607505a1550fb15896e705fd))

# [6.3.0-beta.1](https://github.com/parse-community/parse-server/compare/6.2.0...6.3.0-beta.1) (2023-06-10)


Expand Down
Loading