File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
### Fixed
8
8
- Technical - Ensure that all databases are initialized before running CI tests.
9
9
- Segment Live Query - Fix issue where an incorrect live query causes the server to crash.
10
+ - Login - Make the login error messages brought up to the end client through toasts more accurate.
11
+ - Schema - Schemas having fields with escaped characters are now properly saved as valid JSON.
10
12
11
13
## RELEASE 5.6.0 - 2020-01-14
12
14
### Added
Original file line number Diff line number Diff line change 25
25
"dependencies" : {
26
26
"babel-runtime" : " 7.0.0-beta.3" ,
27
27
"bluebird" : " 2.9.25" ,
28
- "forest-express" : " 5.6.0 " ,
28
+ "forest-express" : " 5.6.1 " ,
29
29
"http-errors" : " 1.6.1" ,
30
30
"lodash" : " 4.17.13" ,
31
31
"moment" : " 2.19.4" ,
65
65
"pre-commit" : [
66
66
" pre-commit"
67
67
]
68
- }
68
+ }
Original file line number Diff line number Diff line change @@ -2826,10 +2826,10 @@ for-own@^0.1.4:
2826
2826
dependencies :
2827
2827
for-in "^1.0.1"
2828
2828
2829
-
2830
- version "5.6.0 "
2831
- resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.0 .tgz#3279d4522ca9448482f46292d05568f3ac70e460 "
2832
- integrity sha512-T6L0tFfy1jLkTXfW/H785LVlaW6rkVHM0YjCrklkIoOnu8cJbXdVuPy00b3q9p/aerrz6/PgGNDjmpG/JSB6pg ==
2829
+
2830
+ version "5.6.1 "
2831
+ resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.1 .tgz#64322fadf9ca02cff9e493c03831a2be6ca1c736 "
2832
+ integrity sha512-bv/hedS/mGkWNMPWozUgL87eC10R2TsAVfA+dZnWOCZ+JVgCMnKHIO4TRdAa64AQXXk57ofRAqCJBhpByLWn0Q ==
2833
2833
dependencies :
2834
2834
" @babel/runtime" " 7.7.2"
2835
2835
base32-encode "1.1.1"
You can’t perform that action at this time.
0 commit comments