| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-03 | 511 Bytes | |
| v0.33.0 source code.tar.gz | 2026-04-03 | 545.2 kB | |
| v0.33.0 source code.zip | 2026-04-03 | 747.8 kB | |
| Totals: 3 Items | 1.3 MB | 5 | |
Changed
- Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. PR [#1190].
Fixed
- Fix in
Client.Startwhere previously it was possible for a River client that only partially started before erroring to not try to start on subsequentStartinvocations. PR [#1187].