Releases: magda-io/magda
Releases · magda-io/magda
Release list
v6.1.0-pr.3681.2
PR testing build for #3681 (large file upload/download support). Rebuild of pr.3681.1 with an integration-test fix for the create-bucket route path. Pre-release for local e2e cluster testing before merge.
v6.0.0
What's Changed
- #3598: Add configurable
on_diskKNN vector workload mode for OpenSearch (foundation for semantic indexing); upgrade bundled OpenSearch and OpenSearch Dashboards from 2.17.1 to 2.19.1 by @JHZhang2736 in #3598 - #3618: Add reusable Semantic Indexing Minion SDK for building LLM-based vector-indexing minions (chunking, embedding, OpenSearch indexing), implementing the generic semantic index data structure & OpenSearch mapping design (#3536) in #3618
- #3619: Add new
semantic-search-apimicroservice with/searchand/retrieveendpoints, gateway routing and Helm chart by @JHZhang2736 in #3619 - #3629: Semantic indexer framework: include record ID in skip log messages in #3629
- #3635: Add
filterByAccessRegistry API endpoint — takes a list of record IDs and an access operation (e.g.object/record/read) and returns only the records the current user can access (shipped via #3643) - #3638: Harden semantic indexer
autoDownloadhandling to avoid crashes on malformed compressed responses in #3638 - #3643: Add access control to the semantic index query flow — filter semantic search results by the current user's read access, falling back to access-scoped retrieval when no authorised results are found (fixes #3608) by @chensuihui in #3643
- #3643: Harden the Node.js builder image's Helm install step with multi-arch support (
arm64/amd64) and retry + mirror fallback forget.helm.shby @chensuihui in #3643 - #3643: Add
magda-pdf-semantic-indexerandmagda-csv-semantic-indexeras defaultmagdachart dependencies, adding content-specific semantic indexing for PDF and CSV/tabular distributions (per #3608) by @chensuihui in #3643 - #3663: Fix
global.searchEngine.semanticIndexerdefaults missing frommagda-corechart, causing a nil pointer when templatingsemantic-search-apistandalone in #3663 - #3664: Fix gateway
CrashLoopBackOffcaused bynullCSP directives (e.g.defaultSrc: null) under helmet v8 in #3664 - #3665: Fix NPM package publishing to use OIDC trusted publishing and fail loudly on real publish errors; bump the Node.js builder image's npm from 10.5.2 to 11.5.1 in #3665
New Contributors
- @chensuihui made their first contribution in #3643
Full Changelog: v5.6.1...v6.0.0
v6.0.0-pr.3665.5
v6.0.0-pr.3665.4
PR #3665 test build: validate native npm CLI OIDC trusted-publisher fix for npm package publishing in CI.
v5.6.1
v6.0.0-pr.3665.3
v6.0.0-pr.3665.2
Test build for PR #3665: fix npm publish (OIDC trusted publishing + loud failure on real errors). Fixes jq-not-found from build .1 by switching to node for JSON parsing.
v6.0.0-pr.3665.1
Test build for PR #3665: fix npm publish (OIDC trusted publishing + loud failure on real errors). Fixes invalid YAML from build .0.