Skip to content

Releases: ForestAdmin/forest-express-sequelize

v8.0.3

26 Jul 09:04
Compare
Choose a tag to compare

8.0.3 (2021-07-26)

Bug Fixes

  • do not modify query options object when applying workarounds for specific drivers (#783) (5989fda)

v8.0.2

23 Jul 13:48
Compare
Choose a tag to compare

8.0.2 (2021-07-23)

Bug Fixes

  • fix display of week number in line chart (#785) (48d202d)

v8.0.1

22 Jul 10:02
Compare
Choose a tag to compare

8.0.1 (2021-07-22)

Bug Fixes

  • related-data: sequelize related data are not displayed (#784) (05b8ee3)

v8.0.0

19 Jul 15:09
Compare
Choose a tag to compare

8.0.0 (2021-07-19)

Bug Fixes

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)

  • security: secure segments queries (#764) (98d7f74)

  • 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

19 Jul 14:57
Compare
Choose a tag to compare
v8.0.0-beta.13 Pre-release
Pre-release

8.0.0-beta.13 (2021-07-19)

v8.0.0-beta.12

19 Jul 14:41
Compare
Choose a tag to compare
v8.0.0-beta.12 Pre-release
Pre-release

8.0.0-beta.12 (2021-07-19)

Bug Fixes

  • add isSearchable to collection options (#770) (acf3d3e)
  • add missing Json value for FieldType Type (#768) (49b95d8)

v8.0.0-beta.11

09 Jul 07:42
Compare
Choose a tag to compare
v8.0.0-beta.11 Pre-release
Pre-release

8.0.0-beta.11 (2021-07-09)

Features

  • allow hooks for global and bulk smart action (#769) (14c26cd)

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

08 Jul 15:21
Compare
Choose a tag to compare
v8.0.0-beta.10 Pre-release
Pre-release

8.0.0-beta.10 (2021-07-08)

Bug Fixes

v8.0.0-beta.9

06 Jul 14:30
Compare
Choose a tag to compare
v8.0.0-beta.9 Pre-release
Pre-release

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)

Features

  • add typescript declaration file (#743) (a536f1c)
  • include role in the user data inside the request (#746) (425bba5)

v7.12.2

06 Jul 15:26
Compare
Choose a tag to compare

7.12.2 (2021-07-06)

Bug Fixes

  • add isSearchable to collection options (#770) (acf3d3e)