Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Pas encore il y a quelques secondes.
False
Pas encore il y a quelques secondes
il y a 2 heuresAccéder à un seul instantané
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
tokio-rs / tokio Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 3.2k
* Star 32.9k
* Code
* Issues 312
* Pull requests 104
* Pull requests 105
* Discussions
* Actions
* Security and quality 1
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Security and quality
* Insights
Releases: tokio-rs/tokio
Releases Tags
Releases · tokio-rs/tokio
Release list
* Tokio v1.53.1
* Tokio v1.53.0
* Tokio v1.52.4
* Tokio v1.51.4
* Tokio v1.52.3
* Tokio v1.51.3
* Tokio v1.47.5
* Tokio v1.52.2
* Tokio v1.51.1
* Tokio v1.52.1
Previous Next
Jump to release
* Tokio v1.53.1
* Tokio v1.53.0
* Tokio v1.52.4
* Tokio v1.51.4
* Tokio v1.52.3
* Tokio v1.51.3
* Tokio v1.47.5
* Tokio v1.52.2
* Tokio v1.51.1
* Tokio v1.52.1
Previous Next
Tokio v1.53.1
Tokio v1.53.1 Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 20 Jul 17:06
tokio-1.53.1
75fef53
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.53.1 (July 20th, 2026)
Fixed
* signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)
Fixed (unstable)
* time: fix alt timer cancellation and insertion race (#8252)
Documented
* runtime: remove dead link definition in Runtime::block_on (#8301)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 11 sudodios, jensholdgaard, yuilib, KeepNoob, deltaly23, MrScarySpaceCat, cjdsellers, dimlev, awaw431, johnsonrooom, and dechapon25 reacted with rocket emoji
All reactions
* 🚀 11 reactions
11 people reacted
Tokio v1.53.0
Tokio v1.53.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 17 Jul 08:14
tokio-1.53.0
be689a3
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.53.0 (July 17th, 2026)
Added
* fs: implement From<OwnedFd> and From<OwnedHandle> for File (#8266)
* metrics: add task schedule latency metric (#7986)
* net: add SocketAddr methods to Unix sockets (#8144)
Changed
* io: add #[inline] to IO trait impls for in-memory types (#8242)
* net: implement UCred::pid on FreeBSD (#8086)
* net: support Nuttx target os (#8259)
* signal: refactor global variables on Windows (#8231)
* sync: mpsc::{Receiver,UnboundedReceiver} now drops waker on drop, even if there are still senders (#8095)
* taskdump: support taskdumps on s390x (#8192)
* time: add #[track_caller] to timeout_at() (#8077)
* time: consolidate mutex locks on spurious poll (#8124)
* time: defer waker clone on spurious poll (#8107)
* time: move lazy-registration state into Sleep (#8132)
* tracing: remove unnecessary span clone (#8126)
Fixed
* io: do not treat zero-length reads as EOF in Chain (#8251)
* net: use getpeereid for QNX peer credentials (#8270)
* runtime: avoid illegal state in FastRand (#8078)
* sync: wake mpsc receiver when a queued reserve[_many] returns permits (#8260)
* taskdump: skip double wake on Trace::capture/Trace::trace_with (#8043)
* time: avoid stack overflow in runtime constructor (#8093)
* time (alt timer): ensure timers stay in the same runtime after .reset() (#8169)
IO uring (unstable)
* fs: use io-uring for fs::try_exists (#8080)
* fs: use io-uring for renaming files (#7800)
* rt: flush io-uring CQE in case of CQE overflow (#8277)
Documented
* docs: clarify cancel safety wording (#8181)
* fs: clarify create_dir_all succeeds if path exists (#8149)
* io: add warning about stdout reordering with multiple handles (#8276)
* net: document pipe try_read*/try_write* readiness behavior (#8032)
* runtime: document interaction with fork() (#8202)
* sync: clarify broadcast lagging semantics (#8239)
* sync: document memory ordering guarantees for Semaphore (#8119)
* task: explain why yield_now defers its waker (#8254)
* time: add panic docs to timeout_at() (#8077)
* time: fix reversed poll order in timeout doc (#8214)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 10 aheart, orin220444, sudodios, ChristianJacobsen, l4l, MrScarySpaceCat, yuilib, cjdsellers, i0tool5, and dimlev reacted with hooray emoji ❤️ 1 dimlev reacted with heart emoji 🚀 2 cjdsellers and i0tool5 reacted with rocket emoji
All reactions
* 🎉 10 reactions
* ❤️ 1 reaction
* 🚀 2 reactions
10 people reacted
0 Join discussion
Tokio v1.52.4
Tokio v1.52.4
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 16 Jul 13:24
tokio-1.52.4
efdba5f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.52.4 (July 16th, 2026)
Fixed
* runtime: don't skip the driver when before_park schedules work (#8222)
Fixed (unstable)
* taskdump: remove crate disambiguators from output (#8264)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 10 jacklak-redstone, skullim, i0tool5, KeepNoob, soumyasurana, MrScarySpaceCat, yuilib, aheart, sudodios, and dimlev reacted with hooray emoji
All reactions
* 🎉 10 reactions
10 people reacted
Tokio v1.51.4
Tokio v1.51.4
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 16 Jul 12:00
tokio-1.51.4
f84b209
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.51.4 (July 16th, 2026)
Fixed
* runtime: don't skip the driver when before_park schedules work (#8222)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 4 jong-kyung, robbdimitrov, yuilib, and dimlev reacted with rocket emoji
All reactions
* 🚀 4 reactions
4 people reacted
Tokio v1.52.3
Tokio v1.52.3
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 08 May 12:53
tokio-1.52.3
d875691
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.52.3 (May 8th, 2026)
Fixed
* sync: fix underflow in mpsc channel len() (#8062)
* sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
* sync: require that an RwLock has max_readers != 0 (#8076)
* sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 6 i0tool5, shove70, TGLuong, astrawan, MuhammedOzdogan, and andreylysenko reacted with thumbs up emoji ❤️ 6 radioactiveAHM, sudodios, peterhirn, shove70, realshidane, and andreylysenko reacted with heart emoji 🚀 7 i0tool5, f4rkh4d, cjdsellers, ducdetronquito, shove70, Reinhard-Berger, and andreylysenko reacted with rocket emoji
All reactions
* 👍 6 reactions
* ❤️ 6 reactions
* 🚀 7 reactions
14 people reacted
Tokio v1.51.3
Tokio v1.51.3
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 08 May 08:47
tokio-1.51.3
fd63094
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.51.3 (May 8th, 2026)
Fixed
* sync: fix underflow in mpsc channel len() (#8062)
* sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
* sync: require that an RwLock has max_readers != 0 (#8076)
* sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 8 aosan, aheart, i0tool5, rwxae, KristanLaimon, sudodios, astrawan, and realshidane reacted with hooray emoji ❤️ 2 peterhirn and realshidane reacted with heart emoji 🚀 5 i0tool5, radioactiveAHM, KristanLaimon, TGLuong, and realshidane reacted with rocket emoji
All reactions
* 🎉 8 reactions
* ❤️ 2 reactions
* 🚀 5 reactions
11 people reacted
Tokio v1.47.5
Tokio v1.47.5
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 07 May 12:24
tokio-1.47.5
11bfc13
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.47.5 (May 7th, 2026)
Fixed
* sync: fix underflow in mpsc channel len() (#8062)
* sync: notify receivers in mpsc OwnedPermit::release() method (#8075)
* sync: require that an RwLock has max_readers != 0 (#8076)
* sync: return Empty from try_recv() when mpsc is closed with outstanding permits (#8074)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 3 radioactiveAHM, incizzle, and i0tool5 reacted with hooray emoji 🚀 3 sudodios, Lavmee, and i0tool5 reacted with rocket emoji
All reactions
* 🎉 3 reactions
* 🚀 3 reactions
5 people reacted
Tokio v1.52.2
Tokio v1.52.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 04 May 12:49
tokio-1.52.2
4abe9d7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.52.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 6 dimlev, ax-fe, philjb, astrawan, sudodios, and i0tool5 reacted with hooray emoji ❤️ 2 peterhirn and philjb reacted with heart emoji 🚀 2 cjdsellers and i0tool5 reacted with rocket emoji
All reactions
* 🎉 6 reactions
* ❤️ 2 reactions
* 🚀 2 reactions
8 people reacted
Tokio v1.51.1
Tokio v1.51.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
Darksonn released this 04 May 12:48
tokio-1.51.2
64834ec
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.51.2 (May 4th, 2026)
This release reverts the LIFO slot stealing change introduced in 1.51.0 (#7431), due to its performance impact. (#8100)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 1 dimlev reacted with hooray emoji
All reactions
* 🎉 1 reaction
1 person reacted
0 Join discussion
Tokio v1.52.1
Tokio v1.52.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
hawkw released this 16 Apr 21:29
tokio-1.52.1
905c146
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
1.52.1 (April 16th, 2026)
Fixed
* runtime: revert #7757 to fix a regression that causes spawn_blocking to hang (#8057)
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 5 dimlev, brian-goo, aheart, i0tool5, and timvisee reacted with thumbs up emoji ❤️ 2 peterhirn and sudodios reacted with heart emoji 🚀 3 cjdsellers, i0tool5, and longjun-9 reacted with rocket emoji
All reactions
* 👍 5 reactions
* ❤️ 2 reactions
* 🚀 3 reactions
9 people reacted
0 Join discussion
Previous 1 2 3 4 5 … 15 16 Next
Previous Next
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Conseil: Mettez en surbrillance le texte à partager ou à ajouter pour ignorer les listes.
— Download difference patch
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
La capture d'écran nécessite l'activation de Playwright/WebDriver