Skip to content

Releases: open-meteo/swift-zarr

v0.1.4

08 Jun 07:54
a4feb31

Choose a tag to compare

0.1.4 (2026-06-08)

Bug Fixes

  • unhandled errors are most likely transient transport level errors and should be retried (fe1b99a)

v0.1.3

04 Jun 22:10
9539de1

Choose a tag to compare

0.1.3 (2026-06-04)

Bug Fixes

  • add logging on retries and convert retry to be recursive (#9) (5fdae57)

v0.1.2

04 Jun 10:34
c45a539

Choose a tag to compare

0.1.2 (2026-06-04)

Bug Fixes

  • pagination in S3 listing (#7) (7d2c3ed)
  • S3CompatibleStorage retry during body collect (#5) (e1d01e8)

v0.1.1

03 Jun 14:56
a545ba6

Choose a tag to compare

0.1.1 (2026-06-03)

Bug Fixes

  • proper retry logic for s3 backend (#3) (5f87323)

v0.1.0

28 May 09:30
a9d54c8

Choose a tag to compare

0.1.0 (2026-05-28)

Features

Bug Fixes

  • BloscCodec init on big endian systems (dae0710)
  • bool decoding (beb2e34)
  • checkout with submodule (d556307)
  • directory listing on mac os (d2e438d)
  • do not store FileManager in Sendable class (2371504)
  • do not swallow v3 metadata silently (51eb993)
  • linter (b5b353b)
  • only test on swift 6.1 and 6.2 (1ab8bf4)
  • potential fix for path resolution on mac os (972fe3c)
  • release please manifest empty for initial release (5b590c9)
  • release please should not require package-name (7861739)
  • remove FoundationNetworking import (3929468)
  • separate macos versions for 6.1 and 6.2 (cd0a187)
  • swift 6.3 not yet supported (4b1a802)
  • update to test on macos-26 (d624211)
  • use AsyncHttpClient instead of URLSession (0673efb)
  • use ZarrDataType.Kind over String (2a4e65a)
  • v3 nested subgroups (72eef71)