Releases: ElegantCodeAtelier/sql-change-tracker
Releases · ElegantCodeAtelier/sql-change-tracker
v0.4.0
v0.3.0
What's Changed
- Add .NET 8 support via multi-targeting by @Copilot in #24
- Prepare release v0.2.1 by @Copilot in #27
- feat: Enhance object switching behavior for targeted database discove… in #32
- feat: SQL Authentication support — docs, tests, and changelog by @Copilot in #29
- Add --object selector and --filter pattern support to pull and diff commands by @Copilot in #35
- Add --object and --filter selectors to data track/untrack by @Copilot in #38
- feat: Interactive guided setup, connection test, and next-steps for
sqlct initby @Copilot in #36 - Enhance SyncCommandService and Tests for New SQL Object Types in #37
- feat: chunked diff output with configurable context lines (
--context) by @Copilot in #39 - feat: add support for scripting SQL Server assemblies in #46
- Optimize DB scan scope for pull and diff with --filter and --object by @Copilot in #41
- Treat trailing semicolon differences in INSERT statements as compatible by @Copilot in #47
- feat: collapse table types into user-defined data types and update re… in #50
- Feature/closing compat gap in #52
- feat: init detects existing Data/*.sql files and proposes trackedTables by @Copilot in #54
- Enhance diff command with normalized output and compatibility handling in #56
- Prepare release 0.3.0 by @Copilot in #60
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
What's Changed
- Add
--version/-vglobal flag to sqlct CLI by @Copilot in #6 - Add progress spinner with per-object status updates for status, diff, and pull commands by @Copilot in #8
- Added support for scripting in #10
- fix:
configfails hard when project is not initialized by @Copilot in #13 - perf: parallelize catalog discovery and per-object scripting to reduce sync time by @Copilot in #11
- Script parameter-level extended properties for stored procedures and functions by @Copilot in #12
- Add changelog approach: CHANGELOG.md + strategy spec by @Copilot in #20
- Feature/scripting data in #21
New Contributors
- @zacateras made their first contribution in #10
Full Changelog: v0.1.0...v0.2.0