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