Skip to content

Releases: magda-io/magda

v4.2.4-alpha.1

16 Sep 06:47
Compare
Choose a tag to compare
v4.2.4-alpha.1 Pre-release
Pre-release

What's Changed

  • #3559: Set conflicts to true when Indexer performs the trim operation.
  • Increase indexer client connection idle-timeout to avoid encountering connection reset error for downloading large region files
  • Upgraded OpenSearch to v2.16.0
  • #3556: Serves robots.txt as content-type text/plain instead and other sitemap & crawler view related improvements.

Full Changelog: v4.2.3...v4.2.4-alpha.1

v4.2.4-alpha.0

30 Aug 12:32
Compare
Choose a tag to compare
v4.2.4-alpha.0 Pre-release
Pre-release

What's Changed

  • #3559 Set conflicts to true when the Indexer performs the trim operation
  • Increase indexer client connection idle-timeout to avoid encountering connection reset error for downloading large region files

Full Changelog: v4.2.3...v4.2.4-alpha.0

v4.2.3

26 Aug 07:20
Compare
Choose a tag to compare

What's New

  • #3554: Replace "schema" portion of URL alike string with [URL] in user-supplied content of any emails sent out
  • #3553: Make Chart Preview & Table Preview Configurable per Dataset

Full Changelog: v4.2.2...v4.2.3

v4.2.2

25 Aug 08:22
Compare
Choose a tag to compare

What's Changed

  • Removed the create-secrets deployment helper command-line tool script, as it has not been used since Magda v1.

Full Changelog: v4.2.1...v4.2.2

v4.2.2-alpha.0

31 Jul 13:21
Compare
Choose a tag to compare
v4.2.2-alpha.0 Pre-release
Pre-release

What's Changed

  • #3554 Replace the "schema" portion of URL alike string with [URL] in user-supplied content of any emails sent out
  • #3553 Make Chart Preview & Table Preview Configurable per Dataset

Full Changelog: v4.2.1...v4.2.2-alpha.0

v4.2.1

02 Jul 23:33
Compare
Choose a tag to compare

What's Changed

  • Fixed #3551: Pagination Bar sometimes might generate ... button with invalid page number

Full Changelog: v4.2.0...v4.2.1

v4.2.0

01 Jul 00:31
Compare
Choose a tag to compare

What's Changed

  • #3545: Upgrade OpenSearch to v2.15.0

Full Changelog: v4.1.0...v4.2.0

v4.1.0

28 Jun 07:03
Compare
Choose a tag to compare

What's Changed

  • #3487: Update to use ASGS 2021 and latest LGAs (2023) boundaries
    • For information of how default region files are generated, please refer to this repo
  • Added indexed field to region index & Bump region index version to 27
  • Adjusted & improved region config entry skip logic
  • Improved the region loader performance
  • Fixed: region loader failed to convert number type id property into a string

Full Changelog: v4.0.1...v4.1.0

v4.0.1

21 Jun 14:08
Compare
Choose a tag to compare

What's Changed

  • Add helm chart configuration option that allows users to disable gateway auto-gzip response feature
  • #3541 Update default region files url to Github repo release
  • #3543 Make the region mapping served by search API configurable

Full Changelog: v4.0.0...v4.0.1

v4.0.0

24 May 07:02
Compare
Choose a tag to compare

What's Changed

  • #3261 Upgrade Elasticsearch to OSS OpenSearch 2.14.0
    • OpenSearch is a fork of open-source Elasticsearch 7.10. As such, it provides backward REST APIs for ingest, search, and management. The query syntax and responses are also the same.
  • #3337 Move to Github Container Registry
  • Allow supply extra K8s manifests to deploy via magda-core .Values.extraObjects
  • add "magda.toYamlWithNindent" to address yaml template formating when {} value

For upgrade/migration, please refer to the migration document.

Please note: By default, the included OpenSearch Dashboards is not accessible externally and can only be accessed via port-forward. To make it accessible externally and manage the user access to it, please refer to this document.

Please note: Since this release, we have stopped releasing helm charts & docker images to our HTTP-based helm chart registry: https://charts.magda.io/index.yaml and Docker hub. Please access our released helm charts & docker images from the GitHub container registry (https://github.com/orgs/magda-io/packages). We have started to release both Helm charts & docker images to the GitHub container registry since v2.0.0. Popular older versions can also be found there: v0.60.0, v1.0.0 & v1.3.1

Full Changelog: v3.0.4...v4.0.0