Skip to content

Releases: stcorp/muninn

7.2.1

31 Oct 13:01

Choose a tag to compare

📅 2025-10-31

  • Fixed issue where a Geometry linearring was stored using a duplicate closing
    point in the database.

7.2.0

29 Oct 17:19

Choose a tag to compare

📅 2025-10-29

  • Added support for defining s3fs mappings in the muninn archive config
    for mapping 'remote_url' s3 urls (mostly useful when storage=none).

7.1.0

20 Oct 14:08

Choose a tag to compare

📅 2025-10-20

  • Added --update-properties option to muninn-pull.

7.0.2

10 Oct 13:44

Choose a tag to compare

📅 2025-10-10

  • Fixed issue where a Geometry Linearring could not be closed or had a
    duplicate closing point.

7.0.1

25 Aug 12:19

Choose a tag to compare

📅 2025-08-25

  • Fixed incorrect unit of sizes >= Petabyte for the -H command line option.

  • 'muninn-search --path' now shows the content of remote_url if a product
    is not in the archive. A leading file:// in the remote_url is then omitted.

  • Allow muninn-sync start/end arguments to be a date+time argument.

7.0

14 Aug 09:30

Choose a tag to compare

7.0

📅 2025-08-14

  • Added catalogue synchronizer functionality to muninn. This introduces
    muninn-sync, archive.sync(), and a new synchronizer extension interface.

  • Added -n/--name-only option to muninn-info.

6.5

25 Mar 15:25

Choose a tag to compare

6.5

📅 2025-03-25

  • Added support for optional auth_args setting in credentials file for
    oauth2 token requests.

6.4.2

24 Feb 18:45

Choose a tag to compare

📅 2025-02-24

  • Fixed issue with loading spatialite for versions of sqlite that were
    build to disallow DQS (double-quoted string literals).

6.4.1

14 Aug 07:43

Choose a tag to compare

📅 2024-08-14

  • Fixed issue where only 'dict' values could be stored as a JSON property.

6.4

15 Mar 08:48

Choose a tag to compare

6.4

📅 2024-03-14

  • Allow argument to muninn.open() to be a direct url or path to a muninn
    configuration file.

  • Added 'distance(geometry,geometry)' expression function.

  • Added Geometry.wrap() spherical to 2d geometry wrapping functions.

  • Fixed issue when pulling a product that is a directory using the S3 remote
    backend.

  • Various fixes when using archive.rebuild_properties() with the S3 storage
    backend.

  • Several minor fixes.