Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Jun 30, 2024

No description provided.

mtrezza and others added 30 commits March 19, 2024 22:32
# [7.0.0-alpha.30](parse-community/parse-server@7.0.0-alpha.29...7.0.0-alpha.30) (2024-03-20)

### Bug Fixes

* `Required` option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations ([parse-community#8915](parse-community#8915)) ([907ad42](parse-community@907ad42))
# [7.1.0-alpha.1](parse-community/parse-server@7.0.0...7.1.0-alpha.1) (2024-03-23)

### Bug Fixes

* `Required` option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations ([parse-community#8915](parse-community#8915)) ([907ad42](parse-community@907ad42))

### Features

* Add `silent` log level for Cloud Code ([parse-community#8803](parse-community#8803)) ([5f81efb](parse-community@5f81efb))
# [7.1.0-alpha.2](parse-community/parse-server@7.1.0-alpha.1...7.1.0-alpha.2) (2024-03-24)

### Features

* Add server security check status `security.enableCheck` to Features Router ([parse-community#8679](parse-community#8679)) ([b07ec15](parse-community@b07ec15))
# [7.1.0-alpha.3](parse-community/parse-server@7.1.0-alpha.2...7.1.0-alpha.3) (2024-03-24)

### Bug Fixes

* Rate limiting can fail when using Parse Server option `rateLimit.redisUrl` with clusters ([parse-community#8632](parse-community#8632)) ([c277739](parse-community@c277739))
cbaker6 and others added 22 commits May 30, 2024 17:40
# [7.1.0-alpha.10](parse-community/parse-server@7.1.0-alpha.9...7.1.0-alpha.10) (2024-06-11)

### Bug Fixes

* Live query throws error when constraint `notEqualTo` is set to `null` ([parse-community#8835](parse-community#8835)) ([11d3e48](parse-community@11d3e48))
# [7.1.0-alpha.12](parse-community/parse-server@7.1.0-alpha.11...7.1.0-alpha.12) (2024-06-30)

### Bug Fixes

* SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability [GHSA-c2hr-cqg6-8j6r](GHSA-c2hr-cqg6-8j6r) ([parse-community#9167](parse-community#9167)) ([2edf1e4](parse-community@2edf1e4))
# [7.1.0-beta.1](parse-community/parse-server@7.0.0...7.1.0-beta.1) (2024-06-30)

### Bug Fixes

* `Parse.Cloud.startJob` and `Parse.Push.send` not returning status ID when setting Parse Server option `directAccess: true` ([parse-community#8766](parse-community#8766)) ([5b0efb2](parse-community@5b0efb2))
* `Required` option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations ([parse-community#8915](parse-community#8915)) ([907ad42](parse-community@907ad42))
* Facebook Limited Login not working due to incorrect domain in JWT validation ([parse-community#9122](parse-community#9122)) ([9d0bd2b](parse-community@9d0bd2b))
* Live query throws error when constraint `notEqualTo` is set to `null` ([parse-community#8835](parse-community#8835)) ([11d3e48](parse-community@11d3e48))
* Parse Server option `extendSessionOnUse` not working for session lengths < 24 hours ([parse-community#9113](parse-community#9113)) ([0a054e6](parse-community@0a054e6))
* Rate limiting can fail when using Parse Server option `rateLimit.redisUrl` with clusters ([parse-community#8632](parse-community#8632)) ([c277739](parse-community@c277739))
* SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability [GHSA-c2hr-cqg6-8j6r](GHSA-c2hr-cqg6-8j6r) ([parse-community#9167](parse-community#9167)) ([2edf1e4](parse-community@2edf1e4))

### Features

* Add `silent` log level for Cloud Code ([parse-community#8803](parse-community#8803)) ([5f81efb](parse-community@5f81efb))
* Add server security check status `security.enableCheck` to Features Router ([parse-community#8679](parse-community#8679)) ([b07ec15](parse-community@b07ec15))
* Prevent Parse Server start in case of unknown option in server configuration ([parse-community#8987](parse-community#8987)) ([8758e6a](parse-community@8758e6a))
* Upgrade to @parse/push-adapter 6.0.0 ([parse-community#9066](parse-community#9066)) ([18bdbf8](parse-community@18bdbf8))
* Upgrade to @parse/push-adapter 6.2.0 ([parse-community#9127](parse-community#9127)) ([ca20496](parse-community@ca20496))
* Upgrade to Parse JS SDK 5.2.0 ([parse-community#9128](parse-community#9128)) ([665b8d5](parse-community@665b8d5))
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build: release build: Release Jun 30, 2024
@parse-github-assistant
Copy link

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

@codecov
Copy link

codecov bot commented Jun 30, 2024

Codecov Report

Attention: Patch coverage is 98.63014% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.14%. Comparing base (a84ecc9) to head (31ad5d1).
Report is 40 commits behind head on release.

Files Patch % Lines
src/Config.js 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #9170      +/-   ##
===========================================
- Coverage    94.21%   94.14%   -0.08%     
===========================================
  Files          186      186              
  Lines        14825    14727      -98     
===========================================
- Hits         13968    13865     -103     
- Misses         857      862       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza merged commit 0633f98 into parse-community:release Jun 30, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jun 30, 2024
@mtrezza mtrezza deleted the build branch July 1, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:released Released as stable version

Projects

None yet

Development

Successfully merging this pull request may close these issues.