gloo-utils breaking changes

cargo

3 curated breaking changes across major versions of gloo-utils. Use this as a migration checklist before bumping dependencies.

3
changes
Breaking changes by transition
  • gloo-utils-v0.3.0 \u2192 gloo-worker-v0.6.0breaking

    Default worker type is now ES module (`as_module: true` by default). Users who relied on the classic default must now call `.as_module(false)` explicitly. (#421) by @JonasAlaif

  • gloo-utils-v0.3.0 \u2192 gloo-worker-v0.6.0breaking

    `spawn_with_loader()` removed. Use `.with_loader(true).spawn(path)` instead. (#421) by @JonasAlaif

  • gloo-history-v0.3.0 \u2192 gloo-net-v0.7.0breaking

    Remove `Clone` implementation for `EventSource` (#417) by @vpochapuis Cloning had a bug where dropping any clone would disconnect all instances.

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/cargo/gloo-utils
gloo-utils breaking changes — Cargo migration guide | DepScope