Skip to content

Releases: axodotdev/axoasset

v1.4.0

26 Aug 00:09

Choose a tag to compare

🛠️ Fixes

ZIP compression now correctly preserves Unix permissions, including execute. PR/311

🎁 Features

ZIP files now use DEFLATE compression. Previous versions produced uncompressed ZIP files. PR/312

Maintenace

Updated dependencies.

v1.3.0

25 Aug 23:41
8c25350

Choose a tag to compare

This release just updates dependencies.

v1.2.0

25 Aug 23:41

Choose a tag to compare

This release just updates dependencies.

v1.1.0

25 Aug 23:41

Choose a tag to compare

This release adds support for deserializing YAML in the same way as TOML. PR/235

v1.0.1

25 Aug 23:41

Choose a tag to compare

The primary feature of this release is adding some internal-for-now environment variables that allow the end user to change the level of compression at runtime.
The primary motivator of this is improving the speed of testing dist. PR/212

This release also includes some general dependency updates.

v1.0.0

25 Aug 23:40

Choose a tag to compare

The design of APIs has been massively overhauled and normalized, with the changes too substantial to individually enumerate. Major highlights:

  • Asset (the union between LocalAsset and RemoteAsset) has been removed
  • RemoteAsset is largely replaced with AxoClient which to allow you to actually initialized/configure the underlying reqwest client
  • Errors cleaned up
  • Function names cleaned up to be unambiguous and normal
  • "missing" APIs added

v0.10.1

25 Aug 23:40

Choose a tag to compare

🛠️ Fixes

Fixes the pub use reqwest that was added in the previous version.

v0.10.0

25 Aug 23:40

Choose a tag to compare

🛠️ Fixes

  • RemoteAsset: fix mimetype requirement - [mistydemeo], pr126

Fixes an issue where functions like RemoteAsset::copy would fail on files without specific mimetypes. We used this to assign file extensions based on mimetype, but it shouldn't have rejected other files.

  • RemoteAsset: exposes reqwest - [mistydemeo], pr137
  • LocalAsset: fixes a misleading error message - sorairolake, pr126

Maintenace

Updates several dependencies.

v0.9.5

25 Aug 23:39

Choose a tag to compare

Maintenace

Relaxes the reqwest dependency range.

0.9.4 - 2024-05-22

22 May 21:33

Choose a tag to compare

Maintenace

Updates several dependencies.