Skip to content

Releases: alertlogic/nepal-core

Continuous Delivery release for @al/[email protected]

18 Dec 20:51
Compare
Choose a tag to compare
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]

04 Dec 20:57
Compare
Choose a tag to compare
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]

30 Nov 21:56
Compare
Choose a tag to compare
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]

20 Nov 20:54
Compare
Choose a tag to compare
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]

16 Nov 22:12
afb63ca
Compare
Choose a tag to compare
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]

01 Nov 22:06
bfdd6ac
Compare
Choose a tag to compare
v1.2.8

NEG-0000 - Adding a new Al Trigger Event (#335)

Continuous Delivery release for @al/[email protected]

01 Nov 13:53
Compare
Choose a tag to compare
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]

27 Oct 03:57
Compare
Choose a tag to compare
ENG-0000 - Bump Version

And remove redundant commands (lint and test are run during the test
phase)

Continuous Delivery release for @al/[email protected]

19 Oct 15:06
8c3f3b3
Compare
Choose a tag to compare
Adding getDataRetetionPeriod to AlSession (#328)

* Adding getDataRetetionPeriod to AlSession

* adding unit test

* fix lint

Continuous Delivery release for @al/[email protected]

11 Oct 14:09
d9b8d34
Compare
Choose a tag to compare
ENG-52317 - Default data retention policy values (#327)

* ENG-52317 - Default data retention policy values

* trailing whitespace