Releases: alertlogic/nepal-core
Releases · alertlogic/nepal-core
Continuous Delivery release for @al/[email protected]
ENG-53328 - Feature Flagging for Menu Items and Banners Adds `accountProps` and `primaryAccountProps` to route conditions interface to allow menu items and experience mappings to toggle based on AIMS account properties. Also, updated account resolution to eliminate the unused `profile` feature, remove the unused consolidated resolver mechanism, and to be more failure tolerant (using `Promise.allSettled()` and allowing selective failure). ALSO, incorporated license status evaluation into account resolution.
Continuous Delivery release for @al/[email protected]
ENG-0000 - Logging & Version Bump - Removed noisy AlDefaultClient diagnostic output - Added singular log when AlConduitClient chooses a base URL - Bumped version
Continuous Delivery release for @al/[email protected]
ENG-0000 - Conduit Base URL Added a configuration option for which domain to use to interact with the conduit microapplication. This defaults to console.account, but will allow us to roll forward to the magma version of conduit once it is available. Also cleaned up Cris's trailing whitespace linting error :P
Continuous Delivery release for @al/[email protected]
ENG-52916 - Conduit External Frame Support Updates the conduit client to support externally declared iframe instances. Also changes the base conduit URL to point to magma instead of console.account.
Continuous Delivery release for @al/[email protected]
Eng-52742: Integrating feature branches (#338) * ENG-52742: avoid Endpoints resquest with accountId = 0 * ENG-52742: bumping version (#337)
Continuous Delivery release for @al/[email protected]
v1.2.8 NEG-0000 - Adding a new Al Trigger Event (#335)
Continuous Delivery release for @al/[email protected]
ENG-51868 - Add Support for new TOS Workflow Exposes two new methods on `AIMSClient` to get and set license status for an authenticated account, as well as a convenience method on `AlAuthenticationUtility`.
Continuous Delivery release for @al/[email protected]
ENG-0000 - Bump Version And remove redundant commands (lint and test are run during the test phase)
Continuous Delivery release for @al/[email protected]
Adding getDataRetetionPeriod to AlSession (#328) * Adding getDataRetetionPeriod to AlSession * adding unit test * fix lint
Continuous Delivery release for @al/[email protected]
ENG-52317 - Default data retention policy values (#327) * ENG-52317 - Default data retention policy values * trailing whitespace