Skip to content

Latest commit

 

History

History
437 lines (214 loc) · 29.1 KB

CHANGELOG.md

File metadata and controls

437 lines (214 loc) · 29.1 KB

3.1.6 (2024-09-24)

Bug Fixes

  • composer: update minimum agent dependencies (#95) (58383e2)

3.1.5 (2024-09-19)

Bug Fixes

  • config: add default value for disabledApcuCache configuration (#93) (7f59f84)

3.1.4 (2024-09-16)

Bug Fixes

  • composer: update minimum agent dependencies (#92) (6eb0965)

3.1.3 (2024-09-16)

Bug Fixes

  • composer: update minimum agent dependencies (#91) (0fb9703)

3.1.2 (2024-09-12)

Bug Fixes

  • store agent in cache to improve performance (#90) (952480a)

3.1.1 (2024-08-12)

Bug Fixes

  • update minimum version of agent-php packages (#88) (a9337f3)

3.1.0 (2024-08-12)

Features

3.0.2 (2024-07-31)

Bug Fixes

  • update minimum version of agent-php packages (#85) (0e3f13d)

3.0.1 (2024-02-15)

Bug Fixes

  • onboarding: the installation command publishes the agent initialisation file (#83) (17fb6dd)

3.0.0 (2024-01-16)

Bug Fixes

  • allows user to cache the agent's configuration (#82) (8d39c44)

BREAKING CHANGES

  • add a new configuration file config/forest.php and move the previous configuration to a new template file agentTemplate/forest_admin.php

2.1.2 (2023-07-21)

Bug Fixes

  • add doctrine/dbal dependency to allow use of sqlsrv database (#81) (39bea62)

2.1.1 (2023-07-21)

Bug Fixes

  • output confirmation message on forest:install command (#80) (7d7195f)

2.1.0 (2023-07-20)

Features

  • command: add auto publish configuration into forest install command (#79) (e227807)

2.0.0 (2023-07-18)

Features

  • allow user to onboard to the new eloquent datasource from forestadmin/agent-php (#72) (f09cf6d)
  • allow user to onboard to the new eloquent datasource from forestadmin/agent-php (#78) (ee7f1ee)

BREAKING CHANGES

  • allow user to onboard to the new eloquent datasource from forestadmin/agent-php

2.0.0-beta.1 (2023-07-18)

Features

  • allow user to onboard to the new eloquent datasource from forestadmin/agent-php (#72) (f09cf6d)

BREAKING CHANGES

  • allow user to onboard to the new eloquent datasource from forestadmin/agent-php

1.3.1 (2023-07-03)

Bug Fixes

1.3.0 (2023-06-22)

Features

  • allow to use agent with laravel 10 (#69) (80a4e36)

1.2.6 (2023-06-21)

Bug Fixes

  • relationship: ignore methods with parameters that return relationships (#68) (372ff24)

1.2.5 (2023-03-23)

Bug Fixes

  • query-builder: patch eagerload relationships on collection (#66) (a06657a)

1.2.4 (2023-02-28)

1.2.3 (2023-01-11)

Bug Fixes

  • smart-collection: add support of smart-relationship (#63) (9e680f5)

1.2.2 (2022-11-22)

Bug Fixes

  • permission to avoid any conflict with laravel policy (#62) (03d5856)

1.2.1 (2022-10-20)

Bug Fixes

  • render jsonapi when a model uses eager load relation (#61) (fdbe907)

1.2.0 (2022-09-14)

Features

  • auth: remove callbackUrl parameter on authentication (#59) (e097ff9)

1.1.3 (2022-09-06)

Bug Fixes

  • charts: user with permissions level that allows charts creation or edition should always be allow to perform charts requests (#60) (b467b35)

1.1.2 (2022-07-22)

Bug Fixes

  • security: update guzzle version (with dependency) to 7.4.5 (#58) (5128787)

1.1.1 (2022-06-27)

Bug Fixes

  • add database type timestamp for schema generation (#57) (f645277)

1.1.0 (2022-06-27)

Features

  • add support for multiple models directories (#56) (5947782)

1.0.1 (2022-06-07)

Bug Fixes

  • security: update guzzle version to 7.4.3 (#52) (f9806e3)

1.0.0 (2022-06-07)

Bug Fixes

  • schema: fix method that get the driver of the database (#43) (0770647)
  • authentication on production environment (#30) (3ba7872)
  • deploy on production (#35) (9db8471)
  • readme update documentation link (#36) (3dee307)
  • dependency: fix the dependency that serialize api response (#34) (69f0f74)
  • searchExtended on model without relations (#31) (c14a7a7)
  • schema: add support on Mariadb enum (#27) (db1d3e6)
  • schema: added support enum for mariaDB (#26) (9206a3d)
  • fix dependency psr/simple-cache on installation (#24) (3d55fb2)
  • onboarding installation on php8.1 (#25) (ef22634)

Features

  • auth: add logout route (#49) (369394a)
  • authentication: add login & callback actions (#6) (04edd06)
  • charts: add charts support (#17) (8d850b1)
  • config: add include/exclude models settings (#46) (1dcab5a)
  • cors: add access controll allow private network handling (#40) (036fb08)
  • crud: create, update & delete actions (#13) (ed9e7ce)
  • crud: list and show actions #12 (4cb9a74)
  • deploy: add FOREST_SEND_APIMAP_AUTOMATIC env to enable automatic sending of the apimap (#39) (781f199)
  • filters: add filters behaviour (#15) (bba17bc)
  • ip-whitelist: add ip-whitelist support (#38) (1fd2585)
  • onboard: allow user to onboard with laravel valet (#45) (47fa556)
  • onboarding: add a url control on forest install command (#44) (181da4c)
  • onboarding: add new setup command (#19) (ac9ac85)
  • onboarding: update package to laravel9 (#21) (9a4bca1)
  • permission: added permission layer (#16) (9273bc7)
  • schema: build schema json file (#10) (7e795d8)
  • scopes: added scopes support (#18) (59edad6)
  • search: add search behaviour (#14) (920af78)
  • smart-actions: added smart-actions support (#22) (bdef099)
  • smart-collections: add smart-collections support (1e9f7a7)
  • smart-field: added smart-fields and smart-relationships support (#28) (ee09b7c)
  • smart-segment: add smart-segments support (#33) (66d33d3)
  • tests: improve all tests with factories (#37) (427b22d)
  • add deactivate count and refactor smart features (#32) (49cddf4)
  • initial beta-release (a5e39cb)

BREAKING CHANGES

  • package will be available on packagist

1.0.0-beta.23 (2022-05-17)

Features

1.0.0-beta.22 (2022-05-11)

Features

  • onboard: allow user to onboard with laravel valet (#45) (47fa556)

1.0.0-beta.21 (2022-05-09)

Features

  • config: add include/exclude models settings (#46) (1dcab5a)

1.0.0-beta.20 (2022-05-04)

Features

  • onboarding: add a url control on forest install command (#44) (181da4c)

1.0.0-beta.19 (2022-05-03)

Bug Fixes

  • schema: fix method that get the driver of the database (#43) (0770647)

1.0.0-beta.18 (2022-04-28)

Features

  • cors: add access controll allow private network handling (#40) (036fb08)

1.0.0-beta.17 (2022-04-27)

Features

  • deploy: add FOREST_SEND_APIMAP_AUTOMATIC env to enable automatic sending of the apimap (#39) (781f199)

1.0.0-beta.16 (2022-04-26)

Features

  • ip-whitelist: add ip-whitelist support (#38) (1fd2585)

1.0.0-beta.15 (2022-04-26)

Features

  • tests: improve all tests with factories (#37) (427b22d)

1.0.0-beta.14 (2022-04-20)

Bug Fixes

  • readme update documentation link (#36) (3dee307)

1.0.0-beta.13 (2022-04-19)

Bug Fixes

1.0.0-beta.12 (2022-04-19)

Bug Fixes

  • dependency: fix the dependency that serialize api response (#34) (69f0f74)

1.0.0-beta.11 (2022-04-15)

Features

  • smart-segment: add smart-segments support (#33) (66d33d3)

1.0.0-beta.10 (2022-04-13)

Features

  • add deactivate count and refactor smart features (#32) (49cddf4)

1.0.0-beta.9 (2022-04-11)

Bug Fixes

  • searchExtended on model without relations (#31) (c14a7a7)

1.0.0-beta.8 (2022-04-05)

Bug Fixes

  • authentication on production environment (#30) (3ba7872)

1.0.0-beta.7 (2022-04-04)

Features

  • smart-collections: add smart-collections support (1e9f7a7)

1.0.0-beta.6 (2022-03-28)

Features

  • smart-field: added smart-fields and smart-relationships support (#28) (ee09b7c)

1.0.0-beta.5 (2022-03-16)

Bug Fixes

  • schema: add support on Mariadb enum (#27) (db1d3e6)
  • schema: added support enum for mariaDB (#26) (9206a3d)

1.0.0-beta.4 (2022-03-11)

Bug Fixes

  • onboarding installation on php8.1 (#25) (ef22634)

1.0.0-beta.3 (2022-03-10)

Bug Fixes

  • fix dependency psr/simple-cache on installation (#24) (3d55fb2)

1.0.0-beta.2 (2022-03-09)

1.0.0-beta.1 (2022-03-09)

Features

  • initial beta-release (a5e39cb)
  • authentication: add login & callback actions (#6) (04edd06)
  • charts: add charts support (#17) (8d850b1)
  • crud: create, update & delete actions (#13) (ed9e7ce)
  • crud: list and show actions #12 (4cb9a74)
  • filters: add filters behaviour (#15) (bba17bc)
  • onboarding: add new setup command (#19) (ac9ac85)
  • onboarding: update package to laravel9 (#21) (9a4bca1)
  • permission: added permission layer (#16) (9273bc7)
  • schema: build schema json file (#10) (7e795d8)
  • scopes: added scopes support (#18) (59edad6)
  • search: add search behaviour (#14) (920af78)
  • smart-actions: added smart-actions support (#22) (bdef099)

BREAKING CHANGES

  • package will be available on packagist