Skip to content

Releases: askdba/myvector

v1.26.1

26 Jan 21:13
b4daba1

Choose a tag to compare

Summary

This release improves the Docker documentation with a full end-to-end, runnable example and fixes README Mermaid rendering.

Highlights

  • Add a complete MySQL 8.4 Docker quick start, including plugin verification and reinstall steps.
  • Provide a working Stanford50d sample dataset walkthrough (download, load, index build, ANN query).
  • Standardize all example commands to use docker exec and align container naming.
  • Document index build connection troubleshooting with an in-container myvector.cnf.
  • Fix README Mermaid diagram parsing and label formatting.

Docs

  • docs/DOCKER_IMAGES.md: runnable Docker + dataset example and troubleshooting notes.
  • README.md: Mermaid diagram fixes.

Test Plan

  • Documentation-only changes; no code changes.

v1.0.2-rc5

26 Jan 17:03
63a8b17

Choose a tag to compare

What's Changed

  • fix: Address critical bugs and code quality issues (#1, #2, #3, #6, #12) by @askdba in #20
  • refactor: restructure repository layout by @askdba in #22
  • docs: consolidate documentation updates by @askdba in #23
  • feat: consolidate code enhancements (cleanup, versioning, logging) by @askdba in #24
  • feat: add github actions ci workflow by @askdba in #25
  • feat: Add MTR test suite for core functionality by @askdba in #26
  • feature/release workflow by @askdba in #27
  • feat: Add Docker publish workflow by @askdba in #29
  • docs: Update README with banner, logo, and modern branding by @askdba in #30
  • feat: Use PNG assets for banner and logo by @askdba in #32
  • feat: Adopt MySQL 8.4.8 LTS by @askdba in #34
  • fix: Implement plugin deinitializer by @askdba in #40
  • docs: Improve documentation on build paths, query rewriting, and operations by @askdba in #41
  • feat(sql): Improve SQL surface and error messaging by @askdba in #42
  • Fix CI build warnings and binlog thread issues by @askdba in #43
  • Restore docker publish on main pushes by @askdba in #44
  • Fix C++ strchr lookup in MyVector options by @askdba in #45
  • Fix docker workflow missing .i include by @askdba in #46
  • Align docker publish workflow with release permissions by @askdba in #47
  • Add README-based Docker smoke test by @askdba in #49
  • Add Docker image smoke test by @askdba in #48
  • Revert PR 49 and re-add README smoke test with UDF wait by @askdba in #50
  • Fix smoke test container running check by @askdba in #52
  • Fix README smoke test container wait by @askdba in #51
  • Fix Docker plugin path for MySQL images by @askdba in #53
  • Fix docker CI for 8.0/8.4/9.6 by @askdba in #54
  • Fix libstdc++ runtime mismatches by @askdba in #55
  • Publish multi-arch Docker images by @askdba in #56
  • Fix multi-arch build QEMU ordering by @askdba in #57
  • Shrink Docker build context by @askdba in #59
  • Fix multi-arch manifest publishing by @askdba in #60
  • Add Stanford 50d sample smoke option by @askdba in #61
  • Release 1.0.1 prep and CI/Docker updates by @askdba in #62
  • Follow-up: fix Dockerfile init + docs nits by @askdba in #64
  • Fix macOS Boost extraction in release builds by @askdba in #65
  • Fix macOS Boost download retries by @askdba in #66
  • chore: rc3 prep and release build updates by @askdba in #68

Full Changelog: https://github.com/askdba/myvector/commits/v1.0.2-rc5