The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-06 | 1.8 kB | |
| v3.5.0 (2025-11-06) source code.tar.gz | 2025-11-06 | 246.8 kB | |
| v3.5.0 (2025-11-06) source code.zip | 2025-11-06 | 273.3 kB | |
| Totals: 3 Items | 521.9 kB | 1 | |
- Dependency: on Clojars
- Versioning: Break Versioning
This is a major maintenance release with many improvements. It includes a breaking change regarding Carmine's logging. Please report any unexpected problems to the Slack channel or GitHub.
A big thanks to all contributors and testers on this release! 🙏
Since v3.4.1 (2024-05-30)
Changes
- ➤ [mod] [BREAKING] Switch logging: Timbre -> Trove [ee75844c]
- [mod] Drop support for Clojure 1.9 [70a60652]
New
- [new] First publicly available experimental Carmine v4 core for early testers (currently undocumented)
- [new] Update command spec [52c0cc0d]
- [new] Now use Truss contextual exceptions for all errors [3c5ede77]
- [new] [#322] Tests: use shared config, make benchmarks easier to tune (@kaizer113) [3a21e98b]
- [new] [mq] Add experimental
:reset-init-backoff?opt for debouncing, etc. [983fde98] - [new] [mq] [#315] [#316] Allow zero-thread workers (@adam-jijo-swym) [7e9adce1]
- [new] [#313] Replace lua code with native command (@GabrielHVM) [ed109343]
- [doc] [#314] Fix wiki typos (@mardukbp) [6c20de1d]
- [doc] [#317]
wcardocstring improvements [d4265aad] - [doc] Add migration info re: v3.3 MQ holding connections longer [8dc6fc14]
Fixes
- None