All Versions
95
Latest Version
Avg Release Cycle
15 days
Latest Release
692 days ago

Changelog History
Page 6

  • v6.2.1 Changes

    April 06, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”’ security: patch ini dependency vulnerabilities (#444) (2e42eba)
  • v6.2.0 Changes

    March 30, 2021

    ๐Ÿ”‹ Features

    • filter: add the possibility to filter on a smart field (#410) (00728be)
  • v6.1.1 Changes

    March 22, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿš… forest stats api 403 forbidden at chart creation (#438) (974a485)
  • v6.1.0 Changes

    March 15, 2021

    ๐Ÿ”‹ Features

    • ๐Ÿ”’ security: authorised only allowed stats queries using permissions (#434) (2014ab5)
  • v6.0.5 Changes

    March 11, 2021

    ๐Ÿ› Bug Fixes

    • serurity: decrease token expiration time to 1 hour (c7a13c9)
  • v6.0.4 Changes

    March 09, 2021

    ๐Ÿ› Bug Fixes

    • authentication: authentication error when the agent uses a prefix path in its url (#fb79c7) (#436) (0c6d46a), closes #fb79c7
  • v6.0.3 Changes

    March 04, 2021

    ๐Ÿ› Bug Fixes

    • authentication: safari cannot login on remote lianas because of third party cookies (#435) (033661f)
  • v6.0.2 Changes

    March 04, 2021

    ๐Ÿ› Bug Fixes

    • authentication: properly setup the session cookie to restore authentication on remote environments (#433) (556c56d)
  • v6.0.1 Changes

    February 26, 2021

    ๐Ÿ› Bug Fixes

    • authentication: add missing environment variable generation and check if caching is enabled (#epz6k0) (#431) (3fb83d1), closes #epz6k0
  • v6.0.0 Changes

    February 22, 2021

    ๐Ÿ› Bug Fixes

    • auth: support multi-instances and remove auth's redirection (#407) (8fcf9d4)
    • gemfile: gemfile.lock forest_liana version mismatch (#401) (60ceaf1)

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • auth: Introduces a new authentication system.
    • The application_url property is required to initialize ForestLiana,
    • CORS rules must be adapted (to allow null origins).
    • auth: New authentication system. The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.