Skip to content

Commit f19b3a1

Browse files
authored
Merge branch 'alpha' into redis-store
2 parents 4a766f4 + fe2b5e4 commit f19b3a1

File tree

10 files changed

+159
-459
lines changed

10 files changed

+159
-459
lines changed

2.3.0.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

3.0.0.md

Lines changed: 0 additions & 226 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ A big *thank you* 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
9292
- [Using automatically generated operations](#using-automatically-generated-operations)
9393
- [Customizing your GraphQL Schema](#customizing-your-graphql-schema)
9494
- [Learning more](#learning-more)
95-
- [Upgrading to Parse Server 3.0](#upgrading-to-parse-server-30)
9695
- [Contributing](#contributing)
9796
- [Contributors](#contributors)
9897
- [Sponsors](#sponsors)
@@ -1154,12 +1153,6 @@ You also have a very powerful tool inside your GraphQL Playground. Please look a
11541153
11551154
Additionally, the [GraphQL Learn Section](https://graphql.org/learn/) is a very good source to learn more about the power of the GraphQL language.
11561155
1157-
# Upgrading to Parse Server 3.0
1158-
1159-
Starting Parse Server 3.0, Parse Server uses the Parse JavaScript SDK 2.0. In short, the Parse JavaScript SDK 2.0 removes the backbone style callbacks as well as the `Parse.Promise` object in favor of native promises. All the Cloud Code interfaces also have been updated to reflect those changes, and all backbone style response objects are removed and replaced by promise style resolution.
1160-
1161-
We have written up a [migration guide](3.0.0.md) to help you transition to the next major release.
1162-
11631156
# Contributing
11641157
11651158
Please see the [Contributing Guide](CONTRIBUTING.md).

changelogs/CHANGELOG_alpha.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [6.0.0-alpha.29](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.28...6.0.0-alpha.29) (2023-01-26)
2+
3+
4+
### Features
5+
6+
* Upgrade to Parse JavaScript SDK 4 ([#8332](https://github.com/parse-community/parse-server/issues/8332)) ([9092874](https://github.com/parse-community/parse-server/commit/9092874a9a482a24dfdce1dce56615702999d6b8))
7+
8+
# [6.0.0-alpha.28](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.27...6.0.0-alpha.28) (2023-01-25)
9+
10+
11+
### Bug Fixes
12+
13+
* Rate limiter may reject requests that contain a session token ([#8399](https://github.com/parse-community/parse-server/issues/8399)) ([c114dc8](https://github.com/parse-community/parse-server/commit/c114dc8831055d74187b9dfb4c9eeb558520237c))
14+
15+
# [6.0.0-alpha.27](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.26...6.0.0-alpha.27) (2023-01-23)
16+
17+
18+
### Bug Fixes
19+
20+
* `ParseServer.verifyServerUrl` may fail if server response headers are missing; remove unnecessary logging ([#8391](https://github.com/parse-community/parse-server/issues/8391)) ([1c37a7c](https://github.com/parse-community/parse-server/commit/1c37a7cd0715949a70b220a629071c7dab7d5e7b))
21+
122
# [6.0.0-alpha.26](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.25...6.0.0-alpha.26) (2023-01-20)
223

324

0 commit comments

Comments
 (0)