@@ -8,11 +8,21 @@ We release a new version every **Saturday**. Each release includes one or more f
88
99---
1010
11- ## Current Status: v1.1 .0 — Git-like Versioning 🎉
11+ ## Current Status: v1.2 .0 — Verified Authorship & CI/CD Hardening 🎉
1212
13- ** Last Release :** 2026-03-31
13+ ** Released :** 2026-04-05
1414
15- ** Current Features:**
15+ ** Features:**
16+ - GitHub OAuth author verification for ` version commit ` (issue #77 ) ✅
17+ - Documentation & website updates throughout
18+
19+ ---
20+
21+ ## Previous Release: v1.1.0 — Git-like Versioning 🎉
22+
23+ ** Released:** 2026-04-01
24+
25+ ** Features:**
1626- Schema drift detection and standalone schema migration (` schema-migrate ` )
1727- Row-level data comparison with SHA-256 hashing
1828- Migration pack generation and transactional apply mode
@@ -32,7 +42,8 @@ We release a new version every **Saturday**. Each release includes one or more f
3242- Bounded O(batch_size) memory during hashing regardless of table size
3343- Per-batch memory telemetry at DEBUG log level (` alloc_mb ` , ` batch ` )
3444- Oracle Database support — pure Go driver, no Instant Client required
35- - ** NEW:** Git-like versioning — ` version init/commit/log/diff/rollback ` with SHA-256 content-addressable commit objects and offline rollback SQL generation
45+ - Git-like versioning — ` version init/commit/log/diff/rollback ` with SHA-256 content-addressable commit objects and offline rollback SQL generation
46+ - ** NEW in v1.2.0:** GitHub OAuth author verification — device flow auth in ` version init ` ; verified ` github:<username> ` used automatically in ` version commit `
3647
3748---
3849
@@ -49,6 +60,12 @@ We release a new version every **Saturday**. Each release includes one or more f
4960- New ` internal/version ` package: ` model.go ` , ` store.go ` , ` rollback.go `
5061- Sample 17: Git-like Versioning — two MySQL 8 containers, three-sprint demo, automated ` demo.sh `
5162
63+ ### v1.2.0: Verified Authorship & CI/CD Hardening (Released 2026-04-05)
64+
65+ ** Scope:**
66+ - ** GitHub OAuth author verification** (issue #77 ) — ` version init ` prompts GitHub device flow; verified ` github:<username> ` stored in ` .deepdiffdb/config ` (` 0o600 ` ); used automatically by ` version commit ` ; ` --skip-auth ` for CI; ` DEEPDIFFDB_GITHUB_CLIENT_ID ` env var or build-time ` -ldflags ` injection
67+ - Documentation and website updated throughout for v1.2.0
68+
5269### v0.6: Enhanced Error Handling & Logging (Released 2026-01-06)
5370
5471** Features Delivered:**
@@ -190,31 +207,25 @@ We release a new version every **Saturday**. Each release includes one or more f
190207 - ~~ ` version branch ` / ` version checkout ` / ` version tree ` ~~ — branching and ASCII graph
191208 - See [ Sample 17] ( https://github.com/iamvirul/deepdiff-db/tree/main/samples/17-git-like-versioning ) for end-to-end demo
192209
193- 2 . ** GitHub OAuth Author Verification** ✅ ** Done (issue #77 )**
210+ 2 . ~~ ** GitHub OAuth Author Verification** ~~ ✅ ** Shipping in v1.2.0 (issue #77 )**
194211 - ~~ ` version init ` GitHub device flow authentication~~
195212 - ~~ ` version commit ` reads verified ` github:<username> ` from ` .deepdiffdb/config ` ~~
196213 - ~~ Build-time client ID injection via ` -ldflags ` in ` release.yml ` ~~
197214 - ~~ ` DEEPDIFFDB_GITHUB_CLIENT_ID ` env var override for local use~~
198215
199- 3 . ** CI/CD Integration**
200- - GitHub Actions plugin
201- - GitLab CI integration
202- - Jenkins plugin
203- - Pre-commit hooks
204-
205- 3 . ** Advanced Schema Features**
216+ 3 . ** Advanced Schema Features** _ (v1.3.0 candidate)_
206217 - View and stored procedure diff
207218 - Trigger comparison
208219 - Function/procedure diff
209220 - Sequence comparison
210221
211- 4 . ** Performance & Scalability**
222+ 4 . ** Performance & Scalability** _ (v1.4.0 candidate) _
212223 - Parallel table processing
213224 - Distributed diff processing
214225 - Incremental diff (only changed tables)
215226 - Diff caching
216227
217- 5 . ** Developer Experience**
228+ 5 . ** Developer Experience** _ (v1.5.0 candidate) _
218229 - VS Code extension
219230 - CLI autocomplete
220231 - Configuration wizard
@@ -280,5 +291,5 @@ If you'd like to contribute to any of these features, please:
280291
281292---
282293
283- ** Last Updated:** 2026-03-22
294+ ** Last Updated:** 2026-04-05
284295
0 commit comments