| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-10 | 723 Bytes | |
| v0.36.0 source code.tar.gz | 2026-05-10 | 558.6 kB | |
| v0.36.0 source code.zip | 2026-05-10 | 762.0 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
Added
- Add
QeueueBundle.Removeto remove an already added queue/producer. PR [#1235] and PR [#1240].
Fixed
- Fix unsafe concurrent producer map access in client. PR [#1236].
- Mark schema replacements as
Stablein sqlc templates, preventing query SQL from having to be reallocated over and over again.. PR [#1242]. - Fix bug in
sqltemplatecached path in order in which named args are passed to a query (previously, the order was unstable). PR [#1243].