Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
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
{{ message }}
luminartech
/
simple_someip
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
13
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
chore(standardization): codec migration
- #153
#153
Merged
zheylmun
merged 23 commits into
main
luminartech/simple_someip:main
from
feat/codec-migration
luminartech/simple_someip:feat/codec-migration
Copy head branch name to clipboard
Sep 10, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
chore(standardization): codec migration
#153
zheylmun
merged 23 commits into
main
luminartech/simple_someip:main
from
feat/codec-migration
luminartech/simple_someip:feat/codec-migration
Copy head branch name to clipboard
Commits
Commits on Aug 24, 2026
chore: add automotive-wire-codec 0.3 dep and reconcile migration plan
Show description for 5fe5d04
zheylmun
committed
5fe5d04
View commit details
Copy full SHA for 5fe5d04
Browse repository at this point
test: pin golden wire-format byte snapshots (Phase 0)
Show description for a52f9d6
zheylmun
committed
a52f9d6
View commit details
Copy full SHA for a52f9d6
Browse repository at this point
refactor(protocol): widen Error to carry automotive-wire-codec fragments
Show description for 9caccf5
zheylmun
committed
9caccf5
View commit details
Copy full SHA for 9caccf5
Browse repository at this point
feat!: replace WireFormat trait with codec Encode (Phase 2)
Show description for d74074e
zheylmun
committed
d74074e
View commit details
Copy full SHA for d74074e
Browse repository at this point
fix: update server-tokio test helpers to use Options::encode
Show description for 58dc9c3
zheylmun
committed
58dc9c3
View commit details
Copy full SHA for 58dc9c3
Browse repository at this point
feat(protocol): add codec Decode impls for HeaderView and MessageView
Show description for 8c5bb20
zheylmun
committed
8c5bb20
View commit details
Copy full SHA for 8c5bb20
Browse repository at this point
feat(sd): add lazy Decode/DecodeIter for EntryView and OptionView
Show description for fdfc54f
zheylmun
committed
fdfc54f
View commit details
Copy full SHA for fdfc54f
Browse repository at this point
feat(sd): add lazy SdBody and unify SdHeaderView::parse slicing
Show description for a4f361e
zheylmun
committed
a4f361e
View commit details
Copy full SHA for a4f361e
Browse repository at this point
fix: guard against SOME/IP length < 8 underflow in decode path
Show description for 5b984e4
zheylmun
committed
5b984e4
View commit details
Copy full SHA for 5b984e4
Browse repository at this point
refactor(sd): rebuild SdHeaderView as L2 over lazy L1 (Phase 4)
Show description for cfa41d1
zheylmun
committed
cfa41d1
View commit details
Copy full SHA for cfa41d1
Browse repository at this point
refactor!: make Encode a supertrait of PayloadWireFormat
Show description for 08ba3e1
zheylmun
committed
08ba3e1
View commit details
Copy full SHA for 08ba3e1
Browse repository at this point
refactor!: header-first SD builders, BuildError bridge, Result parsers
Show description for a7aad7f
zheylmun
committed
a7aad7f
View commit details
Copy full SHA for a7aad7f
Browse repository at this point
feat(e2e): bridge e2e::Error onto protocol::Error, document intentional misfits
Show description for dc02192
zheylmun
committed
dc02192
View commit details
Copy full SHA for dc02192
Browse repository at this point
docs: Phase 7 cleanup — sweep WireFormat prose, tighten tests, add 0.9.0 CHANGELOG
Show description for 4c90caa
zheylmun
committed
4c90caa
View commit details
Copy full SHA for 4c90caa
Browse repository at this point
refactor: remove dead ReadBytesExt trait and fix stale golden-test doc comment
Show description for 870ad3f
zheylmun
committed
870ad3f
View commit details
Copy full SHA for 870ad3f
Browse repository at this point
fix: reconcile client-tokio test with codec Encode API after main rebase
Show description for 1a6fc0e
zheylmun
committed
1a6fc0e
View commit details
Copy full SHA for 1a6fc0e
Browse repository at this point
chore: clear branch-introduced clippy warnings after rebase
Show description for 6baa291
zheylmun
committed
6baa291
View commit details
Copy full SHA for 6baa291
Browse repository at this point
fix: repair CI lanes the local check matrix missed
Show description for a917c80
zheylmun
committed
a917c80
View commit details
Copy full SHA for a917c80
Browse repository at this point
Commits on Sep 10, 2026
docs(license): add the MIT and Apache-2.0 license texts
Show description for 1e6ea49
JustinKovacich
and
claude
committed
1e6ea49
View commit details
Copy full SHA for 1e6ea49
Browse repository at this point
fix(sd): reject under-length options instead of indexing past the view
Show description for 1d726d7
JustinKovacich
and
claude
committed
1d726d7
View commit details
Copy full SHA for 1d726d7
Browse repository at this point
fix(protocol)!: propagate a failing encoded_size instead of masking it
Show description for 78cbe92
JustinKovacich
and
claude
committed
78cbe92
View commit details
Copy full SHA for 78cbe92
Browse repository at this point
fix(sd_codec)!: report a full list in elements, not as a byte count
Show description for fe32ff8
JustinKovacich
and
claude
committed
fe32ff8
View commit details
Copy full SHA for fe32ff8
Browse repository at this point
docs(changelog): record the breaking changes the 0.13.0 entry omitted
Show description for 59b6c0f
JustinKovacich
and
claude
committed
59b6c0f
View commit details
Copy full SHA for 59b6c0f
Browse repository at this point
You can’t perform that action at this time.