Releases: bosun-ai/swiftide-docker-executor
Releases · bosun-ai/swiftide-docker-executor
swiftide-docker-executor-v0.13.5
<!-- generated by git-cliff -->
swiftide-docker-executor-v0.13.4
🐛 Bug Fixes
- Fall back to regular connection if docker socket is not available
⚙️ Miscellaneous Tasks
- Update Tonic + other deps (#118)
- Clippy
swiftide-docker-executor-v0.13.3
🐛 Bug Fixes
- Use bash --login to behave more like a user session (#112)
swiftide-docker-executor-v0.13.2
swiftide-docker-executor-v0.13.1
⚙️ Miscellaneous Tasks
- Prep for generic indexing streams (#100)
- Update Swiftide
- Fix tests
swiftide-docker-executor-v0.13.0
🚀 Features
- Support running in compose by self discovering network (#101)
🐛 Bug Fixes
- Detach from child processes when started in the background (trailing &)
⚙️ Miscellaneous Tasks
- Update rust versions
swiftide-docker-executor-v0.12.3
⚙️ Miscellaneous Tasks
- Update to Swiftide 0.30
swiftide-docker-executor-v0.12.2
🚀 Features
- Opt out of container removal on drop
- Stream logs from executor with
logs_stream
🐛 Bug Fixes
- Add timeout to Drop in case of docker shenanigans
- Do not overwrite entrypoint
- Kill the container on drop and disable tty
- Run as tty again
- Properly close streaming logs on shutdown
- Clean up container with spawn_blocking to avoid accidental locks
- Properly wait for service start
⚙️ Miscellaneous Tasks
- Pub use LogOutput for convenience
swiftide-docker-executor-v0.12.1
🐛 Bug Fixes
- Ensure image builder pull policy is "true"
- Gracefully stop on sigterm