Skip to content

Releases: foxzool/bevy_http_client

Release v0.9.0

01 Oct 05:22
v0.9.0

Choose a tag to compare

🚀 What's New in v0.9.0

  • fix(ci): add github-pages environment to deploy workflow
  • update Cargo.toml dependencies
  • docs: update changelog for 0.9.0 release
  • ✨ feat: add RUSTFLAGS for wasm example build

📦 Installation

Add to your Cargo.toml:

[dependencies]
bevy_http_client = "0.9.0"

🔗 Links

Release v0.9.0-rc.1

14 Sep 08:10
v0.9.0-rc.1

Choose a tag to compare

Release v0.9.0-rc.1 Pre-release
Pre-release

🚀 What's New in v0.9.0-rc.1

  • release 0.9.0-rc.1
  • miss comma
  • add flag for wasm example
  • Merge pull request #12 from fallible-algebra/version-bump/bevy-0.17
  • cargo fmt
  • fix untyped observers not firing
  • cargo fmt
  • Update to 0.17.0-rc.1

📦 Installation

Add to your Cargo.toml:

[dependencies]
bevy_http_client = "0.9.0-rc.1"

🔗 Links

Release v0.8.3

25 Jun 07:19
v0.8.3
ca2f6d6

Choose a tag to compare

🚀 What's New in v0.8.3

  • 🎨 style: fix import ordering to pass cargo fmt checks
  • 🐛 fix: update HttpClientPlugin doctest to use MinimalPlugins
  • 🐛 fix: resolve GitHub CI/CD workflow issues
  • 🎉 release: prepare version 0.8.3 with comprehensive improvements
  • 🚀 ci: add comprehensive GitHub workflows for CI/CD pipeline
  • 📚 docs: enable and fix all documentation tests
  • ♻️ refactor: improve error handling and remove bevy_log feature dependency

📦 Installation

Add to your Cargo.toml:

[dependencies]
bevy_http_client = "0.8.3"

🔗 Links

v0.8.2

03 Jun 05:09
5e864ea

Choose a tag to compare

What's Changed

  • access inner value T from a TypedResponse reference by @suxin1 in #11

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

26 May 11:40
7d800dd

Choose a tag to compare

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Apr 06:42
b2e0bd7

Choose a tag to compare

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Mar 03:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...v0.7.0

0.6.0

05 Jul 02:30

Choose a tag to compare

release 0.6.0 for bevy 0.14
Full Changelog: 0.5.1...0.6.0

0.5.1

28 Feb 07:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

0.5.0

20 Feb 10:09

Choose a tag to compare

use event to send request and handle response

What's Changed

  • Typed version by @Leinnan in #2
  • Code simplification, Github Actions checks, docs improvements by @Leinnan in #3

New Contributors

Full Changelog: https://github.com/foxzool/bevy_http_client/commits/0.5.0