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
Add GitHub actions with newer ruby versions by @Nicolasvb23 in https://github.com/sumoheavy/jira-ruby/pull/410
Multipart default headers by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/415
Allow adding multiple issues by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/418
Allow adding multiple issues by @KostyaSha in https://github.com/sumoheavy/jira-ruby/pull/390
Replace obsolete Net::HTTP::Proxy by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/419
Change expect for raising to block from advice of deprecation warning. by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/420
chore(gems): Upgrade to OAuth 1.x by @ianchesal in https://github.com/sumoheavy/jira-ruby/pull/407
Attachment download contents by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/422
Load Active Support's Object extensions by @jcouball in https://github.com/sumoheavy/jira-ruby/pull/435
Update tests for to_json by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/436
Initial preparations for v3.0.0 by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/431
Update README.md to include useage examples in the example.rb file by @rjrobinson in https://github.com/sumoheavy/jira-ruby/pull/417
Moves JWT to headers instead of query string by @gat-minion in https://github.com/sumoheavy/jira-ruby/pull/412
Add Issue#resolution relationship by @jcouball in https://github.com/sumoheavy/jira-ruby/pull/427
Support The Workflow Status Category Resource by @jcouball in https://github.com/sumoheavy/jira-ruby/pull/426
#433 Remove link to deprecated Slack by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/437
#430 Upgrade webmock and tests by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/438
Allow overriding Net::HTTP max_retries by @spikex in https://github.com/sumoheavy/jira-ruby/pull/401
Switch to new sprint interface by @peterbell215 in https://github.com/sumoheavy/jira-ruby/pull/355
Bump version to prepare for the next release by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/447
Add tests for sprints and fix complete_date by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/445
Resolve URI.open report by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/444
Initial Rubocop implementation by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/448
Fetch users by accountId instead of username by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/441
Fix personal access token usage example by @igooor-bb in https://github.com/sumoheavy/jira-ruby/pull/450
Clean up GitHub Actions by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/451
Remove OpenStruct usage by @eugeneius in https://github.com/sumoheavy/jira-ruby/pull/454
Rubocop updates by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/455
Yard doc by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/458
Updates for attachment spec. by @marlinpierce in https://github.com/sumoheavy/jira-ruby/pull/459
Rubocop Updates by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/462
Use new jql endpoint with token based paging by @fuzzkat in https://github.com/sumoheavy/jira-ruby/pull/468
Update to 3.0.0, remove beta label by @bobbrodie in https://github.com/sumoheavy/jira-ruby/pull/471
New Contributors
@Nicolasvb23 made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/410
@marlinpierce made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/415
@KostyaSha made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/390
@ianchesal made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/407
@rjrobinson made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/417
@gat-minion made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/412
@spikex made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/401
@peterbell215 made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/355
@igooor-bb made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/450
@eugeneius made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/454
@fuzzkat made their first contribution in https://github.com/sumoheavy/jira-ruby/pull/468
Full Changelog: https://github.com/sumoheavy/jira-ruby/compare/v2.3.0...v3.0.0