Releases: essentialkaos/bibop
Releases · essentialkaos/bibop
Version 2.5.0
Changelog
New Features
- Added recipe option for disabling IO cache for pipes (
unbuffer
)
- Added option for disabling package installation check
- Added option for adding a directory to the PATH environment variable
- Added new actions for working with command output (
expect-stdout
, expect-stderr
)
Improvements
- Code refactoring
- Improved cookbook
Bugfixes
- Fixed major bug with reading and handling commands output
Version 2.4.0
Changelog
New Features
- Added option
delay
for defining delay between commands execution
Version 2.3.0
Changelog
New Features
BIP-1
Add new action http-json
Version 2.2.0
Changelog
Improvements
- Minor UI improvements
ek
updated to the latest version
Version 2.1.0
Changelog
Improvements
- Added more run-time variables for Python
Version 2.0.1
Changelog
Bugfixes
- Fix bug with handling
lib-exist
action
Version 2.0.0
Changelog
New Features
- Possibility to define a payload for
POST
/PUT
/PATCH
requests
- Possibility to set basic auth data through new action
http-set-auth
- Possibility to set request headers through new action
http-set-header
Bugfixes
- Fixed cookbook info for
http-header
action
Version 1.8.0
Changelog
New Features
BIP-21
Added signal
action
Version 1.7.0
Changelog
New Features
BIP-20
Added runtime variable with path to directory with Erlang executables
Version 1.6.0
Changelog
New Features
- Added action for checking python modules