Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions simple-someip-embassy-net/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/luminartech/simple_someip/compare/v0.1.0...v0.2.0) - 2026-09-10

### Added

- [**breaking**] mark the public error enums non-exhaustive, make the E2E caps configurable
- *(client)* [**breaking**] key service registry by device IP

### Fixed

- *(server)* [**breaking**] return a GAT from for_each_subscriber so EventPublisher futures are Send

### Other

- Phase 7 cleanup β€” sweep WireFormat prose, tighten tests, add 0.9.0 CHANGELOG
- *(release)* land the typed CapacityKind as 0.12.0
- *(release)* bump to 0.10.0 for the for_each_subscriber break
- *(embassy-net)* migrate loopback to ServiceEndpointKey and gate it in CI
- *(release)* 0.9.0 β€” source-keyed client registry

## [0.1.0](https://github.com/luminartech/simple_someip/releases/tag/v0.1.0) - 2026-06-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion simple-someip-embassy-net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-someip-embassy-net"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "embassy-net `TransportFactory` / `TransportSocket` adapter for the simple-someip crate"
Expand Down