aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove `Sized` bound from `MutexGuard::map`Robert Zieba2025-09-121-0/+1
| | | | | | Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted to `Sized` types. This now allows using `map` to cast from `MutexGuard<'_, M, ImplsTrait>` to `MutexGuard<'_, M, dyn Trait>`.
* embassy-sync: Don't drop wakers in Signal::resetMatthew Tran2025-08-281-0/+1
|
* chore: prepare embassy crate releasesUlf Lilleengen2025-08-261-0/+2
|
* feat: add semver checks and releasing to releaserUlf Lilleengen2025-08-251-1/+2
| | | | | | | | | * List dependencies of a crate * List dependents of a crate * Perform semver-checks of a crate * Prepare a release for a crate and all dependents * Use a single release.toml for cargo-release * Add changelogs where missing
* chore: add more `Debug` impls to `embassy-sync`, particularly on `OnceLock`Curly2025-08-191-0/+1
| | | | All tests green
* feat(embassy-sync): Add `get_mut` for `LazyLock`Anthony Grondin2025-07-301-0/+2
|
* docs: update changelog for embassy-syncUlf Lilleengen2025-05-281-1/+3
|
* embassy-sync: bump to 0.7.0Matt Johnston2025-05-221-0/+2
|
* embassy-sync: Update changelogMatt Johnston2025-05-221-0/+13
|
* chore: bump embassy-sync versionUlf Lilleengen2025-01-151-0/+2
| | | | Prepare version 0.6.2 for release
* feat: add dynamic dispatch variants of pipeUlf Lilleengen2025-01-151-0/+4
|
* Bump sync version (#3562)Dániel Buga2024-11-221-1/+1
| | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
* Generalize AtomicWakerDániel Buga2024-11-221-0/+1
|
* embassy-sync: made changelog formatting more consistentOliver Rockstedt2024-10-071-9/+9
|
* embassy-sync: added Watch primitive to changelogOliver Rockstedt2024-10-071-0/+1
|
* Add capacity, free_capacity, clear, len, is_empty and is_full functions to ↵Oliver Rockstedt2024-10-071-0/+1
| | | | priority_channel::{Sender, Receiver}
* Minor changelog fixOliver Rockstedt2024-10-071-1/+1
|
* Add capacity, free_capacity, clear, len, is_empty and is_full functions to ↵Oliver Rockstedt2024-10-071-0/+1
| | | | Channel::{Sender, Receiver}
* embassy-sync: add clear, len, is_empty and is_full functions to zerocopy_channelOliver Rockstedt2024-10-051-0/+1
|
* embassy-sync: add LazyLockSamuel Tardieu2024-07-291-0/+2
| | | | `LazyLock` is inspired by Rust 1.80.0's `std::sync::LazyLock` type.
* remove duplicate entryUlf Lilleengen2024-05-291-1/+0
|
* add missing entries to changelogUlf Lilleengen2024-05-291-0/+4
|
* Prepare for embassy-sync 0.6.0 releaseUlf Lilleengen2024-05-291-0/+2
|
* embassy-sync: Add clear function to all channelsOliver Rockstedt2024-05-221-3/+3
|
* Add little migration sentence to changelogDion Dokter2024-05-201-0/+1
|
* Add to changelogDion Dokter2024-05-201-0/+1
|
* embassy-sync: Add capacity, free_capacity, len, is_empty and is_full ↵Oliver Rockstedt2024-05-181-0/+1
| | | | functions to PubSubChannel
* embassy-sync: Add capacity, free_capacity, len, is_empty and is_full ↵Oliver Rockstedt2024-05-181-0/+1
| | | | functions to PriorityChannel
* embassy-sync: Add capacity and free_capacity functions to ChannelOliver Rockstedt2024-05-181-1/+1
|
* embassy-sync: Add len, is_empty and is_full functions to Channel.Oliver Rockstedt2024-04-081-1/+4
|
* embassy-sync 0.5Scott Mabin2023-12-041-0/+7
|
* Prepare embassy-net 0.2.1 and embassy-sync 0.4.0Dániel Buga2023-10-311-1/+6
|
* feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-141-1/+8
| | | | Update changelog in preparation for release
* Release embassy-sync v0.2.0Dario Nieuwenhuis2023-04-131-0/+22