Skip to content

Commit 9865f02

Browse files
mtrezzadavimacedo
authored andcommitted
added breaking change note to 3.8 release (parse-community#6023)
Breaking change as described here: parse-community#5983 (comment)
1 parent 7e0ece1 commit 9865f02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
- FIX: Transaction was aborting before all promises have either resolved or rejected [#5878](https://github.com/parse-community/parse-server/pull/5878). Thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
3939
- NEW: Use transactions for batch operation [#5849](https://github.com/parse-community/parse-server/pull/5849). Thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
4040

41+
#### Breaking Changes:
42+
- If you are running Parse Server on top of a MongoDB deployment which does not fit the [Retryable Writes Requirements](https://docs.mongodb.com/manual/core/retryable-writes/#prerequisites), you will have to add `retryWrites=false` to your connection string in order to upgrade to Parse Server 3.8.
43+
4144
### 3.7.2
4245
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.1...3.7.2)
4346

0 commit comments

Comments
 (0)