- Upgrade Octokit to 4.x
- Remove unused attr whitelisted_rack_variables
- env['action_dispatch.request.parameters'] not present when file is beeing uploaded
- Fix test hanging
- Updated to Octokit 3.1
- Use proper search API
- All issue searches are now performed against the v3 GitHub API rather than using the legacy API.
- Changes the dependency on Octokit to pessimistic minor version, as opposed to pessimistic patch version - Rodrigo Pinto
- Uses
env['action_dispatch.request.parameters']
instead ofpath_parameters
in rails renderer to fix missing params issue (Bug #82) - Dan McClain
-
Uses
Time.current
inPartyFoul::IssueRenderer::Rails
to use the application time instead of server time (Bug #73) - Dan McClain -
Title prefixing - Javier Martin
-
Do not link to Heroku bundled gems - Brian Cardarella & Romina Vargas