Releases: disnana/DictSQLite
🚀 Release v02.08.07
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
📋 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
🚀 Release v02.08.00
📋 Release Information
Version: v02.08.00
Release Date: 2026-01-08 04:40:27 JST
Commits in this push: 12 commits
📝 Latest Commit
- Message: Merge pull request #232 from disnana/dev
- Author: harumaki4649
- Hash:
0da20e8 - Date: 2026-01-08 13:36:58 +0900
📦 Commits in This Push
- Initial plan (
1c75fd2) by copilot-swe-agent[bot] - **Fix RUSTSEC-2026-0002: Update lru from 0.12 to 0.16.3
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (6a17829) by copilot-swe-agent[bot]
- **Add Unicode-3.0 and Zlib licenses to deny.toml for lru 0.16.3 dependencies
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (8a5cff2) by copilot-swe-agent[bot]
- **Add licenses check to cargo-deny workflow
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (9bdcc63) by copilot-swe-agent[bot]
- **Add Unicode-3.0 and Zlib licenses to others/deny.toml
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (9fc5fe2) by copilot-swe-agent[bot]
- **Explicitly specify deny.toml config path in cargo-deny workflow
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (7ada25f) by copilot-swe-agent[bot]
- **Add dictsqlite_v2 to cargo-deny workflow matrix
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (5039ad1) by copilot-swe-agent[bot]
- **Simplify cargo-deny workflow matrix configuration
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (1252f37) by copilot-swe-agent[bot]
- **Use separate jobs instead of matrix for cargo-deny workflow
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (ba106b1) by copilot-swe-agent[bot]
- **Add Cargo.lock files with updated lru 0.16.3 to fix advisory check
Co-authored-by: harumaki4649 83683593+harumaki4649@users.noreply.github.com** (c8a09af) by copilot-swe-agent[bot]
- **Merge pull request #230 from disnana/copilot/fix-issue-itermut-soundness
Fix RUSTSEC-2026-0002: Update lru to 0.16.3** (875c2ca) by harumaki4649
- **Merge pull request #232 from disnana/dev
Dev** (0da20e8) by harumaki4649
📦 Assets
- Source code archive (ZIP)
- All source files as of commit
0da20e8
📖 Additional Commit Details
Dev
Generated automatically by GitHub Actions with hex versioning and 2-digit padding
🚀 Release v02.07.0f
📋 Release Information
Version: v02.07.0f
Release Date: 2026-01-03 08:51:43 JST
Commits in this push: 1 commits
📝 Latest Commit
- Message: no message
- Author: harumaki4649
- Hash:
71172fd - Date: 2026-01-03 17:51:08 +0900
📦 Changes in This Release
- no message (
71172fd) by harumaki4649
📦 Assets
- Source code archive (ZIP)
- All source files as of commit
71172fd
Generated automatically by GitHub Actions with hex versioning and 2-digit padding
🚀 Release v02.07.0e
📋 Release Information
Version: v02.07.0e
Release Date: 2026-01-03 08:46:28 JST
Commits in this push: 1 commits
📝 Latest Commit
- Message: 試験的にリリース
- Author: harumaki4649
- Hash:
7a1c8d9 - Date: 2026-01-03 17:45:54 +0900
📦 Changes in This Release
- 試験的にリリース (
7a1c8d9) by harumaki4649
📦 Assets
- Source code archive (ZIP)
- All source files as of commit
7a1c8d9
Generated automatically by GitHub Actions with hex versioning and 2-digit padding