Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/parse-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.0-alpha.12
Choose a base ref
...
head repository: parse-community/parse-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.0-alpha.13
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 30, 2024

  1. empty

    mtrezza committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4116f57 View commit details
    Browse the repository at this point in the history
  2. build: Release (#9169)

    mtrezza authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    b645263 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.1.0-beta.1 [skip ci]

    # [7.1.0-beta.1](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` ([#8766](#8766)) ([5b0efb2](5b0efb2))
    * `Required` option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations ([#8915](#8915)) ([907ad42](907ad42))
    * Facebook Limited Login not working due to incorrect domain in JWT validation ([#9122](#9122)) ([9d0bd2b](9d0bd2b))
    * Live query throws error when constraint `notEqualTo` is set to `null` ([#8835](#8835)) ([11d3e48](11d3e48))
    * Parse Server option `extendSessionOnUse` not working for session lengths < 24 hours ([#9113](#9113)) ([0a054e6](0a054e6))
    * Rate limiting can fail when using Parse Server option `rateLimit.redisUrl` with clusters ([#8632](#8632)) ([c277739](c277739))
    * SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability [GHSA-c2hr-cqg6-8j6r](GHSA-c2hr-cqg6-8j6r) ([#9167](#9167)) ([2edf1e4](2edf1e4))
    
    ### Features
    
    * Add `silent` log level for Cloud Code ([#8803](#8803)) ([5f81efb](5f81efb))
    * Add server security check status `security.enableCheck` to Features Router ([#8679](#8679)) ([b07ec15](b07ec15))
    * Prevent Parse Server start in case of unknown option in server configuration ([#8987](#8987)) ([8758e6a](8758e6a))
    * Upgrade to @parse/push-adapter 6.0.0 ([#9066](#9066)) ([18bdbf8](18bdbf8))
    * Upgrade to @parse/push-adapter 6.2.0 ([#9127](#9127)) ([ca20496](ca20496))
    * Upgrade to Parse JS SDK 5.2.0 ([#9128](#9128)) ([665b8d5](665b8d5))
    semantic-release-bot committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    91dde99 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    284da09 View commit details
    Browse the repository at this point in the history
  2. chore(release): 7.1.0-alpha.13 [skip ci]

    # [7.1.0-alpha.13](7.1.0-alpha.12...7.1.0-alpha.13) (2024-07-01)
    
    ### Bug Fixes
    
    * Invalid push notification tokens are not cleaned up from database for FCM API v2 ([#9173](#9173)) ([284da09](284da09))
    semantic-release-bot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6bdd87c View commit details
    Browse the repository at this point in the history
Loading