Skip to content

Releases: travis-ci/travis.rb

Version 1.2.1

07 Aug 23:04
Compare
Choose a tag to compare
  • 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

07 Aug 23:04
Compare
Choose a tag to compare
  • 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 running encrypt --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

07 Aug 23:04
Compare
Choose a tag to compare
  • use persistent HTTP connections (performance for commands with multiple api requests)
  • include round trip time in debug output

Version 1.1.2

07 Aug 23:05
Compare
Choose a tag to compare
  • 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

07 Aug 23:05
Compare
Choose a tag to compare
  • Make pry a runtime dependency rather than a development dependency.

Version 1.1.0

07 Aug 23:05
Compare
Choose a tag to compare
  • New commands: console, status, show, logs, history, restart, sync, enable, disable, open and whatsup.
  • --debug option for all API commands.
  • --split option for encrypt.
  • Fix --add option for encrypt (was naming key secret instead of secure).
  • 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

07 Aug 23:05
Compare
Choose a tag to compare
  • Fix -r slug for repository commands. (#3)

Version 1.0.2

07 Aug 23:06
Compare
Choose a tag to compare
  • Only bundle CA certs needed to verify Travis CI and GitHub domains.
  • Make tests pass on Windows.

Version 1.0.1

07 Aug 23:06
Compare
Choose a tag to compare
  • Improve encrypt --add behavior.

Version 1.0.0

07 Aug 23:06
Compare
Choose a tag to compare
  • Fist public release.
  • Improved documentation.