Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 5.53 KB

release-notes.md

File metadata and controls

79 lines (52 loc) · 5.53 KB

Launchpad Release Notes

Stardog Launchpad is distributed as a Docker image, which includes the Launchpad login web app together with the Stardog Applications (Studio, Explorer, and Designer). The Stardog Platform server is not included in the Launchpad Docker image.

Getting the Current Version of Launchpad

The latest release of Launchpad is available from Stardog's Docker registry:

  1. Log in to the Docker registry:
docker login stardog-stardog-apps.jfrog.io
  1. Pull the latest image:
docker pull stardog-stardog-apps.jfrog.io/launchpad:current

Version Scheme

Stardog Launchpad releases are versioned as vX.Y.Z where:

  • X represents the (minimum) version of the Stardog platform required to use all current Launchpad features; this value will increment when the minimum required version of Stardog changes
  • Y represents the current version of Launchpad features; this value will increment when new features or bug fixes are added to the Launchpad login web app
  • Z represents the versions of the Stardog Applications included in the Docker image (see the table below); this value will increment when one or more of the Stardog Applications are updated

Launchpad Releases

Release Stardog Version Designer Version Explorer Version Studio Version
2.0.0 9.1.0 2.24.0 1.26.3 4.1.1
2.1.1 9.1.0 2.28.0 1.28.0 4.3.3
2.2.2 9.1.0 2.30.1 1.32.0 4.4.0
2.2.3 9.1.0 2.32.1 2.3.0 5.2.0
2.3.4 9.1.0 2.33.0 2.5.1 5.4.2
2.4.5 9.1.0 2.35.0 2.6.3 5.6.5
2.5.5 9.1.0 2.35.0 2.6.3 5.6.5

2.5.5 Release (2024-09-11)

  • Launchpad: Added support for Azure US Government Cloud (#CLOUD-2520)

2.4.5 Release (2024-08-08)

  • Apps: Fix for expired access tokens not being refreshed (#VET-4525)
  • Studio: Adjusted webpack chunk size to reduce GETs during load (#CLOUD-2403, #VET-4894)
  • Launchpad: Added support for Geoaxis IDP

2.3.4 Release (2024-06-14)

  • Explorer: Show selected graphs first in list (#VET-4571)
  • Remove unneeded messages logged to the Launchpad console (#VET-4771)
  • Remove unused components to mitigate critical CVEs (#CLOUD-2322)

2.2.3 Release (2024-05-08)

  • Update Studio, Explorer and Designer to latest versions

2.2.2 Release (2024-02-09)

  • Fix for visualize disabled in Explorer for select queries (#VET-4291)
  • Upgrade to Python 3.11 (#CLOUD-1463)

2.1.1 Release (2023-12-13)

  • Add option to show/hide password auth inputs (#CLOUD-1276); see config doc
  • Ensure access token for AzureAD auth is refreshed (#CLOUD-1371)

2.0.0 Release (2023-09-27)

Launchpad Updates

  • Support using a client certificate when authenticating to Azure (#CLOUD-1332); see config doc
  • Support access token passthrough mode with Azure (#CLOUD-1278); see config doc
  • Disable Django Admin (#CLOUD-1489)

Stardog Notes

  • Stardog Platform version 9.1.0 (or later) is required to use the access token passthrough feature. Other Launchpad features require at least version 9.0.0 of Stardog.