0.14.7
🐛 Bug Fixes
- fix: Pass make_kwargs to make_fetch in tripartite pattern (#1360) @dimitri-yatsenko
When using generator-based make (make_fetch, make_compute, make_insert), make_kwargs passed to populate() were not being forwarded to make_fetch. This caused TypeError when using make_kwargs with the tripartite pattern.
Fixes #1350
⚠️ End-of-Life Notice
This is the final maintenance release for the 0.14.x branch.
- No further 0.14.x releases are planned
- There will be no v0.15 — the next major version is v2.0
- Security fixes only will be considered on a case-by-case basis
We encourage all users on 0.14.x to plan their migration to v2.0.
Full Changelog: v0.14.6...v0.14.7