| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-26 | 1.2 kB | |
| V9.20.0 source code.tar.gz | 2026-07-26 | 18.4 MB | |
| V9.20.0 source code.zip | 2026-07-26 | 20.1 MB | |
| Totals: 3 Items | 38.5 MB | 0 | |
Bug fixes around permutations of the natural key usage, new convenience mechanisms for querying for event store data
What's Changed
- chore(deps-dev): bump find-my-way from 9.5.0 to 9.7.0 by @dependabot[bot] in https://github.com/JasperFx/marten/pull/5045
- chore(deps-dev): bump postcss from 8.5.14 to 8.5.23 by @dependabot[bot] in https://github.com/JasperFx/marten/pull/5046
- Retire the previous natural key row when the key changes (#5041) by @jeremydmiller in https://github.com/JasperFx/marten/pull/5049
- Add FetchStreamStatePlan + FetchStreamPlan: raw event stream fetches as batchable query plans by @uniquelau in https://github.com/JasperFx/marten/pull/5043
- StreamEventState + StreamEvents result types for Marten.AspNetCore by @jeremydmiller in https://github.com/JasperFx/marten/pull/5053
- Natural key table: scope the FK guard, and land the partitioned-FK repro (#5044) by @jeremydmiller in https://github.com/JasperFx/marten/pull/5050
- Adopt JasperFx.Events 2.36.0: shard failure classification, drain timeout docs, natural key extraction by @jeremydmiller in https://github.com/JasperFx/marten/pull/5054
Full Changelog: https://github.com/JasperFx/marten/compare/V9.19.0...V9.20.0