Skip to content

5.3

Compare
Choose a tag to compare
@svniemeijer svniemeijer released this 06 Dec 17:48
· 378 commits to master since this release

πŸ“… 2021-12-06

  • Added verify-hash-download option to muninn-pull.

  • Use Bi/Ki/Gi/... as unit for human readable sizes instead of K/G/...

  • When using the S3/Swift backend, a post ingest/pull hook will now use a
    locally kept temporary version of the product (instead of retrieving it
    again from the bucket). The path(s) to the ingested/pulled product files
    is passed on using a new 'paths' argument. Old hook functions without this
    argument will still work, but will not be able to access the files.

  • muninn-pull for http(s) now retrieves data in blocks instead of reading the
    whole file in memory.

  • Fixed issue when trying to ingest empty files or directories into S3/Swift
    storage.

  • Fix compatibility issue with pg8000 >= 1.22.