## [1.2.0](https://git.ostiwe.com/ostiwe-com/status/compare/v1.1.1...v1.2.0) (2025-10-29) ### Features * Added ID field to PublicService DTO, update fields in Service model, fix CalculateUptimePercent method, transform services to Public services in goroutines ([a4050c2](a4050c28dc)) * **ci:** Update release config ([1367783](1367783e8a)) * **ci:** Update release config ([dc5c363](dc5c363583)) * **ci:** Update release config ([64121d5](64121d56c7)) ### Bug Fixes * Fix errors ([7e96536](7e9653606e)) * Recreate closeNotify channel on recreate rabbit connection ([f5d780f](f5d780fb1b)) ### CI/CD Changes * Added golangci linter ([e7592e8](e7592e8737)) * Change CI ([334c0c1](334c0c1480)) * Install go-releaser in CI ([abc87ab](abc87abe88)) ### Refactoring * Added node_modules to ignore for git ([c7d94c6](c7d94c6965)) * Remove unused code ([1958d9b](1958d9b3d9)) * Switching to a cron system for tasks, restructuring service and status models ([b33df27](b33df27b31)) * Update startup server ([628abc4](628abc4d11))
2.8 KiB
2.8 KiB
1.2.0 (2025-10-29)
Features
- Added ID field to PublicService DTO, update fields in Service model, fix CalculateUptimePercent method, transform services to Public services in goroutines (a4050c2)
- ci: Update release config (1367783)
- ci: Update release config (dc5c363)
- ci: Update release config (64121d5)
Bug Fixes
CI/CD Changes
Refactoring
- Added node_modules to ignore for git (c7d94c6)
- Remove unused code (1958d9b)
- Switching to a cron system for tasks, restructuring service and status models (b33df27)
- Update startup server (628abc4)
1.2.0 (2025-10-28)
Bug Fixes
- Recreate closeNotify channel on recreate rabbit connection (f5d780f)