Releases: BolajiOlajide/kat
Releases · BolajiOlajide/kat
v0.2.0
Kat (0.2.0)
Welcome to this new release!
Changelog
- ae2b4d0: Use string for MigrationLog Duration instead of pgtype.Interval (#34) (@BolajiOlajide)
- d8c8bd3: feat: Database Connection Hardening with Timeouts and Pool Management (#29) (@BolajiOlajide)
- 3a462d9: feature: add support for sqlite (#27) (@BolajiOlajide)
v0.1.2
Kat (0.1.2)
Welcome to this new release!
Changelog
- 3d4de3f: Fix warning style color to yellow instead of red (#33) (@BolajiOlajide)
v0.1.1
Kat (0.1.1)
Welcome to this new release!
Changelog
- 47a51da: Add YAML schemas and editor support (#31) (@BolajiOlajide)
- 1ea7776: Fix permission denied error in kat update on macOS (#32) (@BolajiOlajide)
v0.1.0
Kat (0.1.0)
Welcome to this new release!
Changelog
- 17e57d5: Add no_transaction migration support (#30) (@BolajiOlajide)
v0.0.11
Kat (0.0.11)
Welcome to this new release!
Changelog
- c5a4aa9: update installation command (#24) (@gwuah)
- 37815ff: Update Documentation (#25) (@BolajiOlajide)
- 1d3f9ab: Fix critical transaction bug in WithTransact function (#28) (@BolajiOlajide)
v0.0.10
Kat (0.0.10)
Welcome to this new release!
Changelog
- 355ef26: feat: more api improvements (#23) (@BolajiOlajide)
v0.0.9
Kat (0.0.9)
Welcome to this new release!
Changelog
- bf5cce5: feat: implement go documentation for kat and allow custom logger (#22) (@BolajiOlajide)
v0.0.8
Kat (0.0.8)
Welcome to this new release!
Changelog
- 6bfb7d7: fix: create migration directory if it doesn't exist when running
kat add(#20) (@BolajiOlajide)
v0.0.7
Kat (0.0.7)
Welcome to this new release!
Changelog
- 842de9b: fix: fix update command (#18) (@BolajiOlajide)
v0.0.6
Kat (0.0.6)
Welcome to this new release!
Features
- Graph-based migration system implementation (#11)
- New command for exporting migration graph (#13)
- Optimized compute definitions (#10)
Fixes & Improvements
- Fixed execution counting logic
- Fixed documentation links
- Various refactoring improvements to runner logic and migration metadata
Changelog
- a32b6cd: refactor migration metadata (#9) (@BolajiOlajide)
- b489d9b: feat: optimize compute definitions (#10) (@BolajiOlajide)
- 66a97e0: feat: iimplement Graph-Based Migration System (#11) (@BolajiOlajide)
- 82b1d56: feat: add command for exporting migration graph (#13) (@BolajiOlajide)
- 25cd378: feat: refactor migration system with improved execution flow (#15) (@BolajiOlajide)