Releases: sina-al/pymediate
Release list
v0.1.3
[0.1.3] - 2026-07-05
Documentation
-
Link well-known constructs on first mention, fix broken See also, tighten structure (8e78fc4)
-
Overhaul error-handling guide, trim mediator docs, apply MS style (b4458e7)
-
Update errors section (8f75fe8)
-
Refine error section (1ba9e22)
-
Correct mediator section (2e96984)
-
Stop publishing changelog on docs site (63571b5)
Features
-
Add github-actions-security skill and wire it into config (75afa0b)
-
Generate CLAUDE.md context files for API signatures and ADR index (7590bdb)
-
Build fumadocs v2 site with original brand and full content migration (cea27af)
Fixes
Miscellaneous
-
Scope workflow triggers to changed files and rename for clarity (a97d792)
-
Pin all third-party actions to full commit SHAs (83c8e01)
-
Tidy docs (a64d4b0)
-
Scaffold v2 documentation site (e59be29)
-
(release) V0.1.3 (fb16f24)
Refactoring
- Drop generated ADR index, keep cross-reference as prose (91e74f8)
v0.1.2
[0.1.2] - 2026-07-05
Documentation
-
Apply Microsoft writing style to top-level docs, fix stale DI terminology (3a47ee7)
-
Remove Zero convention and Dataclass friendly from feature lists (7798b81)
-
Audit and rewrite all public docstrings, enforce the policy going forward (f2ac40e)
Features
- Adopt ZeroVer and automate minor/patch bump assessment (ccb653f)
Fixes
-
Correct CHANGELOG.md missing the 0.1.1 release and fix the process (ae5bacb)
-
Apply_to_subclasses had no effect on PipelineBehavior.should_apply() (8bdffd4)
-
Don't count tooling-only feat commits toward a minor bump (5ab4946)
Miscellaneous
- (release) V0.1.2 (8d2c06b)
v0.1.1
v0.1.0
[0.1.0] - 2026-07-04
Build system
- Migrate to uv's native build backend (uv_build) (4d6944c)
Documentation
-
Update docs (a02d1f4)
-
Add docs (948677f)
-
Update docs (b74cb23)
-
Fix logo render (1f4a440)
-
Update readme styling (97a2813)
-
Update tagline (af7ffae)
-
Strip api reference (279bbeb)
-
Fix badges (2567506)
-
Remove codecov badge (346eb18)
-
Trim docs (df20472)
-
Update docs (8163302)
-
Add /release skill with the full release checklist (1d0b860)
Features
-
Registry api (c168b01)
-
Extend aio support (2968d6e)
-
Add service provider protocol (1752dc0)
-
Pipeline behaviours (48a1de7)
-
Integrate pipeline behaviours in mediator (c8c3c26)
-
Pin uv version and add a scripted, parameterized way to bump it (2ab794a)
-
Implement packaging audit findings — metadata, publish pipeline, community files (f29e858)
-
Modernize release pipeline per PyPA + uv publishing guidance (783cec7)
Fixes
-
Fix lint issue (7a62fc7)
-
Workflows (52ac696)
-
Simplify workflows (8439052)
-
Enable-cache = false (fe0684d)
-
Uv sync in workflows (c1c312c)
-
Hack typing (0e31b6d)
-
Mypy typing (9127c83)
-
Testes (7919e3a)
-
Pin dependency versions via committed uv.lock, fix mypy test flakiness (8eee494)
-
Ide settings (fb40073)
-
Deploy docs via GitHub Actions Pages flow instead of gh-deploy (1387265)
-
Pin orgoro/coverage to exact release, skip it on non-PR events (4eed737)
-
Correct stale imports and Python version matrix in release.yml/docs (eba8436)
-
Close coverage gap to 95% floor, remove dead error classes (d5d5e06)
-
Expand wheel glob before appending [di] extra in release.yml (e872e39)
Miscellaneous
-
Fix logo (e536c53)
-
Disable cache (9d3af9a)
-
Simplify workflow (73910c4)
-
Clean workflows (d5c0b60)
-
Fix badges (a68dba8)
-
Restructure packages (7991d9c)
-
Rename modules (4eda44e)
-
Refactor resolver protocol (f92305a)
-
Refactor to use service provider protocol (72b3ac6)
-
Remove legacy code (d69d6c5)
-
Renaming (5f44389)
-
Improve registry (47250ab)
-
Refactor pipeline behaviour class (ace50bb)
-
Simplfy pipeline behavior (39bffd6)
-
Rename files (7b3aa1c)
-
Bump GitHub Actions to versions running on Node 24 (63f159e)
-
Add Dependabot config for github-actions ecosystem (760484b)
-
Rename Pages deployment environment github-pages -> documentation (3759f29)
-
(release) V0.1.0 (5cb6394)
Refactoring
- Favor poe tasks over freely-defined uv/tool invocations in CI (52377af)