| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-13 | 1.0 kB | |
| v4.1.0 source code.tar.gz | 2026-09-13 | 7.3 MB | |
| v4.1.0 source code.zip | 2026-09-13 | 7.8 MB | |
| Totals: 3 Items | 15.1 MB | 0 | |
What's Changed
- 638 add application lifecycle hooks for extensibility by @krokhale in https://github.com/kurrier-org/kurrier/pull/644
- feat(mailtrap) add mailtrap inbound webhook adapter by @dr-3lo in https://github.com/kurrier-org/kurrier/pull/609
- Refactor distribution packages by @krokhale in https://github.com/kurrier-org/kurrier/pull/648
- Version Packages by @github-actions[bot] in https://github.com/kurrier-org/kurrier/pull/649
New Contributors
- @dr-3lo made their first contribution in https://github.com/kurrier-org/kurrier/pull/609
v4.1.0 includes a major backend architecture upgrade to Kurrier's distribution and extension system. The new architecture makes Kurrier substantially more modular and extensible, with lifecycle hooks and clean extension points for building custom functionality without modifying the core application. Read more in the Extensions documentation.
Full Changelog: https://github.com/kurrier-org/kurrier/compare/v4.0.0...v4.1.0