Changelog¶
All notable changes to CanKit.Pro are recorded here. This file is generated by
semantic-release from the
Conventional Commits on main — do not edit it by hand.
1.2.3 (2026-09-10)¶
Build & Dependencies¶
- deps: Bump the test-tooling group with 1 update (aa94904)
1.2.2 (2026-09-10)¶
Bug Fixes¶
- only deploy docs to Pages from main (0a84b78)
Documentation¶
- add the project website (MkDocs Material on GitHub Pages) (01bfdcf)
1.2.1 (2026-09-10)¶
Build & Dependencies¶
- deps: drop unused dependencies from CanKit.Pro.Reliability (f40b15c)
Documentation¶
- align shipped documentation with the 1.2.0 release (5f48379)
- changelog: repoint commit links after the history rewrite (8ed80f6)
- make the XML doc comments English-only (0bf8047)
- mark the 2026-07-14 review as external context (649cde0)
1.2.0 (2026-09-09)¶
Features¶
- drop VENDOR (moving to a separate internal repo), publish the rest of L3/L4 (01c8ea4)
1.1.0 (2026-09-09)¶
Features¶
- rawcan: add callback-style Subscribe(onNext, predicate) convenience API (d718a3a)
Bug Fixes¶
- ci: resolve release-config presets via import.meta.resolve (5676591)
- ci: use a bypass-eligible PAT for the release push (ca198bd)
- rawcan: skip pump join when disposing callback Subscribe from onNext (771ad11)
- rawcan: stop callback pump after self-dispose (80722d5)
- release: revert conventional-changelog-conventionalcommits to 9.3.1 (c5bf3ce), closes #2 #15 #2
Build & Dependencies¶
- deps: Bump conventional-changelog-conventionalcommits (#2) (4f2ebd8)
- deps: Bump coverlet.collector and 2 others (#8) (140fa3b)
- deps: Bump Microsoft.Bcl.AsyncInterfaces from 10.0.11 to 10.0.12 (#9) (3379766)
- deps: Bump System.Memory from 4.5.4 to 4.6.3 (#10) (f9d4c91)
- deps: Bump System.Threading.Channels from 10.0.11 to 10.0.12 (#11) (bdb8eff)
- move to .NET 10 LTS ahead of net8.0 EOL (72c3562)
1.0.0 (2026-09-09)¶
Features¶
- establish CanKit.Pro as a standalone product on top of CanKit (713fdc8)
- migrate the full L2-L4 stack from the legacy develop branch (02e3753)
Bug Fixes¶
- build: add the Fallback version strategy so an orphan branch versions (e12bc1b)
- build: give GitVersion a base version so a fresh repository builds (507a565)
- build: remove illegal double hyphen from an XML comment (4b17afa)
- build: run GitVersion in the pipeline instead of as an MSBuild task (5d130e8)
- test: let the TX-confirm double declare the echo capability it models (bc541a2)
- test: resolve the three compile failures the L3/L4 migration surfaced (cfbf994)