Skip to content

Commit 670de87

Browse files
committed
[*] Smart Relationships - Prevent server crash in case of "cyclic" Smart BelongsTo declaration
1 parent 6a28bc5 commit 670de87

File tree

3 files changed

+335
-220
lines changed

3 files changed

+335
-220
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
## [Unreleased]
44
### Added
55
- Readme - Add the test coverage badge.
6+
- Technical - `.forestadmin-schema` now keeps track of engine and framework names and versions.
67

78
### Changed
89
- Technical - Use Jest instead of Mocha for the test base.
910

11+
### Fixed
12+
- Schema - The `.forestadmin-schema.json` file is now written in the project directory, wherever the startup command has been hinted from.
13+
- Smart Relationships - Prevent server crash in case of "cyclic" Smart BelongsTo declaration.
14+
1015
## RELEASE 5.2.0 - 2019-11-18
1116
### Added
1217
- Routes - Expose the record services and the permissions middleware.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"babel-runtime": "7.0.0-beta.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "5.2.0",
29+
"forest-express": "5.3.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",
@@ -66,4 +66,4 @@
6666
"pre-commit": [
6767
"pre-commit"
6868
]
69-
}
69+
}

0 commit comments

Comments
 (0)