Skip to content

Releases: alertlogic/nepal-core

Continuous Delivery release for @al/[email protected]

30 May 16:27
126f1b7
Compare
Choose a tag to compare
ENG-0000 - Removed Nullish-Coalescence Operator (#367)

Replaced it with a traditional ||.  Maintains maximum backwards
compatibility for older applications.

Continuous Delivery release for @al/[email protected]

29 May 20:52
Compare
Choose a tag to compare
ENG-0000 - Expose Keycloak Interface

This allows keycloak to be initialized before application bootstrap,
substantially optimizing application start time/responsiveness and
allowing keycloak access to the URL before the angular router has a
chance to mangle it.

Continuous Delivery release for @al/[email protected]

29 May 15:25
9a6fee3
Compare
Choose a tag to compare
ENG-0000 - revert residency update (#365)

Co-authored-by: Juan Galarza <[email protected]>

Continuous Delivery release for @al/[email protected]

28 May 15:14
ee961bb
Compare
Choose a tag to compare
v1.2.28

ENG-55305 - updating al-api-client to use residency in calculateReque…

Continuous Delivery release for @al/[email protected]

23 May 17:38
28811e4
Compare
Choose a tag to compare
updating ps_spec file (#363)

Co-authored-by: Juan Galarza <[email protected]>

Continuous Delivery release for @al/[email protected]

19 Apr 13:21
ad70d4a
Compare
Choose a tag to compare
ENG-0000 - Allow Explicit Authentication Header (#361)

Suppresses the built-in logic for adding authentication headers if the
requestor provides one of their own.

Also fixes recent changes to aims-client.ts to pass linting.

Continuous Delivery release for @al/[email protected]

12 Apr 20:19
de9c10d
Compare
Choose a tag to compare
ENG-54761 - adding loadUserNames to aims-client (#360)

Co-authored-by: Juan Galarza <[email protected]>

Continuous Delivery release for @al/[email protected]

27 Mar 13:57
b6bf016
Compare
Choose a tag to compare
v1.2.25

ENG-54736 - adding fortra_xdr to the known entitlements (#359)

Continuous Delivery release for @al/[email protected]

22 Feb 19:44
85787b6
Compare
Choose a tag to compare
ENG-54318 - Logout Functionality Not Working (#356)

Fixes conduit to only respond to messages from the target URL, which
allows multiple conduit clients to coexist peacefully (and in turn,
allows logout to complete purge of conduit session data).

Also allows logging to be enabled programmatically in the console.

Continuous Delivery release for @al/[email protected]

20 Feb 18:28
0fbf545
Compare
Choose a tag to compare
Merge pull request #355 from mcnielsen/v1

ENG-53866 - Handle "Fortra_required" Error during Authentication