Releases: paradedb/rails-paradedb
Releases · paradedb/rails-paradedb
Release list
v0.8.0
What's Changed
- ci: drop Slack @here notification from schema-compat failure by @philippemnoel in #88
- chore(deps): bump erb from 6.0.1 to 6.0.1.1 in /examples by @dependabot[bot] in #90
- chore(deps): bump erb from 6.0.1 to 6.0.1.1 by @dependabot[bot] in #89
- chore: Add new cast functions by @isaacvando in #91
- chore(deps): bump the github-actions-dependencies group with 2 updates by @dependabot[bot] in #94
- chore(deps): bump rake from 13.3.1 to 13.4.2 in the bundler-dependencies group by @dependabot[bot] in #92
- chore(deps): bump rake from 13.3.1 to 13.4.2 in /examples in the bundler-examples-dependencies group across 1 directory by @dependabot[bot] in #95
- ci: Use GITHUB_TOKEN instead of PARADEDB_BOT_GITHUB_TOKEN by @isaacvando in #96
- chore(deps): bump nokogiri from 1.19.2 to 1.19.3 in /examples by @dependabot[bot] in #99
- chore(deps): bump nokogiri from 1.19.2 to 1.19.3 by @dependabot[bot] in #98
- chore: Remove release.md by @isaacvando in #101
- chore(deps): bump the bundler-examples-dependencies group in /examples with 2 updates by @dependabot[bot] in #103
- chore(deps-dev): bump rubocop from 1.86.0 to 1.87.0 in the bundler-dependencies group by @dependabot[bot] in #102
- ci: Disable uv cache to fix dependency-glob annotation by @philippemnoel in #104
- chore: replace no-op final-newline lint with a real check; drop irrelevant excludes by @philippemnoel in #106
- chore: namespace Tokenizer as ParadeDB::Tokenizer by @philippemnoel in #108
- fix: built-in ArgumentError in tokenizer by @philippemnoel in #107
- chore: Release 0.8.0 by @isaacvando in #109
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- docs: Simplify README by @isaacvando in #83
- feat: Implement function-based tokenizer API by @isaacvando in #84
- chore: Prepare 0.7.0 release by @isaacvando in #86
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: Support concurrent index creation by @isaacvando in #82
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- fix: Allow aliased expressions in indexes by @isaacvando in #79
- feat: Add support for partial indexes by @isaacvando in #80
- chore: Release version 0.5.0 by @isaacvando in #81
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- chore(deps): bump actionpack from 8.1.2 to 8.1.2.1 by @dependabot[bot] in #64
- chore(deps): bump actionpack from 8.1.2 to 8.1.2.1 in /examples by @dependabot[bot] in #65
- fix: Remove unnecessary validation on non-exact aggregates by @isaacvando in #66
- chore(deps-dev): bump mcp from 0.8.0 to 0.9.2 by @dependabot[bot] in #67
- chore(deps-dev): bump mcp from 0.8.0 to 0.9.2 in /examples by @dependabot[bot] in #68
- chore(deps-dev): bump rubocop from 1.85.1 to 1.86.0 in the bundler-dependencies group by @dependabot[bot] in #69
- chore(deps-dev): bump rubocop from 1.85.1 to 1.86.0 in /examples in the bundler-examples-dependencies group by @dependabot[bot] in #70
- chore(deps): bump codecov/codecov-action from 5 to 6 in the github-actions-dependencies group by @dependabot[bot] in #71
- chore(deps): bump rack from 3.2.5 to 3.2.6 in /examples by @dependabot[bot] in #72
- chore(deps): bump rack from 3.2.5 to 3.2.6 by @dependabot[bot] in #73
- chore(deps): bump rack-session from 2.1.1 to 2.1.2 in /examples by @dependabot[bot] in #75
- chore(deps): bump rack-session from 2.1.1 to 2.1.2 by @dependabot[bot] in #74
- feat: Support down migrations by @isaacvando in #76
- chore: improve workflow display names in GitHub Actions UI by @philippemnoel in #77
- chore: 0.4.0 release by @isaacvando in #78
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- chore: apply lower-priority docs and CI polish by @philippemnoel in #44
- docs: polish README to match django-paradedb structure by @philippemnoel in #45
- refactor: improve medium-priority API ergonomics by @philippemnoel in #42
- ci: add typo, packaging, and API coverage guardrails by @philippemnoel in #46
- fix: strengthen high-priority runtime guards by @philippemnoel in #43
- feat: Make proximity API symmetrical by @isaacvando in #51
- chore: upgrade astral-sh/setup-uv from v6 to v7 by @philippemnoel in #52
- chore: Make it easier to run schema compatibility check locally by @isaacvando in #53
- chore: Upgrade to 0.22.0 by @philippemnoel in #54
- chore: improve release readiness by @philippemnoel in #55
- fix: correct ruby requirement badge by @philippemnoel in #56
- chore: Consolidate overlapping specs by @isaacvando in #57
- chore(deps): bump loofah from 2.25.0 to 2.25.1 by @dependabot[bot] in #58
- chore(deps): bump loofah from 2.25.0 to 2.25.1 in /examples by @dependabot[bot] in #59
- chore(deps): bump json from 2.18.1 to 2.19.2 in /examples by @dependabot[bot] in #61
- chore(deps): bump json from 2.18.0 to 2.19.2 by @dependabot[bot] in #60
- feat: Support full proximity API by @isaacvando in #62
- chore: Prepare 0.3.0 release by @isaacvando in #63
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- chore: polish readme to have some more explicitness by @ankitml in #22
- feat: add Rails 7.2 compatibility and CI matrix by @ankitml in #23
- chore: Create codecov.yml for coverage settings by @philippemnoel in #24
- refactor: flatten fuzzy options and add parse/phrase-prefix controls by @ankitml in #25
- chore: polish lint configs and workflow metadata by @philippemnoel in #30
- fix: restore integration test discovery and sourced bootstrap flow by @philippemnoel in #26
- fix: address high-severity search/runtime tokenizer issues by @philippemnoel in #27
- chore: low-priority docs and metadata cleanup by @philippemnoel in #29
- fix: add medium-level validation guards for facets and tokenizer args by @philippemnoel in #28
- chore: standardize lint workflows by @philippemnoel in #33
- chore: rename Top-N to Top-K by @philippemnoel in #34
- feat: Support all docs snippets features by @ankitml in #32
- chore: Update ParadeDB image to use latest tag by @rebasedming in #35
- chore: replace Slack invite link with paradedb.com/slack by @philippemnoel in #37
- feat: dsl array regex by @ankitml in #38
- ci: Workflow to check API compat against paradedb by @philippemnoel in #36
- docs: use MockItem instead of Product in README by @rebasedming in #39
- feat: Allow regexes to be passed into prox_array expressions by @isaacvando in #40
- chore: v0.2.0 release by @isaacvando in #41
New Contributors
- @rebasedming made their first contribution in #35
- @isaacvando made their first contribution in #40
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: Arel + query interface by @ankitml in #1
- feat: opus and codex review suggestions by @ankitml in #2
- feat: examples are here. by @ankitml in #3
- chore: Manual review end to end by @ankitml in #4
- feat: Restructure Arel foundation to reduce raw sql in final API by @ankitml in #5
- feat: input validation guards + edge-case integration tests by @ankitml in #6
- feat: Polish before 0.1.0 releae by @ankitml in #7
- fix: address manual review feedback by @ankitml in #8
- chore: audit fixes across docs, CI, and source by @philippemnoel in #11
- chore: Reviews by @ankitml in #10
- chore(deps): bump rack from 3.2.4 to 3.2.5 by @dependabot[bot] in #13
- chore(deps): bump rack from 3.2.4 to 3.2.5 in /examples by @dependabot[bot] in #12
- feat: add Arel predications (pdb_match, pdb_phrase, pdb_fuzzy, etc.) directly on Arel attributes by @ankitml in #14
- feat: Index creation via DSL by @ankitml in #15
- feat: Last leg of refactor by @ankitml in #16
- chore(deps): bump nokogiri from 1.19.0 to 1.19.1 by @dependabot[bot] in #19
- chore(deps): bump nokogiri from 1.19.0 to 1.19.1 in /examples by @dependabot[bot] in #20
- chore: cleanup by @ankitml in #18
- feat: prep for first release 🎸 by @ankitml in #21
New Contributors
- @ankitml made their first contribution in #1
- @philippemnoel made their first contribution in #11
- @dependabot[bot] made their first contribution in #13
Full Changelog: https://github.com/paradedb/rails-paradedb/commits/v0.1.0