gloo
A modular toolkit for Rust and WebAssembly
0.12.0
6.9M downloads/mo
#3804 most downloaded on crates.io
rustwasm/gloo
What this package is like to depend on
Last release 5 months ago
25 Mar 2026
Ships unpredictably
gaps range from 9 days to 2.3 years
Some releases are documented
notes for 10 of 18 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
18 releases · first in 2019
1 release in the last 12 months
see the full history below
Release timeline
18 releases · Mar 2019 to Mar 2026Releases
latest 18-
0.12.025 Mar 2026Release notes
Open source →MSRV updated to 1.82. All sub-crates bumped.
See individual crate release notes for details:
Bigger Changes (Higher Chances of Breaking)
gloo-net 0.7.0
gloo-worker 0.6.0Smol Changes
gloo-utils 0.3.0
gloo-render 0.3.0
gloo-dialogs 0.3.0
gloo-file 0.4.0
gloo-events 0.3.0
gloo-history 0.3.0
gloo-console 0.4.0
gloo-storage 0.4.0
gloo-timers 0.4.0 -
0.11.008 Dec 2023Nothing published for this version
-
0.10.011 Aug 2023Nothing published for this version
-
0.9.024 Jul 2023Nothing published for this version
-
0.8.117 Jun 2023Nothing published for this version
-
0.8.024 Jun 2022Nothing published for this version
-
0.7.013 Apr 2022Release notes
Open source →MSRV updated to 1.82
Breaking
- Remove
Cloneimplementation forEventSource(#417) by @vpochapuis
Cloning had a bug where dropping any clone would disconnect all instances.
New Features
- Add
EventSourceBuilderfor configuringEventSourcewith credentials (#530) by @zn3x - Add
WebSocket::buffered_amount(#510) by @vi - Add
PartialEq,Eq,Hashderives toCloseEvent(#504) by @Alexi24601
Fixes
- Fix
RequestBuilder::buildproducing a URL with an extra&(#497) by @hmacias-avaya - Fix WebSocket binary send panicking when
SharedArrayBufferis enabled (#502) by @Fedeparma74
Maintenance
- Bump
pin-projectto 1.1 andhttpto 1.4 (#536) by @Madoshakalaka
Release notes
Open source →- Remove
Cloneimplementation forEventSource(#417) by @vpochapuis Cloning had a bug where dropping any clone would disconnect all instances. - Add
EventSourceBuilderfor configuringEventSourcewith credentials (#530) by @zn3x - Add
WebSocket::buffered_amount(#510) by @vi - Add
PartialEq,Eq,Hashderives toCloseEvent(#504) by @Alexi24601 - Fix
RequestBuilder::buildproducing a URL with an extra&(#497) by @hmacias-avaya - Fix WebSocket binary send panicking when
SharedArrayBufferis enabled (#502) by @Fedeparma74 - Update MSRV to 1.82 (#505) by @martinfrances107
- Bump
pin-projectto 1.1 andhttpto 1.4 (#536) by @Madoshakalaka
- Remove
-
0.6.111 Mar 2022Nothing published for this version
-
0.6.005 Jan 2022 -
0.5.005 Dec 2021Release notes
Open source →- Implement
futures_io::AsyncWriteandfutures_io::AsyncReadonWebSocket. This feature is behind a new feature flagio-utilthat is disabled by default. - Add
TryFrom<web_sys::WebSocket>(#365) - Add WASI support for gloo-history. (#405)
- Implement
-
0.4.225 Nov 2021Nothing published for this version
-
0.4.125 Nov 2021Release notes
Open source →- Remove Cloning on WorkerBridge (#388)
- Add an example of processing transferrable types with worker (#371)
-
0.4.024 Oct 2021Release notes
Open source →MSRV updated to 1.82
- Fix typo in doc comments (#440) by @qrilka
- Bump
web-sysminimum to 0.3.91 (#536) by @Madoshakalaka
-
0.3.028 Jul 2021Release notes
Open source →- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
- Introduces the
FromQueryandToQuerytraits to allow for customizing how query strings are encoded and decoded ingloo_history. (#364)
-
0.2.111 Mar 2020Release notes
Open source →- Fix
utilscrate andhistorydocs. (#189) - Hash-based History type & Unified Location. (#177)
- Fixes
console_dbg!andconsole!expression output. Bold src info. (#174)
- Fix
-
0.2.012 Dec 2019Release notes
Open source →MSRV updated to 1.82
Breaking Changes
- Default worker type is now ES module (
as_module: trueby default). Users who relied on the classic default must now call.as_module(false)explicitly. (#421) by @JonasAlaif spawn_with_loader()removed. Use.with_loader(true).spawn(path)instead. (#421) by @JonasAlaif
Fixes
- Default worker type is now ES module (
-
0.1.013 Sep 2019Release notes
Open source →- Add an
dbg!equivalent togloo-console(#158) - Fix dir, dirxml macros in gloo-console (#154)
- Finishing touches
gloo-dialogsRelease notes
Open source →- Add an
dbg!equivalent togloo-console(#158) - Fix dir, dirxml macros in gloo-console (#154)
- Finishing touches
dialogs - Add an
-
0.0.018 Mar 2019Nothing published for this version