Skip to content

chore(main): release 0.5.0#84

Merged
aviralgarg05 merged 1 commit into
mainfrom
release-please--branches--main
Feb 6, 2026
Merged

chore(main): release 0.5.0#84
aviralgarg05 merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

0.5.0 (2026-02-06)

Features

  • add comprehensive OSS automation and community features (cf22f4b)
  • Add DELETE statement support (17974b8), closes #45
  • Add DELETE statement support with WHERE clause filtering (44bedae)
  • Add UPDATE statement support (922afce)
  • Add UPDATE statement support (96921be), closes #46
  • add UPDATE/DELETE support with cache invalidation (v0.4.0) (777421c)
  • Added .editorconfig for consistent formatting (d659d8c)
  • Added docker-compose.yml file (c4a7b20)
  • App dockerization (149d801)
  • build and release docker image (c09f564)
  • Cached Python deps in CI (603cafa)
  • Committed Cargo.lock for reproducible builds (db4311e)
  • complete OSS infrastructure setup (626d622)
  • Implement semantic cache persistence to disk (#47) (0179452)
  • implement semantic cache persistence to disk (issue #47) (78e2a4e)

Bug Fixes

  • Add boolean value assertion in test_parse_update_without_where (be4e731)
  • add defensive field width limits and improve explain_action docstrings (763493e)
  • Address CodeRabbit feedback (d596cb0)
  • Address CodeRabbit nitpicks (19543f2)
  • Address CodeRabbit review feedback (a208673)
  • address CodeRabbit security concerns - Replace unsafe pickle.load() with JSON as default format - Add RestrictedUnpickler for legacy pickle files - Auto-convert legacy pickle caches to JSON on load - Add test cache files to .gitignore (9d37b98)
  • Apply cargo fmt formatting and improve UPDATE atomicity (cbd62fc)
  • cargo-audit installation issue in workflow (16fd851)
  • cashing issue (af501a3)
  • cashing problem (d9fbf58)
  • ci: correct YAML syntax in Python workflow job (ccf5a6c)
  • ci: remove broken requirements-lock.txt dependency installation (1b8edce)
  • final release-please workspace fix (remove workflow-level type override) (ecb67d7)
  • fixed suggested changes (dd83131)
  • Handle serialization errors properly in batch UPDATE (5a13d99)
  • Implement two-phase deletion to prevent partial deletion risk (f184562)
  • reduce test iterations to prevent CI timeout (5fe7919)
  • remove auto-save from put() to prevent test hanging (3b109c6)
  • remove unused io import (01effa3)
  • remove unused mut from with_cache function (4507d2f)
  • replace deprecated PyO3 import_bound with import (f60c483)
  • Resolve merge conflicts in SQL module files (ead1cf0)
  • resolve Rust formatting issues in benchmark files (f2f6cf4)
  • setup release-please for subpackage to bypass workspace parsing issue (988281d)
  • suggested but coherant changes (d1b9f1a)
  • switch release-please to simple release-type for workspace support (e23dd8a)
  • update bytes to 1.11.1 and improve DCO workflow (a2374fe)
  • update release-please config for cargo workspace (1bceda8)
  • upgraded pyo3 from version 0.22 to version 0.24.1 (67d5a47)

Reverts

  • restore original test iterations (ea703bd)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main branch from d825f46 to 8fca08c Compare February 6, 2026 16:41
@aviralgarg05 aviralgarg05 merged commit 32fe154 into main Feb 6, 2026
1 check passed
@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add UPDATE statement support Add DELETE statement support

1 participant