️ Release 3.5.0 (#5754)

* ️ Release 3.5.0

* nit
This commit is contained in:
Diamond Lewis
2019-07-03 17:07:49 -05:00
committed by GitHub
parent 3a7b0c4c75
commit 9900a956e6
3 changed files with 38 additions and 48 deletions

View File

@@ -2,15 +2,28 @@
### master
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.4...master)
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.5.0...master)
### 3.5.0
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.4...3.5.0)
- 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)
[GraphQL Guide](https://github.com/parse-community/parse-server#graphql)
- NEW: Sign in with Apple [#5694](https://github.com/parse-community/parse-server/pull/5694) thanks to [Diamond Lewis](https://github.com/dplewis)
- NEW: AppSecret to Facebook Auth [#5695](https://github.com/parse-community/parse-server/pull/5695) thanks to [Diamond Lewis](https://github.com/dplewis)
- 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)
- FIX: Winston Logger string interpolation [#5729](https://github.com/parse-community/parse-server/pull/5729) thanks to [Diamond Lewis](https://github.com/dplewis)
### 3.4.4
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.3...3.4.4)
Fix: Commit changes
Fix: Commit changes
### 3.4.3
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.4.2...3.4.3)
Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.
### 3.4.2