Skip to content

Releases: ForestAdmin/forest-rails

v7.2.2

30 Sep 18:06
Compare
Choose a tag to compare

7.2.2 (2021-09-30)

Bug Fixes

  • authentication: fix certificate issues that break the authentication (#522) (0caa6c5)

v6.6.3

30 Sep 18:12
Compare
Choose a tag to compare

6.6.3 (2021-09-30)

Bug Fixes

  • authentication: fix certificate issues that break the authentication (#524) (6526b85)

v7.2.1

29 Sep 12:15
Compare
Choose a tag to compare

7.2.1 (2021-09-29)

Bug Fixes

  • smart actions restricted to a segment using segment query should be visible (#510) (6bb4439)

v7.2.0

10 Sep 07:28
Compare
Choose a tag to compare

7.2.0 (2021-09-10)

Features

v7.1.0

25 Aug 13:01
Compare
Choose a tag to compare

7.1.0 (2021-08-25)

Features

  • include tags in the user data inside the request (#515) (91e9bb9)

v7.0.2

16 Aug 12:09
Compare
Choose a tag to compare

7.0.2 (2021-08-16)

Bug Fixes

  • hooks: smart action hooks response correctly send back serialized fields (#514) (794f9a7)

v7.0.1

23 Jul 09:14
Compare
Choose a tag to compare

7.0.1 (2021-07-23)

Bug Fixes

  • restrict the use of surrounding parentheses only to in operator (2e8d0cd)
  • restrict the use of surrounding parentheses only to IN operator (17df2c0)

v7.0.0

20 Jul 08:23
Compare
Choose a tag to compare

7.0.0 (2021-07-20)

Bug Fixes

  • dependency: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#475) (3feea36)

chore

  • force-release: now using forestadmin-jsonapi-serializers instead of the jsonapi-serializers gem (#464) (00ee2a4)

Features

  • scopes: enforce scopes restrictions on a wider range of requests (#488) (66825a3)
  • smart action hooks now have access to the http request (#499) (5cd4a0e)
  • hooks: developers can dynamically add or remove smart actions fields (#465) (970f3d8)
  • security: secure segments queries (#495) (571f889)

BREAKING CHANGES

  • record is no longer send to the hook midleware & values option on smart action is no longer supported
  • hooks: 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.
  • dependency: Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library
  • force-release: Switch from jsonapi-serializers to forestadmin-jsonapi-serializers to serialize data to the JSONAPI format, mainly to avoid conflict with the jsonapi-serializer library

v7.0.0-beta.6

20 Jul 08:02
Compare
Choose a tag to compare
v7.0.0-beta.6 Pre-release
Pre-release

7.0.0-beta.6 (2021-07-20)

Bug Fixes

  • allow smart action endpoints to start with slashes (d4f6a61)
  • allow smart action endpoints to start with slashes (cf6c6a9)
  • fix time based graph when timezone is different with database (#476) (5d9fb89)
  • stats permissions should be retrieved only one time per team (#489) (c2e9104)
  • support permissions infos with ruby < 2.7 (#486) (a611271)

Features

  • include role in the user data inside the request (#478) (0a34716)
  • schema: move some meta data under stack attribute to prevent blocking scenarios on DWO (#469) (76aa754)

v7.0.0-beta.5

09 Jul 10:56
Compare
Choose a tag to compare
v7.0.0-beta.5 Pre-release
Pre-release

7.0.0-beta.5 (2021-07-09)

Features

  • scopes: enforce scopes restrictions on a wider range of requests (#488) (66825a3)