Skip to content

Releases: 0x20F/carbon

v1.1.2

20 Feb 19:17
Compare
Choose a tag to compare

Changelog

  • 92989c8 feat: Remove unnecessary architecture
  • e2f61c6 fix: environment file not being added to store
  • 81d5dc1 fix: release trigger

v1.1.1

19 Feb 18:43
aa356bb
Compare
Choose a tag to compare

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

18 Feb 12:22
Compare
Choose a tag to compare

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

v1.0.3

17 Feb 06:54
Compare
Choose a tag to compare

Changelog

v1.0.2

16 Feb 19:04
Compare
Choose a tag to compare

Changelog

v1.0.1

16 Feb 18:47
Compare
Choose a tag to compare

Changelog

v1.0.0

16 Feb 18:36
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @0x20F made their first contribution in #10

Full Changelog: https://github.com/4KHARA/carbon/commits/v1.0.0