Skip to content

Releases: alertlogic/nepal-core

Continuous Delivery release for @al/core@1.4.4

03 Dec 12:21
5a6788a

Choose a tag to compare

ENG-0000 - Fix Local Single-SPA Plugin Authentication Stall (#428)

Tweaks the behavior of AlSession to not deadlock when the shell's
authentication state isn't stable and fails one or more AIMS requests.

Also cleaned up a little more dead code.

Continuous Delivery release for @al/core@1.4.3

01 Dec 22:40

Choose a tag to compare

ENG-0000 - Added environment selector to embedded use case

Added the `X-Fortra-Environment` flag to AlSession's before request
handler.

Also cleaned up a bunch of unused code from the client types.

Continuous Delivery release for @al/core@1.4.2

14 Nov 19:42

Choose a tag to compare

ENG-0000 - BI API Locations for Single-Spa

Updated the location dictionary to use single-spa locations (that do not
exist at the time of this writing).

Continuous Delivery release for @al/core@1.4.1

09 Oct 18:31
adf40d6

Choose a tag to compare

ENG-0000 - further refinement of pipeline steps for publishing (#422)

Also bumped patch version.

Continuous Delivery release for @al/core@1.4.0

09 Oct 18:12
3d3ce68

Choose a tag to compare

ENG-0000 - Tweak Pipeline for Explicit Tagging (#421)

Should make the npm publish command explicitly tag a published version
as "latest" (by default) or using a `.tag` property from package.json,
if present.

Continuous Delivery release for @al/core@1.3.24-dev-fix.1

15 Sep 19:03
5de4d44

Choose a tag to compare

Merge pull request #418 from BryanTabarez/v1

ENG-0000: fix dev

Continuous Delivery release for @al/core@1.3.24

12 Sep 14:12

Choose a tag to compare

ENG-0000 - Tweak withCredentials Behavior

This updates the session's `onBeforeRequest()` hook to add
`withCredentials: true` to any origin that includes the literal
expression "platform.fortra."  This in turn allows CORS requests to
behave in an expected way when running in platform.

Continuous Delivery release for @al/core@1.3.22

04 Sep 15:59

Choose a tag to compare

ENG-0000 - Updated URLs for embedded-production

Maps services to their correct DNS names in fortra platform (see
dns-delegation/prod/xdr.yaml in the foundation repo for details).

Also removed location data for google tag manager and segment.io.

Continuous Delivery release for @al/core@1.3.21

27 Aug 15:06

Choose a tag to compare

VTT-7160 - Tweak Account Resolution Error Handling

In practice, this change will nuke any residual session state if
`AlSession` cannot resolve all of the account and entitlement info it
needs when it is being constructed and rehydrated from localStorage.

Continuous Delivery release for @al/core@1.3.20

20 Aug 14:51
5d4c155

Choose a tag to compare

ENG-0000 - Enable New Integration Domains (#413)

New integration/feature-branch/PR builds for the existing XDR console
will be deployed to
`https://{variant}.xdr-ui.product.dev.alertlogic.com`.  This is current
an alias, but should become the default identity for integration moving
forward.

Soc UI deployments will be made available at
`https://{varient}.soc-ui.product.dev.alertlogic.com`.

Last but not least, plugin versions of the XDR console will be published
to `https://{variant}.xdr-plugin.product.dev.alertlogic.com`.