v1.0.15
What's Changed
- feat(connectors): add Snowflake target by @sdhilip200 in #2046
- feat: support multiple GPUs and fractional GPU allocations via GPUPool by @lichuang in #2224
- feat: add type_hint to use_state for typed state deserialization by @lichuang in #2210
- feat(state_store): automatically resize LMDB map when full by @slliland in #2231
- Target action batching
- LanceDB improvements
- Postgres fixes
- fix(postgres): preserve data and NOT NULL constraints during column type evolution by @Sujit-1509 in #2228
- fix(postgres): schema-qualify DROP INDEX when reconciling vector indexes by @georgeh0 in #2237
- fix(localfs): add periodic rescan + watcher recreation for live mode by @jordigilh in #2232
- fix: reject rows with missing or null primary keys by @MaxRong in #2239
- fix(core): reconcile orphaned child-existence rows when Directory becomes Component by @Sujit-1509 in #2212
- Add portable Agent Skills discovery by @nickreames in #2238
- docs: section overview pages by @badmonster0 in #2226
- docs: Core Concepts prerequisite notes + mount vs use_mount diagram by @georgeh0 in #2222
- fix(docs): tolerate commented-out keys in .env.example check by @georgeh0 in #2223
- ci(deps): bump actions/cache from 5 to 6 by @dependabot[bot] in #2234
New Contributors
- @lichuang made their first contribution in #2210
- @jordigilh made their first contribution in #2232
- @nickreames made their first contribution in #2238
- @MaxRong made their first contribution in #2239
- @slliland made their first contribution in #2231
Full Changelog: v1.0.14...v1.0.15