| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-23 | 1.4 kB | |
| v3.32.1 source code.tar.gz | 2026-08-23 | 2.8 MB | |
| v3.32.1 source code.zip | 2026-08-23 | 3.5 MB | |
| Totals: 3 Items | 6.4 MB | 0 | |
Bug Fixes:
-
don't create tenants when reading in ETS by @zachdaniel
-
ensure error & lazy are private functions by @zachdaniel
-
fix various small transformer/aggregate issues by @zachdaniel
-
evaluate decimal arithmetic with an integer (#2893) by @matt-beanland (#2893)
-
string_position returns an integer position (#2892) by @matt-beanland (#2892)
-
restore temporal subtraction type inference (#2887) by Jechol Lee (#2887)
-
retain compile dependencies for policy check modules (#2886) by Jechol Lee (#2886)
Improvements:
-
only set
transaction? truewhen the data layer supports it (#2895) by @C-Sinclair (#2895) -
add
can_see_fieldsandcan_see_fields?by @zachdaniel (#2894)
Performance Improvements:
- make boolean filter parsing faster by @zachdaniel