Releases: irphilli/tracker_api
Releases · irphilli/tracker_api
v1.16.0
v1.15.0
Dependency Changes
- Ruby 3.2 officially supported
- Dropped official support for Ruby < 2.7
What's Changed
- Add projected completion date for epics by @E70M in #157
- ci: conditionally run coverage by @irphilli in #159
- Add status attribute for project by @r1ndl1re in #158
- ci: update various github actions by @irphilli in #160
New Contributors
Full Changelog: v1.14.0...v1.15.0
v1.14.0
Dependency Changes
- Faraday >= 1.10
- Dropped official support for Ruby < 2.6
- Default to net_http for adapter (over excon). Users can still opt to use the excon adapter if they wish.
What's Changed
- docs: use svg instead of png for gem version image (svg is sharper!) by @irphilli in #148
- Add pull_requests attribute to Story by @gobetti in #139
- Docs: Update Various Files To Reflect Updates to Maintainers/Repo Ownership by @sarahjschultz in #149
- build: drop ruby 2.5 from CI and add 3.0 and 3.1 by @irphilli in #153
- Upgrade simplecov to version 0.21.2 by @depfu in #150
- build: add jruby and truffleruby to build matrix by @irphilli in #154
- faraday 2 support by @irphilli in #155
- Bump version for 1.14.0 release by @irphilli in #156
New Contributors
- @gobetti made their first contribution in #139
- @sarahjschultz made their first contribution in #149
- @depfu made their first contribution in #150
Full Changelog: v1.13.0...v1.14.0
v1.13.0
v1.12.0
v1.11.0
- [feature] CycleTimeDetails and DailyHistoryContainer Resource (#130) @TayKangSheng
- [feature] Reviews (#137) @dipolesource
v1.10.0
- [feature] Add support for moving stories between projects (#128) @TimKJones
- [feature] Support bundler 2.x and Faraday fixes in tests (#131, #134) @shanecav84
- [bug] Fix minitest deprecations (#133, #135) @shanecav84
v1.9.1
- [feature] Add support for releases endpoint (#126) @bmulvihill
- [feature] Use net_http as default HTTP adapter for Jruby (#124) @bmulvihill
- [bug] Fix Search (#127)
v1.9.0
- [feature] Provide unexpected error code in error message (#116) @shanecav84
- [feature] Handle non-JSON responses (#118) @shanecav84
- [CI] Test against Ruby 2.5 @nicolasleger
v1.8.0
- [deps] relax dependency of faraday. (#107) @ruzia
- [feature] Subclass Error to handle Server and Client errors (#109) @patientdev
- [bug] Resolve deps issues (#111)
- [feature] Adding file attachments (#108) @s-ashwinkumar
- [feature] Don't nullify false. (#113)
- [bug] Saving should not remove a story's labels. (#110)