Releases: 0x20F/carbon
Releases · 0x20F/carbon
v1.1.2
v1.1.1
Changelog
- aa356bb Merge pull request #16 from 0x20F/testable-refactor
- 7df18d9 Split big function into smaller ones
- a195b89 feat: Remove intermediary 'service' command
- f393754 feat: Separate Row generation from Display
- c0aede2 feat: Wrap all Println calls so they can be silenced when not needed
- f274a09 fix: Make sure we don't remove the first character if container name doesn't have a slash
v1.1.0
Changelog
- 3f5ef4c Fix tests
- 99336f3 Update command param name
- 8070f25 feat: Implement command for getting and following logs for one or more containers
- ebc23f3 feat: Rebuild the way commands are run so multiple commands can run at the same time
- dd620d1 feat: Reimplement the runner as an interface on top of the executor package so its more testable
- 6805f6e feat: Rework the command execution pipeline to allow for more features
- 9119a6a feat: Sort the table of running services based on container names
- 11a863e fix: Database queries should follow the new model design
- d0bc1c3 fix: Database trying to mutate when something else is already mutating
- e12ca39 fix: Forced start not saving the started services to the local database
- 146d53d fix: Logs command not filtering containers properly
- 79248ba fix: Remove dependency on the internal docker container type
- 98583b7 fix: Stop command now matches both service name and service uid
- 33eb46e fix: Use wait groups instead of a single channel for multiple commands