Releases: travis-ci/travis.rb
Releases · travis-ci/travis.rb
Version 1.2.1
- Builds with high build numbers are properly aligned when running
travis history
. - Don't lock against a specific backports version, makes it easier to use it as a Ruby library.
- Fix encoding issues.
Version 1.2.0
- add
--adapter
to API endpoints - added branch to
show
- fix bug where colors were not used if stdin is a pipe
- make
encrypt
options--split
and--add
work together properly - better handling of missing or empty
.travis.yml
when runningencrypt --add
- fix broken example code
- no longer require network connection to automatically detect repository slug
- add worker support to the ruby library
- adjust artifacts/logs code to upstream api changes
Version 1.1.3
- use persistent HTTP connections (performance for commands with multiple api requests)
- include round trip time in debug output
Version 1.1.2
token
command- no longer wrap $stdin in delegator (caused bug on some Linux systems)
- correctly detect when running on Windows, even on JRuby
Version 1.1.1
- Make pry a runtime dependency rather than a development dependency.
Version 1.1.0
- New commands:
console
,status
,show
,logs
,history
,restart
,sync
,enable
,disable
,open
andwhatsup
. --debug
option for all API commands.--split
option forencrypt
.- Fix
--add
option forencrypt
(was naming keysecret
instead ofsecure
). - First class representation for builds, commits and jobs in the Ruby library.
- Print warning when running "encrypt owner/project data", as it's not supported by the new client.
- Improved documentation.
Version 1.0.3
- Fix
-r slug
for repository commands. (#3)
Version 1.0.2
- Only bundle CA certs needed to verify Travis CI and GitHub domains.
- Make tests pass on Windows.
Version 1.0.1
- Improve
encrypt --add
behavior.
Version 1.0.0
- Fist public release.
- Improved documentation.