| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 18 hours ago | 770 Bytes | |
| V9.20.1 source code.tar.gz | < 18 hours ago | 18.4 MB | |
| V9.20.1 source code.zip | < 18 hours ago | 20.1 MB | |
| Totals: 3 Items | 38.5 MB | 0 | |
Two real improvements:
- Less log noise and faster/cleaner shutdowns at production time
- Adjustments to the "high water mark" detection to ignore idle transactions from advisory locks in advancing the high water mark. This was a side effect of the extra work we did in 9.18 to try to stop event skipping from slow transactions
What's Changed
- fix(#4953): allocation fence keeps idle advisory-lock sessions from holding gap skips forever by @jeremydmiller in https://github.com/JasperFx/marten/pull/5057
- Adopt JasperFx.Events 2.36.2: clear resolved daemons on coordinator stop, idempotent AddAsyncDaemon by @jeremydmiller in https://github.com/JasperFx/marten/pull/5058
Full Changelog: https://github.com/JasperFx/marten/compare/V9.20.0...V9.20.1