Skip to content

Commit 0bfa6b7

Browse files
authored
Release 4.10.2 (#7513)
* move graphql-tag from devDependencies to dependencies (#7183) * bump version * Update CHANGELOG.md
1 parent 0be0b87 commit 0bfa6b7

File tree

3 files changed

+29
-16
lines changed

3 files changed

+29
-16
lines changed

CHANGELOG.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
## Parse Server Changelog
1+
# Parse Server Changelog
22

3-
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.1...master)
3+
# 4.10.2
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.1...4.10.2)
55

6-
### 4.10.1
6+
## Fixes
7+
- Move graphql-tag from devDependencies to dependencies (Antonio Davi Macedo Coelho de Castro) [#7183](https://github.com/parse-community/parse-server/pull/7183)
8+
9+
# 4.10.1
710
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.10.0...4.10.1)
811

12+
## Security Fixes
913
- Updated to Parse JS SDK 3.3.0 and other security fixes (Manuel Trezza) [#7508](https://github.com/parse-community/parse-server/pull/7508)
1014

1115
> ⚠️ This includes a security fix of the Parse JS SDK where `logIn` will default to `POST` instead of `GET` method. This may require changes in your deployment before you upgrade to this release, see the Parse JS SDK 3.0.0 [release notes](https://github.com/parse-community/Parse-SDK-JS/releases/tag/3.0.0).
1216
13-
### 4.10.0
17+
# 4.10.0
1418
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.2...4.10.0)
1519

1620
*Versions >4.5.2 and <4.10.0 are skipped.*
@@ -26,16 +30,16 @@
2630
>
2731
>**If you are using any of the affected versions, we urgently recommend to upgrade to version `4.10.0`.**
2832
29-
### 4.5.2
33+
# 4.5.2
3034
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.5.0...4.5.2)
3135
32-
### Security Fixes
36+
## Security Fixes
3337
- SECURITY FIX: Fixes incorrect session property `authProvider: password` of anonymous users. When signing up an anonymous user, the session field `createdWith` indicates incorrectly that the session has been created using username and password with `authProvider: password`, instead of an anonymous sign-up with `authProvider: anonymous`. This fixes the issue by setting the correct `authProvider: anonymous` for future sign-ups of anonymous users. This fix does not fix incorrect `authProvider: password` for existing sessions of anonymous users. Consider this if your app logic depends on the `authProvider` field. (Corey Baker) [GHSA-23r4-5mxp-c7g5](https://github.com/parse-community/parse-server/security/advisories/GHSA-23r4-5mxp-c7g5)
3438
35-
### 4.5.1
39+
# 4.5.1
3640
*This version was published by mistake and was deprecated.*
3741
38-
### 4.5.0
42+
# 4.5.0
3943
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.4.0...4.5.0)
4044
4145
__BREAKING CHANGES:__

package-lock.json

+14-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {
@@ -38,6 +38,7 @@
3838
"graphql": "15.4.0",
3939
"graphql-list-fields": "2.0.2",
4040
"graphql-relay": "0.6.0",
41+
"graphql-tag": "2.12.5",
4142
"graphql-upload": "11.0.0",
4243
"intersect": "1.0.1",
4344
"jsonwebtoken": "8.5.1",
@@ -81,7 +82,6 @@
8182
"eslint-plugin-flowtype": "5.1.3",
8283
"flow-bin": "0.119.1",
8384
"form-data": "3.0.0",
84-
"graphql-tag": "2.10.1",
8585
"husky": "4.2.5",
8686
"jasmine": "3.5.0",
8787
"jsdoc": "3.6.7",

0 commit comments

Comments
 (0)