Skip to content

Release v1.0.0#296

Merged
tjgreen42 merged 7 commits intomainfrom
release-1.0.0
Mar 27, 2026
Merged

Release v1.0.0#296
tjgreen42 merged 7 commits intomainfrom
release-1.0.0

Conversation

@tjgreen42
Copy link
Copy Markdown
Collaborator

Summary

  • Bump version from 1.0.0-dev to 1.0.0 across all version references
  • Rename SQL files and upgrade scripts to drop -dev suffix
  • Replace prerelease RAISE WARNING with RAISE INFO in all SQL scripts
  • Update README status to production ready, swap banner image to v1.0.0
  • Move v1.0.0 to Released section in ROADMAP.md (Mar 2026)
  • Remove 6 old versioned banner images
  • Fix CLAUDE.md: remove stale enable_bmw GUC, add missing source files
  • Apply make format to fix pre-existing formatting drift

Testing

  • make test — 52/52 passed
  • make format-check — passed

Bump version from 1.0.0-dev to 1.0.0 across all files:
- pg_textsearch.control, mod.c, Makefile, CLAUDE.md
- Rename SQL files and upgrade scripts
- Replace prerelease RAISE WARNING with RAISE INFO
- Update README status to production ready
- Move v1.0.0 to Released section in ROADMAP.md
- Update banner image to v1.0.0, remove old versions
- Fix CLAUDE.md: remove non-existent enable_bmw GUC,
  add missing source files to directory listing
- Apply make format to fix pre-existing formatting drift
- Update all 60 test expected output files
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Replace the placeholder "System X" name with "ParadeDB" across all
benchmark scripts, SQL files, CI workflow, and documentation now that
we are publishing the comparison results publicly with the v1.0.0
release.

- Rename systemx/ directories to paradedb/ in all benchmark datasets
- Update all SQL identifiers (table names, index names, functions)
- Update benchmark.yml CI workflow (env vars, job names, step names)
- Update gh-pages HTML (comparison, methodology, index)
- Update OPTIMIZATION_ROADMAP.md references
Local clang-format produced different output than CI's version.
Revert these formatting-only changes to keep CI green. The mod.c
version bump from the release commit is unaffected.
@tjgreen42 tjgreen42 marked this pull request as ready for review March 27, 2026 16:56
- Add missing REVOKE EXECUTE and DROP FUNCTION statements to the
  0.6.1→1.0.0 upgrade script, matching all other upgrade paths
- Remove stale enable_bmw reference from CLAUDE.md BMW section
- Update status to production-ready (v1.0.0)
- Reframe remaining work as post-1.0 priorities
- Mark v1.0.0 roadmap items as done, add post-1.0 section
- Update success metrics with achieved results
- Update migration section for backwards compatibility era
- Resolve answered open questions (compression, memtable, benchmarks)
- Note WAND was chosen over MAXSCORE for query executor
@tjgreen42 tjgreen42 merged commit b3192d6 into main Mar 27, 2026
36 checks passed
@tjgreen42 tjgreen42 deleted the release-1.0.0 branch March 27, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant