Skip to content

Commit 9900a95

Browse files
authored
⚡️ Release 3.5.0 (#5754)
* ⚡️ Release 3.5.0 * nit
1 parent 3a7b0c4 commit 9900a95

File tree

3 files changed

+38
-48
lines changed

3 files changed

+38
-48
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,28 @@
22

33
### master
44

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)
618

719
### 3.4.4
820
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.3...3.4.4)
9-
Fix: Commit changes
1021

22+
Fix: Commit changes
1123

1224
### 3.4.3
1325
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.2...3.4.3)
26+
1427
Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.
1528

1629
### 3.4.2

package-lock.json

Lines changed: 22 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.4.4",
3+
"version": "3.5.0",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)