Releases: ForestAdmin/forest-express-sequelize
Releases · ForestAdmin/forest-express-sequelize
v8.0.3
v8.0.2
v8.0.1
v8.0.0
8.0.0 (2021-07-19)
Bug Fixes
- abstractRecord type (#772) (81492b9)
- correctly get the IP address from the request headers (2b5ed1d)
- fix types (580ef41)
Features
-
allow hooks for global and bulk smart action (#769) (14c26cd)
-
browsing-context: allow
Forest-Context-Url
header to give the current browser url of users (#665) (c46fd66) -
browsing-context: allow
Forest-Context-Url
header to give the current browser url of users (#665) (a61699a) -
smart-action: user can add dynamically field with hook on smart action form (#742) (228bb42)
-
feat(scopes)!: enforce scopes restrictions on a wider range of requests (#731) (da7d71d), closes #731
BREAKING CHANGES
- record is no longer send to the hook middleware & values option on smart action is no longer supported
- smart-action: fields parameters on hook function is no longer a map of field, it is now an array.
change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook. - the public API of forest-express has changed to include the parameters which are needed to evaluate scope filters. This includes PermissionMiddlewareCreator, all classes on the /exposed folder and most services. Many routes now require providing the current user timezone.
- browsing-context: users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
- browsing-context: users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
v8.0.0-beta.13
8.0.0-beta.13 (2021-07-19)
v8.0.0-beta.12
8.0.0-beta.12 (2021-07-19)
Bug Fixes
v8.0.0-beta.11
8.0.0-beta.11 (2021-07-09)
Features
BREAKING CHANGES
- record is no longer send to the hook middleware & values option on smart action is no longer supported
v8.0.0-beta.10
v8.0.0-beta.9
8.0.0-beta.9 (2021-07-06)
Bug Fixes
- fix types (580ef41)
- support inverseOf property (#760) (6fab976)
- authentication: error during authentication when the environment is secret passed as a liana option and not an environment variable (#758) (39ab674)
- intercom: fix date conversion from unix timestamp to js date of intercom attributes (#754) (11a1549)
- retrocompatibility: make test suite pass with [email protected] (#761) (a04be5c)
- fix mssql ordering collection by pk (#734) (7bbd19d)
- prevent IP check from failing for the proxies including the port in the headers (#751) (92852f7)