Skip to content

Releases: magda-io/magda-minion-format

v2.0.1

13 Aug 08:51
Compare
Choose a tag to compare

What's Changed

  • #23 Add "GEO+JSON" to GEOJSON format synonyms list
  • Add set-version CI pipeline

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Oct 04:47
Compare
Choose a tag to compare
  • Upgrade to node14
  • Upgrade to typescript 4, webpack 5
  • Added test cases
  • Set webhook config dereference = false
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)

Please note: from v2.0.0, we release Helm Charts to GitHub Container Registry (oci://ghcr.io/magda-io/charts)
To add magda-minion-format as a dependency of your deployment chart, you can add the following to Chart.yaml:

dependencies:
  - name:magda-minion-format
    version: "2.0.0"
    repository: "oci://ghcr.io/magda-io/charts"

v2.0.0-alpha.0

18 Oct 00:56
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release
  • Upgrade to node14
  • Upgrade to typescript 4
  • Set webhook config dereference = false
  • Release all artifacts to GitHub Container Registry (instead of docker.io & https://charts.magda.io)

v1.1.2

12 Jul 09:43
Compare
Choose a tag to compare
  • allow crawlerRecordFetchNumber to be configurable via helm chart

v1.1.1

11 Jul 07:39
Compare
Choose a tag to compare

What's New?

  • #20 Fixed incorrect recognise HTML link as audio/BASIC format

v1.1.0

12 Oct 10:03
Compare
Choose a tag to compare

v1.0.1

27 Jul 09:55
Compare
Choose a tag to compare
  • #14 Fixed: TypeError: Cannot read property 'trim' of null when processing invalid metadata
  • #16 Should recognise ZIP or other format file stored on ESRI portal correctly

v1.0.1-alpha.0

22 Jul 06:19
Compare
Choose a tag to compare
v1.0.1-alpha.0 Pre-release
Pre-release
  • #14 Fixed: TypeError: Cannot read property 'trim' of null

v1.0.0-rc.1

04 Jul 12:27
Compare
Choose a tag to compare
  • #8 Better GeoSpatial API format categorising
  • #11 Use format info in original metadata if it is "CSV-GEO-AU"
  • #12 Recognise zipped GeoTiff file as GeoTiff format
  • Increase default memory to 50mb
  • Use Chart.version as default image version
  • Upgrade CI scripts
  • Make ArcGIS FeatureServer format as FEATURESERVER

v1.0.0-rc.0

04 Jul 11:28
Compare
Choose a tag to compare
  • #8 Better GeoSpatial API format categorising
  • #11 Use format info in original metadata if it is "CSV-GEO-AU"
  • #12 Recognise zipped GeoTiff file as GeoTiff format
  • Increase default memory to 50mb
  • Use Chart.version as default image version
  • Upgrade CI scripts

Please note: this release will mark ESRI FeatureServer as ESRI MapServer to be compatible with certain versions' TerriaJS. Future releases will mark ESRI FeatureServer as "ESRI FeatureServer".