Skip to content

Releases: waku-py/waku

v0.6.0

25 Mar 16:12
Compare
Choose a tag to compare

v0.6.0 (2025-03-25)

This release is published under the MIT License.

Bug Fixes

  • Change links to di docs in readme (0bf7086)

Documentation

  • Rename development section to contributing (#19, 08ec5f5)

  • Rename di section to providers, improve its contents (#111, f63c936)

  • Slightly reorganize documentation (#19, fe8220a)

  • di: Expand di documentation (#111, 887e76f)

Features

  • Add more info to provider validation error messages (#113, 9dced06)

Detailed Changes: v0.5.0...v0.6.0

v0.5.0

23 Mar 16:58
Compare
Choose a tag to compare

v0.5.0 (2025-03-23)

This release is published under the MIT License.

Documentation

  • add getting started section
  • add more usage docs
  • change api reference appearance
  • improve mkdocs config

Features

  • Remove MediatorProvidersCreator
  • Add new module extension type OnModuleConfigure for allowing change module metadata before module creating
  • Move handlers binding logic to MediatorExtension

Resolves: #105


Detailed Changes: v0.4.0...v0.5.0

v0.4.0

16 Mar 17:49
Compare
Choose a tag to compare

v0.4.0 (2025-03-16)

This release is published under the MIT License.

Documentation

  • Setup mkdocs and improve documentation (d5166d7)

Features

  • Add ability to pass custom context to dependency provider (a0e055f)

Detailed Changes: v0.3.1...v0.4.0

v0.3.1

13 Feb 17:52
Compare
Choose a tag to compare

v0.3.1 (2025-02-13)

This release is published under the MIT License.

Bug Fixes

  • Do not unwrap generic annotations in collect_dependencies (c5f1b7c)

Detailed Changes: v0.3.0...v0.3.1

v0.3.0

10 Feb 17:49
Compare
Choose a tag to compare

v0.3.0 (2025-02-10)

This release is published under the MIT License.

Features


Detailed Changes: v0.2.0...v0.3.0

v0.2.0

12 Jan 11:07
Compare
Choose a tag to compare

v0.2.0 (2025-01-12)

Documentation

  • Add docstrings to mediator related stuff (10728c0)

  • Deploy mkdocs to github pages #17 (23872d7)

  • Improve readme and contributing guide (93529d1)

  • Trigger docs deploy #17 (096876f)

  • Use org bot for pages deploy #17 (dfd1786)

Features

  • Eliminate maps usage in mediator (16679d7)

  • Refactor mediator extension, add events handling support (3441375)

Resolves #12 Fixes #16


Detailed Changes: v0.1.6...v0.2.0

v0.1.6

20 Dec 14:11
Compare
Choose a tag to compare

v0.1.6 (2024-12-20)

Bug Fixes

  • Skip ci in release commit (9adbc58)

Detailed Changes: v0.1.5...v0.1.6

v0.1.5

20 Dec 11:52
Compare
Choose a tag to compare

v0.1.5 (2024-12-20)

Bug Fixes

  • Remove unused version var from init, run gitlint only for prs (7a270d4)

Detailed Changes: v0.1.4...v0.1.5

v0.1.4

20 Dec 11:39
Compare
Choose a tag to compare

v0.1.4 (2024-12-20)

Bug Fixes

  • Attempt to fix contextvar from different context error (d98c2f8)

Detailed Changes: v0.1.3...v0.1.4

v0.1.3

20 Dec 11:03
Compare
Choose a tag to compare

v0.1.3 (2024-12-20)

Bug Fixes

  • ext: Make mediator middlewares work (4e4a593)

Build System

  • Make patch release only for fix & perf tags (b9cf6bf)

Documentation

  • Add readme and contributing guide (32043d7)

Detailed Changes: v0.1.2...v0.1.3