semantic-release-bot
|
3773203a37
|
chore(release): 6.5.4 [skip ci]
## [6.5.4](https://github.com/parse-community/parse-server/compare/6.5.3...6.5.4) (2024-03-16)
### Bug Fixes
* Server crashes when receiving an array of `Parse.Pointer` in the request body ([#9012](https://github.com/parse-community/parse-server/issues/9012)) ([8ff444d](8ff444d42e))
|
2024-03-16 16:20:47 +00:00 |
|
Jayson Ng
|
8ff444d42e
|
fix: Server crashes when receiving an array of Parse.Pointer in the request body (#9012)
|
2024-03-16 17:19:54 +01:00 |
|
semantic-release-bot
|
9cb44c08cc
|
chore(release): 6.5.3 [skip ci]
## [6.5.3](https://github.com/parse-community/parse-server/compare/6.5.2...6.5.3) (2024-03-16)
### Bug Fixes
* Security upgrade follow-redirects from 1.15.5 to 1.15.6 ([#9019](https://github.com/parse-community/parse-server/issues/9019)) ([422958e](422958e246))
|
2024-03-16 13:41:15 +00:00 |
|
Manuel
|
09b6a95264
|
ci: Fix auto-release (#9021)
|
2024-03-16 14:40:12 +01:00 |
|
Parse Platform
|
422958e246
|
fix: Security upgrade follow-redirects from 1.15.5 to 1.15.6 (#9019)
|
2024-03-16 10:10:50 +01:00 |
|
Manuel
|
b8535b3db9
|
ci: Fix LTS releases are published as pre-releases (#8989)
|
2024-03-05 20:00:09 +01:00 |
|
Corey
|
9282bc595c
|
ci: Fix failing Docker release by removing arm/v6 and arm/v7 support (#8977)
|
2024-03-05 08:56:40 +01:00 |
|
Parse Platform
|
47184f0734
|
refactor: Upgrade graphql-list-fields from 2.0.2 to 2.0.4 (#8973)
|
2024-03-03 00:46:54 +01:00 |
|
Parse Platform
|
d53c1f3668
|
refactor: Upgrade winston-daily-rotate-file from 4.7.1 to 5.0.0 (#8974)
|
2024-03-03 00:03:05 +01:00 |
|
semantic-release-bot
|
d3ec2e2be7
|
chore(release): 6.5.2 [skip ci]
## [6.5.2](https://github.com/parse-community/parse-server/compare/6.5.1...6.5.2) (2024-03-02)
### Bug Fixes
* Security upgrade @parse/push-adapter from 5.1.0 to 5.1.1 ([#8975](https://github.com/parse-community/parse-server/issues/8975)) ([0fa0aab](0fa0aabefe))
|
2024-03-02 21:48:11 +00:00 |
|
Parse Platform
|
0fa0aabefe
|
fix: Security upgrade @parse/push-adapter from 5.1.0 to 5.1.1 (#8975)
|
2024-03-02 22:47:16 +01:00 |
|
semantic-release-bot
|
46761d3ae2
|
chore(release): 6.5.1 [skip ci]
## [6.5.1](https://github.com/parse-community/parse-server/compare/6.5.0...6.5.1) (2024-03-02)
### Bug Fixes
* Security upgrade @parse/push-adapter from 5.0.2 to 5.1.0 ([#8972](https://github.com/parse-community/parse-server/issues/8972)) ([bba24dd](bba24dd827))
|
2024-03-02 20:43:02 +00:00 |
|
Parse Platform
|
bba24dd827
|
fix: Security upgrade @parse/push-adapter from 5.0.2 to 5.1.0 (#8972)
|
2024-03-02 21:42:04 +01:00 |
|
Manuel
|
30258be121
|
docs: Remove incorrect change log entries (#8963)
|
2024-03-01 17:14:29 +01:00 |
|
semantic-release-bot
|
5f9a27fb8e
|
chore(release): 6.5.0 [skip ci]
# [6.5.0](https://github.com/parse-community/parse-server/compare/6.4.0...6.5.0) (2024-03-01)
### 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](7d32d8934f))
* Improve PostgreSQL injection detection; fixes security vulnerability [GHSA-6927-3vr9-fxf2](https://github.com/parse-community/parse-server/security/advisories/GHSA-6927-3vr9-fxf2) which affects Parse Server deployments using a Postgres database ([#8960](https://github.com/parse-community/parse-server/issues/8960)) ([a6e6549](a6e6549435))
* 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](3d6d50e0af))
* Security bump @babel/traverse from 7.20.5 to 7.23.2 ([#8777](https://github.com/parse-community/parse-server/issues/8777)) ([2d6b3d1](2d6b3d1849))
* Security upgrade graphql from 16.6.0 to 16.8.1 ([#8758](https://github.com/parse-community/parse-server/issues/8758)) ([71dfd8a](71dfd8a7ec))
### Features
* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8791](https://github.com/parse-community/parse-server/issues/8791)) ([f630a45](f630a45aa5))
* 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](09fbeebba8))
* Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` ([#8724](https://github.com/parse-community/parse-server/issues/8724)) ([a9c34ef](a9c34ef1e2))
* Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key ([#8696](https://github.com/parse-community/parse-server/issues/8696)) ([77bbfb3](77bbfb3f18))
* Upgrade Parse Server Push Adapter to 5.0.2 ([#8813](https://github.com/parse-community/parse-server/issues/8813)) ([6ef1986](6ef1986c03))
### Performance Improvements
* Improved IP validation performance for `masterKeyIPs`, `maintenanceKeyIPs` ([#8510](https://github.com/parse-community/parse-server/issues/8510)) ([b87daba](b87daba067))
|
2024-03-01 16:04:36 +00:00 |
|
Manuel
|
297faaece4
|
ci: Fix incorrect release branch config (#8962)
|
2024-03-01 17:03:43 +01:00 |
|
Manuel
|
a6e6549435
|
fix: Improve PostgreSQL injection detection; fixes security vulnerability [GHSA-6927-3vr9-fxf2](https://github.com/parse-community/parse-server/security/advisories/GHSA-6927-3vr9-fxf2) which affects Parse Server deployments using a Postgres database (#8960)
|
2024-03-01 16:51:02 +01:00 |
|
Parse Platform
|
244e3431cf
|
refactor: Upgrade redis from 4.6.12 to 4.6.13 (#8955)
|
2024-02-27 14:42:47 +01:00 |
|
Parse Platform
|
33c648dc81
|
refactor: Upgrade uuid from 9.0.0 to 9.0.1 (#8943)
|
2024-02-26 01:22:37 +01:00 |
|
Parse Platform
|
4524c35d51
|
refactor: Upgrade follow-redirects from 1.15.2 to 1.15.5 (#8931)
|
2024-02-24 17:30:05 +01:00 |
|
Parse Platform
|
70e0cb3744
|
refactor: Upgrade jwks-rsa from 2.1.5 to 3.1.0 (#8932)
|
2024-02-24 12:22:00 +01:00 |
|
Parse Platform
|
519dee9b89
|
refactor: Upgrade winston from 3.8.2 to 3.11.0 (#8933)
|
2024-02-23 18:18:24 +01:00 |
|
Parse Platform
|
897acb76a5
|
refactor: Upgrade semver from 7.5.2 to 7.5.4 (#8934)
|
2024-02-22 13:05:39 +01:00 |
|
Parse Platform
|
e5de9daa18
|
refactor: Upgrade @parse/fs-files-adapter from 1.2.2 to 2.0.1 (#8930)
|
2024-02-20 18:17:11 +01:00 |
|
Parse Platform
|
223fde0f31
|
refactor: Upgrade pg-promise from 11.5.0 to 11.5.4 (#8924)
|
2024-02-17 00:41:11 +01:00 |
|
Parse Platform
|
d0a5af33ca
|
refactor: Upgrade otpauth from 9.1.2 to 9.2.2 (#8923)
|
2024-02-17 00:10:26 +01:00 |
|
Parse Platform
|
8fe0ae7a2c
|
refactor: Upgrade ws from 8.13.0 to 8.16.0 (#8921)
|
2024-02-15 23:54:05 +01:00 |
|
Parse Platform
|
5179501885
|
refactor: Upgrade redis from 4.6.6 to 4.6.12 (#8922)
|
2024-02-15 19:35:22 +01:00 |
|
Parse Platform
|
933e8226df
|
refactor: Upgrade lru-cache from 9.1.1 to 10.1.0 (#8870)
|
2024-01-08 12:15:33 +01:00 |
|
semantic-release-bot
|
d3087ed69f
|
chore(release): 6.5.0-alpha.2 [skip ci]
# [6.5.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.5.0-alpha.1...6.5.0-alpha.2) (2023-11-19)
### Performance Improvements
* Improved IP validation performance for `masterKeyIPs`, `maintenanceKeyIPs` ([#8510](https://github.com/parse-community/parse-server/issues/8510)) ([b87daba](b87daba067))
|
2023-11-19 22:14:13 +00:00 |
|
Antoine Cormouls
|
b87daba067
|
perf: Improved IP validation performance for masterKeyIPs, maintenanceKeyIPs (#8510)
|
2023-11-19 23:13:16 +01:00 |
|
Manuel
|
759731926f
|
docs: Improve docs for Parse Server options masterKeyIps, maintenanceKeyIps (#8814)
|
2023-11-18 15:41:16 +01:00 |
|
semantic-release-bot
|
0762ba6b79
|
chore(release): 6.5.0-alpha.1 [skip ci]
# [6.5.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.4.0...6.5.0-alpha.1) (2023-11-18)
### 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](7d32d8934f))
* 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](3d6d50e0af))
* Security bump @babel/traverse from 7.20.5 to 7.23.2 ([#8777](https://github.com/parse-community/parse-server/issues/8777)) ([2d6b3d1](2d6b3d1849))
* Security upgrade graphql from 16.6.0 to 16.8.1 ([#8758](https://github.com/parse-community/parse-server/issues/8758)) ([71dfd8a](71dfd8a7ec))
### Features
* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8791](https://github.com/parse-community/parse-server/issues/8791)) ([f630a45](f630a45aa5))
* 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](09fbeebba8))
* Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` ([#8724](https://github.com/parse-community/parse-server/issues/8724)) ([a9c34ef](a9c34ef1e2))
* Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key ([#8696](https://github.com/parse-community/parse-server/issues/8696)) ([77bbfb3](77bbfb3f18))
* Upgrade Parse Server Push Adapter to 5.0.2 ([#8813](https://github.com/parse-community/parse-server/issues/8813)) ([6ef1986](6ef1986c03))
|
2023-11-18 13:54:18 +00:00 |
|
Manuel
|
6ef1986c03
|
feat: Upgrade Parse Server Push Adapter to 5.0.2 (#8813)
|
2023-11-18 14:53:21 +01:00 |
|
semantic-release-bot
|
988ecdac54
|
chore(release): 6.5.0-beta.1 [skip ci]
# [6.5.0-beta.1](https://github.com/parse-community/parse-server/compare/6.4.0...6.5.0-beta.1) (2023-11-16)
### 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](7d32d8934f))
* 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](3d6d50e0af))
* Security bump @babel/traverse from 7.20.5 to 7.23.2 ([#8777](https://github.com/parse-community/parse-server/issues/8777)) ([2d6b3d1](2d6b3d1849))
* Security upgrade graphql from 16.6.0 to 16.8.1 ([#8758](https://github.com/parse-community/parse-server/issues/8758)) ([71dfd8a](71dfd8a7ec))
### Features
* Add `$setOnInsert` operator to `Parse.Server.database.update` ([#8791](https://github.com/parse-community/parse-server/issues/8791)) ([f630a45](f630a45aa5))
* 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](09fbeebba8))
* Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` ([#8724](https://github.com/parse-community/parse-server/issues/8724)) ([a9c34ef](a9c34ef1e2))
* Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key ([#8696](https://github.com/parse-community/parse-server/issues/8696)) ([77bbfb3](77bbfb3f18))
|
2023-11-16 15:57:46 +00:00 |
|
Manuel
|
87059ae1d6
|
build: Release (#8810)
|
2023-11-16 16:56:44 +01:00 |
|
Manuel Trezza
|
42e2e12956
|
release
|
2023-11-16 16:43:24 +01:00 |
|
Manuel Trezza
|
d58032d39d
|
Merge branch 'beta' into build-release
* beta:
chore(release): 6.4.0 [skip ci]
release
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)
chore(release): 6.3.1 [skip ci]
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)
|
2023-11-16 16:41:43 +01:00 |
|
semantic-release-bot
|
5b1bb598e4
|
chore(release): 6.4.0 [skip ci]
# [6.4.0](https://github.com/parse-community/parse-server/compare/6.3.1...6.4.0) (2023-11-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](6a4a00ca7a))
* Redis 4 does not reconnect after unhandled error ([#8706](https://github.com/parse-community/parse-server/issues/8706)) ([2b3d4e5](2b3d4e5d3c))
* Remove config logging when launching Parse Server via CLI ([#8710](https://github.com/parse-community/parse-server/issues/8710)) ([ae68f0c](ae68f0c31b))
* Server does not start via CLI when `auth` option is set ([#8666](https://github.com/parse-community/parse-server/issues/8666)) ([4e2000b](4e2000bc56))
### 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](44acd6d9ed))
* 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](a9d376b61f))
* Add TOTP authentication adapter ([#8457](https://github.com/parse-community/parse-server/issues/8457)) ([cc079a4](cc079a40f6))
### Performance Improvements
* Improve performance of recursive pointer iterations ([#8741](https://github.com/parse-community/parse-server/issues/8741)) ([45a3ed0](45a3ed0fcf))
|
2023-11-16 15:26:18 +00:00 |
|
Manuel
|
2612a387ce
|
build: Release (#8809)
|
2023-11-16 16:25:13 +01:00 |
|
Manuel Trezza
|
c6355cda73
|
release
|
2023-11-16 15:58:24 +01:00 |
|
Manuel Trezza
|
90aac622b0
|
Merge branch 'release' into build-release
* release:
chore(release): 6.3.1 [skip ci]
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)
|
2023-11-16 15:57:43 +01:00 |
|
semantic-release-bot
|
4b3ce20300
|
chore(release): 6.4.0-alpha.8 [skip ci]
# [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](09fbeebba8))
|
2023-11-13 22:33:43 +00:00 |
|
Mattia Faraci
|
09fbeebba8
|
feat: Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, transformEmailToLowercase, transformUsernameToLowercase (#8805)
|
2023-11-13 23:32:47 +01:00 |
|
Manuel
|
80b987d00d
|
test: Improve test for $setOnInsert (#8793)
|
2023-10-25 20:32:58 +02:00 |
|
semantic-release-bot
|
9e0094980f
|
chore(release): 6.4.0-alpha.7 [skip ci]
# [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](f630a45aa5))
|
2023-10-25 17:14:37 +00:00 |
|
Manuel
|
f630a45aa5
|
feat: Add $setOnInsert operator to Parse.Server.database.update (#8791)
|
2023-10-25 19:13:27 +02:00 |
|
Manuel
|
ea57a7706d
|
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)
|
2023-10-21 01:03:31 +02:00 |
|
Manuel
|
fe02d3e8aa
|
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)
|
2023-10-21 01:03:02 +02:00 |
|
semantic-release-bot
|
b0c012e835
|
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)
### Bug Fixes
* 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](https://github.com/parse-community/parse-server/issues/8781)) ([fd86278](fd86278919))
|
2023-10-20 23:02:48 +00:00 |
|