Skip to content

Releases: GoCodeAlone/workflow-plugin-vectorstore

v0.1.3

24 May 21:33
Immutable release. Only release title and notes can be modified.
e4a17ec

Choose a tag to compare

Changelog

  • e4a17ec chore: bump plugin.json version to v0.1.3 (C5 post-release cleanup) (#14)

v0.1.2

24 May 18:14
Immutable release. Only release title and notes can be modified.
4facaf6

Choose a tag to compare

Changelog

  • cbdc5a7 Add strict contract descriptors: stepSchemas in plugin.json, plugin.contracts.json, SchemaProvider interface
  • 8caf7ed Add wfctl-strict-contracts job to CI workflow
  • 20f0e44 Address code review: clarify comments in contracts_test.go and plugin.go
  • 0eb4e73 Address review threads: permissions, pipe masking, milvus, vector_delete exclusivity
  • 75bdc38 Address review threads: safe type assertions, vector_delete description, remove unused environment field
  • 406296f Initial plan
  • 135035d Merge pull request #2 from GoCodeAlone/copilot/migrate-workflow-plugin-vectorstore
  • 4facaf6 chore(deps): bump workflow v0.64.0 (#12)
  • 0473c4d chore: bump workflow v0.3.5x → v0.51.7 (#4)
  • d4f810d chore: wire sdk.WithBuildVersion + release.yml validate-contract gate (workflow#764) (#9)
  • 2c7410b ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#8)
  • 9ce0130 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#5)
  • 71f5bb7 ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#11)
  • feda29f ci: publish GoReleaser drafts after artifact upload
  • bef2ab1 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#10)
  • f058aa5 docs(vectorstore): add examples/minimal/config.yaml (#7)
  • 76abf4d docs(vectorstore): experimental banner + MIT LICENSE (QoL sweep) (#6)

v0.1.1

22 Apr 14:47

Choose a tag to compare

Changelog

  • 345e85a refactor: inject plugin version at build time via ldflags

v0.1.0

03 Apr 22:24

Choose a tag to compare

Changelog

  • 608af2d Initial commit
  • 2ca8a20 feat: implement vectorstore plugin with Pinecone adapter
  • c926c1e fix: validate empty vectors, invalid cloud, and negative topK in steps