sqlite-utils 4.0rc3 のリリース
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
Simon Willison が、Claude Fable 5 や GPT-5.5 を活用して Issue や PR を処理した結果、変更ログが拡大し安定版リリースが遅れたと発表。新機能としてインスペクションサポートが追加された。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
リリース: sqlite-utils 4.0rc3
今週末に sqlite-utils 4.0 の安定版をリリースする予定でしたが、Claude Fable 5 と GPT-5.5 を組み合わせてバックログの課題や PR を処理している間に、rc2 以降の変更履歴 がどんどん大きくなっていました。
最も大きな新機能は、複合外部キー(compound foreign keys)のインスペクションと作成をサポートする機能です。これは table.foreign_keys に対する微妙な破壊的変更を伴うものであり、そのため 4.0 安定版リリースに組み込む必要がありました。
また、sqlite-utils は now、SQLite のケース insensitive カラム名(大文字小文字を区別しないカラム名)の規約に従うようになりました。これは結果として 複数の異なる場所を一斉に変更することになりました。
タグ: projects, sqlite, sqlite-utils, annotated-release-notes, gpt, claude-mythos-fable
原文を表示
Release: sqlite-utils 4.0rc3
I hoped to release sqlite-utils 4.0 stable this weekend, but as I worked through the backlog of issues and PRs with a combination of Claude Fable 5 and GPT-5.5 the changelog since rc2 kept getting bigger.
The biggest new feature is support for introspecting and creating compound foreign keys - a feature that involves a subtle breaking change to table.foreign_keys and hence needed to land for the 4.0 stable release.
sqlite-utils also now follows SQLite's convention for case insensitive column names, which turned out to touch a bunch of different places at once.
Tags: projects, sqlite, sqlite-utils, annotated-release-notes, gpt, claude-mythos-fable
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み