File tree Expand file tree Collapse file tree 3 files changed +38
-48
lines changed Expand file tree Collapse file tree 3 files changed +38
-48
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### master
4
4
5
- [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.4.4...master )
5
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.5.0...master )
6
+
7
+ ### 3.5.0
8
+ [ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.4.4...3.5.0 )
9
+
10
+ - NEW: GraphQL Support [ #5674 ] ( https://github.com/parse-community/parse-server/pull/5674 ) thanks to [ Antonio Davi Macedo Coelho de Castro] ( https://github.com/davimacedo )
11
+
12
+ [ GraphQL Guide] ( https://github.com/parse-community/parse-server#graphql )
13
+
14
+ - NEW: Sign in with Apple [ #5694 ] ( https://github.com/parse-community/parse-server/pull/5694 ) thanks to [ Diamond Lewis] ( https://github.com/dplewis )
15
+ - NEW: AppSecret to Facebook Auth [ #5695 ] ( https://github.com/parse-community/parse-server/pull/5695 ) thanks to [ Diamond Lewis] ( https://github.com/dplewis )
16
+ - NEW: Postgres: Regex support foreign characters [ #5598 ] ( https://github.com/parse-community/parse-server/pull/5598 ) thanks to [ Jeff Gu Kang] ( https://github.com/JeffGuKang )
17
+ - FIX: Winston Logger string interpolation [ #5729 ] ( https://github.com/parse-community/parse-server/pull/5729 ) thanks to [ Diamond Lewis] ( https://github.com/dplewis )
6
18
7
19
### 3.4.4
8
20
[ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.4.3...3.4.4 )
9
- Fix: Commit changes
10
21
22
+ Fix: Commit changes
11
23
12
24
### 3.4.3
13
25
[ Full Changelog] ( https://github.com/parse-community/parse-server/compare/3.4.2...3.4.3 )
26
+
14
27
Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.
15
28
16
29
### 3.4.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " parse-server" ,
3
- "version" : " 3.4.4 " ,
3
+ "version" : " 3.5.0 " ,
4
4
"description" : " An express module providing a Parse-compatible API server" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments