| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-03 | 1.7 kB | |
| v6.1.2 source code.tar.gz | 2026-08-03 | 95.6 MB | |
| v6.1.2 source code.zip | 2026-08-03 | 96.8 MB | |
| Totals: 3 Items | 192.4 MB | 0 | |
What's Changed
- Add a "How to build a semantic indexer" developer guide (
docs/docs/how-to-build-a-semantic-indexer.md) and a "Semantic Search & Semantic Indexers" section in the Guide to Magda Internals, documenting the two indexing tiers, the representation-first design approach (designing the indexed text backward from retrieval), and the semantic query API. - Add a
README.mdfor the@magda/semantic-indexer-sdkpackage, which was previously blank on npm, linking to the new how-to guide. - [#3730]: Add apidoc annotations for the semantic search query API (
magda-semantic-search-api) —POST/GET /v0/semantic-search/searchandPOST /v0/semantic-search/retrievenow appear in the generated API docs and OpenAPI spec. Doc-comment (@apiGroup/@api) change only; no route or behaviour change. - [#3746]: Fix silently-succeeding wal-g backup CronJob
- [#3747]: Add a wal-g backup/restore integration test harness (
magda-int-test-ts) as a regression oracle for the in-cluster PostgreSQL modernisation baseline. Adds in-cluster DB backup/restore mechanics & RPO documentation. - [#3754]: Make in-cluster PostgreSQL recovery target configurable via
backupRestore.recoveryMode.recoveryTarget(roll-forward / point-in-time / base-backup). Behaviour change: the default recovery now rolls forward to the latest archived WAL ("latest") instead of stopping at the base backup ("immediate"); setrecoveryTarget: "immediate"to keep the previous behaviour.
Full Changelog: https://github.com/magda-io/magda/compare/v6.1.1...v6.1.2