Skip to content

Releases: disnana/DictSQLite

🚀 Release v02.08.0a

11 Feb 05:27
437dcfe

Choose a tag to compare

📋 Release Information

Version: v02.08.0a
Release Date: 2026-02-11 05:27:48 JST
Commits in this push: 1 commits

📝 Latest Commit

  • Message: Update pyproject.toml
  • Author: harumaki4649
  • Hash: 437dcfe
  • Date: 2026-02-11 14:27:16 +0900

📦 Changes in This Release

  • Update pyproject.toml (437dcfe) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit 437dcfe

📖 Additional Commit Details

Signed-off-by: harumaki4649 <83683593+harumaki4649@users.noreply.github.com>

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.09

11 Feb 05:25
dd36d9a

Choose a tag to compare

📋 Release Information

Version: v02.08.09
Release Date: 2026-02-11 05:25:28 JST
Commits in this push: 8 commits

📝 Latest Commit

  • Message: Merge pull request #246 from disnana/copilot/fix-vulnerability-compatibility
  • Author: harumaki4649
  • Hash: dd36d9a
  • Date: 2026-02-11 14:25:15 +0900

📦 Commits in This Push

  • Initial plan (9ebc681) by copilot-swe-agent[bot]
  • **Fix SQL injection vulnerabilities while maintaining compatibility

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (aa4b56d) by copilot-swe-agent[bot]

  • **Improve documentation comments for security fixes

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (e067735) by copilot-swe-agent[bot]

  • **Fix Pylint line-too-long errors and formatting issues

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (9800b27) by copilot-swe-agent[bot]

  • **Fix Pylint too-many-lines error by compacting code

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (7b2bad0) by copilot-swe-agent[bot]

  • **Fix trailing whitespace on blank lines for flake8 compliance

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (9b5adcd) by copilot-swe-agent[bot]

  • **Update bytes crate to fix RUSTSEC-2026-0007 vulnerability

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (5a23e04) by copilot-swe-agent[bot]

  • **Merge pull request #246 from disnana/copilot/fix-vulnerability-compatibility

Fix security vulnerabilities in Python and Rust code while maintaining compatibility** (dd36d9a) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit dd36d9a

📖 Additional Commit Details

Fix security vulnerabilities in Python and Rust code while maintaining compatibility

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.08

10 Feb 13:44
c1b6966

Choose a tag to compare

📋 Release Information

Version: v02.08.08
Release Date: 2026-02-10 13:44:13 JST
Commits in this push: 2 commits

📝 Latest Commit

  • Message: Merge pull request #248 from fengyashanpu-code/patch-1
  • Author: harumaki4649
  • Hash: c1b6966
  • Date: 2026-02-10 22:44:00 +0900

📦 Commits in This Push

  • **Update main.py

適切なdoc stringを追加しました

Signed-off-by: fengyashanpu-code fengyashanpu@gmail.com** (df7fce5) by fengyashanpu-code

  • **Merge pull request #248 from fengyashanpu-code/patch-1

Update main.py** (c1b6966) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit c1b6966

📖 Additional Commit Details

Update main.py

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.07

17 Jan 11:17
46a33e3

Choose a tag to compare

📋 Release Information

Version: v02.08.07
Release Date: 2026-01-17 11:17:22 JST
Commits in this push: 2 commits

📝 Latest Commit

  • Message: Merge pull request #242 from disnana/junie-init
  • Author: harumaki4649
  • Hash: 46a33e3
  • Date: 2026-01-17 20:17:10 +0900

📦 Commits in This Push

  • feat(junie): added .junie workflow (4623dc5) by jetbrains-junie[bot]
  • **Merge pull request #242 from disnana/junie-init

Initialize JetBrains Junie 🚀** (46a33e3) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit 46a33e3

📖 Additional Commit Details

Initialize JetBrains Junie 🚀

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.06

10 Jan 04:35
4b35c2a

Choose a tag to compare

📋 Release Information

Version: v02.08.06
Release Date: 2026-01-10 04:35:04 JST
Commits in this push: 4 commits

📝 Latest Commit

  • Message: Merge pull request #241 from disnana/copilot/remove-bincode-dependency
  • Author: harumaki4649
  • Hash: 4b35c2a
  • Date: 2026-01-10 13:34:18 +0900

📦 Commits in This Push

  • Initial plan (e5479d8) by copilot-swe-agent[bot]
  • **Initial plan for bincode removal

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (13c6d77) by copilot-swe-agent[bot]

  • **Remove bincode references from documentation

  • Remove bincode from dependency list in DICTSQLITE_V2_SPECIFICATION_JP.md

  • Remove bincode "Option B" code example from JSON_MODE_TABLE_SUPPORT_FEASIBILITY_JP.md

  • Update performance comparison table to remove bincode row

  • Applied to both main docs and beta-versions folder

bincode is unmaintained (RUSTSEC-2025-0141) and was never actually used in the codebase. The project uses MessagePack (rmp-serde) for JSONB functionality.

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (22262cb) by copilot-swe-agent[bot]

  • **Merge pull request #241 from disnana/copilot/remove-bincode-dependency

Remove unmaintained bincode references from documentation** (4b35c2a) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit 4b35c2a

📖 Additional Commit Details

Remove unmaintained bincode references from documentation

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.05

09 Jan 11:10

Choose a tag to compare

📋 Release Information

Version: v02.08.05
Release Date: 2026-01-09 11:09:58 JST
Commits in this push: 3 commits

📝 Latest Commit

  • Message: Bincodeをライブラリから削除しました これはBincodeチームが開発を終了したことによるものではなく、使用されていなかったので削除しただけです
  • Author: harumaki4649
  • Hash: d60fc7f
  • Date: 2026-01-09 20:09:20 +0900

📦 Commits in This Push

  • v2.0.9をリリースしました (d0d4a6b) by harumaki4649
  • Merge branch main into dev (e4d2885) by harumaki4649
  • Bincodeをライブラリから削除しました
    これはBincodeチームが開発を終了したことによるものではなく、使用されていなかったので削除しただけです
    (d60fc7f) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit d60fc7f

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.04

08 Jan 06:40
d15ef40

Choose a tag to compare

📋 Release Information

Version: v02.08.04
Release Date: 2026-01-08 06:40:25 JST
Commits in this push: 7 commits

📝 Latest Commit

  • Message: Merge pull request #238 from disnana/dev
  • Author: harumaki4649
  • Hash: d15ef40
  • Date: 2026-01-08 15:40:12 +0900

📦 Commits in This Push

  • ARMを試験的にベンチマークに追加 (6327b7b) by harumaki4649
  • changelogとarmのテストを改良 (787b90c) by harumaki4649
  • rustバージョンを調整 (22655c0) by harumaki4649
  • rust verision up (af84b0b) by harumaki4649
  • no message (ce25af3) by harumaki4649
  • no message (0279f1a) by harumaki4649
  • **Merge pull request #238 from disnana/dev

Dev** (d15ef40) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit d15ef40

📖 Additional Commit Details

Dev

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.03

08 Jan 05:22
916daa6

Choose a tag to compare

📋 Release Information

Version: v02.08.03
Release Date: 2026-01-08 05:22:21 JST
Commits in this push: 2 commits

📝 Latest Commit

  • Message: Merge pull request #237 from disnana/alert-autofix-7404
  • Author: harumaki4649
  • Hash: 916daa6
  • Date: 2026-01-08 14:22:08 +0900

📦 Commits in This Push

  • **Potential fix for code scanning alert no. 7404: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (6e7d260) by harumaki4649

  • **Merge pull request #237 from disnana/alert-autofix-7404

Potential fix for code scanning alert no. 7404: Workflow does not contain permissions** (916daa6) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit 916daa6

📖 Additional Commit Details

Potential fix for code scanning alert no. 7404: Workflow does not contain permissions

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.02

08 Jan 04:56
da44c5f

Choose a tag to compare

📋 Release Information

Version: v02.08.02
Release Date: 2026-01-08 04:55:58 JST
Commits in this push: 3 commits

📝 Latest Commit

  • Message: Merge pull request #235 from disnana/copilot/remove-dictsqlite-v42-tests
  • Author: harumaki4649
  • Hash: da44c5f
  • Date: 2026-01-08 13:55:46 +0900

📦 Commits in This Push

  • Initial plan (0da2d78) by copilot-swe-agent[bot]
  • **Remove unmaintained dictsqlite_v4.1 from security workflows

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (7d425a2) by copilot-swe-agent[bot]

  • **Merge pull request #235 from disnana/copilot/remove-dictsqlite-v42-tests

Remove unmaintained dictsqlite_v4.1 from security workflows** (da44c5f) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit da44c5f

📖 Additional Commit Details

Remove unmaintained dictsqlite_v4.1 from security workflows

Generated automatically by GitHub Actions with hex versioning and 2-digit padding

🚀 Release v02.08.01

08 Jan 04:41
7432fb5

Choose a tag to compare

📋 Release Information

Version: v02.08.01
Release Date: 2026-01-08 04:41:21 JST
Commits in this push: 3 commits

📝 Latest Commit

  • Message: Merge pull request #231 from disnana/copilot/remove-bincode-dependency
  • Author: harumaki4649
  • Hash: 7432fb5
  • Date: 2026-01-08 13:39:27 +0900

📦 Commits in This Push

  • Initial plan (ca3baac) by copilot-swe-agent[bot]
  • **Remove unmaintained bincode dependency (RUSTSEC-2025-0141)

Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (8d18f9c) by copilot-swe-agent[bot]

  • **Merge pull request #231 from disnana/copilot/remove-bincode-dependency

Remove unmaintained bincode dependency (RUSTSEC-2025-0141)** (7432fb5) by harumaki4649

📦 Assets

  • Source code archive (ZIP)
  • All source files as of commit 7432fb5

📖 Additional Commit Details

Remove unmaintained bincode dependency (RUSTSEC-2025-0141)

Generated automatically by GitHub Actions with hex versioning and 2-digit padding