Skip to content

Commit 7038f7f

Browse files
committed
[+] Sessions - Distinguish "CORS configuration issue" and "Server down" scenarios in case of liana login error
1 parent aa28d35 commit 7038f7f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Added
5+
- Sessions - Distinguish "CORS configuration issue" and "Server down" scenarios in case of liana login error.
6+
7+
### Changed
8+
- Smart Collections - Do not insert Smart Collections unless they contain at least one declared field.
9+
410
### Fixed
511
- Record List - Fix filter is blank to also take into account null value.
12+
- Intercom Integration - Better handling of automated messages.
13+
- Initialization - Filter out test files when requiring models (`__tests__/*`, `*.spec.js`, `*.spec.ts`, `*.test.js` or `*.test.ts`).
614

715
## RELEASE 5.6.0 - 2020-01-07
816
### Changed

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.4.1",
29+
"forest-express": "5.6.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",
@@ -65,4 +65,4 @@
6565
"pre-commit": [
6666
"pre-commit"
6767
]
68-
}
68+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2565,10 +2565,10 @@ for-own@^0.1.4:
25652565
dependencies:
25662566
for-in "^1.0.1"
25672567

2568-
forest-express@5.4.1:
2569-
version "5.4.1"
2570-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.4.1.tgz#2f41e2be2b21516e19afd7bfa6063d08f641aa68"
2571-
integrity sha512-x4WbPTTmofQSxfog+/SMTs/nh+q+HVQHnyQjpZvJjniOiGja/Ff9boj/ohhyQoK3GMlhkE3SMr7nj3l/l8yLwQ==
2568+
forest-express@5.6.0:
2569+
version "5.6.0"
2570+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.0.tgz#3279d4522ca9448482f46292d05568f3ac70e460"
2571+
integrity sha512-T6L0tFfy1jLkTXfW/H785LVlaW6rkVHM0YjCrklkIoOnu8cJbXdVuPy00b3q9p/aerrz6/PgGNDjmpG/JSB6pg==
25722572
dependencies:
25732573
"@babel/runtime" "7.7.2"
25742574
base32-encode "1.1.1"

0 commit comments

Comments
 (0)