Skip to content

Releases: sumoheavy/jira-ruby

v3.0.0

15 Sep 21:31
de8db26

Choose a tag to compare

Overview

Version 3.0.0 is here with a few big changes. A huge shoutout goes to all those who have contributed. Demand and contributions waned, for a bit, but we're slowly getting updates out there thanks to new contributors!

Highlights

  • Support for modern versions of Ruby
  • Bug fixes
  • Improvements to tests
  • Improvements to Rubocop (more to come)
  • Ability to add multiple issues
  • Replaced Net::HTTP::Proxy
  • Upgraded to OAuth 1.x
  • Updated to use the jql endpoint for search

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0

v3.0.0.beta2

11 Mar 23:16
bc9e406

Choose a tag to compare

v3.0.0.beta2 Pre-release
Pre-release

Overview

It's been quite some time, but we are preparing a new major version of the jira-ruby gem and this is the second beta. It's not perfect, but it has many improvements and some backwards incompatibilities. Thank you so much to everyone who has contributed - I'm excited for the next phase.

Highlights

  • Added Ruby 3.4 support
  • Added Yard doc
  • Updated Rubocop offenses

What's Changed

New Contributors

Full Changelog: v3.0.0.beta1...v3.0.0.beta2

v3.0.0.beta1

15 Aug 04:01

Choose a tag to compare

v3.0.0.beta1 Pre-release
Pre-release

Overview

It's been quite some time, but we are preparing a new major version of the jira-ruby gem and this is the first beta. It's not perfect, but it has many improvements and some backwards incompatibilities. Thank you so much to everyone who has contributed - I'm excited for the next phase.

Highlights

  • Dropped support for EOL versions of Ruby (see discussion)
  • Added support for new versions of Ruby
  • Updated GitHub Actions
  • Cleaned up README
  • Began updating tests
  • Implemented Rubocop
  • Upgraded dependencies

We'll take our time with this beta, but it's not a complete rewrite so we don't expect major instabilities.

What's Changed

New Contributors

Full Changelog: v2.3.0...v3.0.0-beta1