Skip to content

v1.0.15

Choose a tag to compare

@georgeh0 georgeh0 released this 04 Jul 19:44
2a987db

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
    • fix(core): batch leaf target actions by @prrao87 in #2221
    • test: tolerate nondeterministic per-batch sink count in target metrics by @georgeh0 in #2233
    • test: explicit AtMost(N) sentinel for nondeterministic sink counts by @georgeh0 in #2246
  • LanceDB improvements
    • feat(lancedb): optimize table maintenance from LanceDB stats by @prrao87 in #2245
    • fix(python): LanceDB nullable schema-only row rewrites by @prrao87 in #2235
    • fix(rust): LanceDB nullable schema-only row rewrites by @prrao87 in #2236
  • 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

Full Changelog: v1.0.14...v1.0.15