Skip to content

Releases: sina-al/pymediate

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:35
fb16f24

[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

  • Point pnpm/action-setup at docs.v2/package.json (2becc09)

  • Correct error docs path (d480fce)

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

Choose a tag to compare

@github-actions github-actions released this 05 Jul 14:05
8d2c06b

[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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 10:28
1c2a8ed

[0.1.1] - 2026-07-05

Documentation

  • Rewrite entire docs/ site in Microsoft style, fix broken examples (bec767f)

Fixes

  • Correct broken HandlerNotFoundError message and docstring inaccuracies (6688e7c)

Miscellaneous

  • Scope Documentation workflow to docs-relevant path changes (011b46f)

  • (release) V0.1.1 (1c2a8ed)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 00:12
2d36650

[0.1.0] - 2026-07-04

Build system

  • Migrate to uv's native build backend (uv_build) (4d6944c)

Documentation

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)

Testing