Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 3.2 KB

CHANGELOG.md

File metadata and controls

98 lines (51 loc) · 3.2 KB

[0.22.0] - 2024-01-10

Update Faraday API call and deprecate support for Ruby <2.6 (@maclarel)

[0.20.0] - 2020-10-21

Add ability to lock a report (@rzhade3) Add ability to list attachments on a report (@rzhade3)

[0.19.0] - 2020-05-08

Add ability to create a report (@rzhade3)

[0.18.0] - 2020-03-23

Add ability to filter reports on states other than "new" (@rzhade3)

[0.17.0] - 2020-03-23

Add support for updating the severity of an issue (@rzhade3)

[0.16.0] - 2020-03-23

  • Whooops, no change

[0.15.0] - 2020-03-09

[0.14.2] - 2020-03-09

[0.14.1] - 2020-02-13

[0.14.0] - 2019-10-28

[0.13.0] - 2018-10-19

[0.12.0] - 2017-12-07

[0.11.0] - 2017-11-03

[0.10.0] - 2017-11-03

Oh no! I hate versions where one number is >= 10! We should figure out what's missing for a solid 1.0 release.

  • HackerOne::Client::User.find(user_id) returns an instance of User (@esjee)
  • Add "original report ID" field when marking things as duplicate. This invites the reporter to the original issue.

[0.9.1] - 2017-10-24

  • Misc: loosen version restrictions on activesupport

[0.9.0] - 2017-10-09

  • API: move actions from client into report (@esjee)

This is a breaking change, but this is still not a 1.0 and shouldn't be considered stable.

[0.8.0] - 2017-09-05

  • Feature: add ability to suggest and award swag, cash, and bonuses (@esjee)

[0.7.0] - 2017-08-28

  • Feature: retrieve common responses (@esjee)

[0.6.0] - 2017-07-24

  • Feature: comments (internal or not) can be added to reports

[0.5.2] - 2017-07-19

  • Bugfix: structured scopes were not being populated correctly resulting in nil results for all attributes

[0.5.1] - 2017-06-26

[0.5.0] - 2017-06-23

  • report.assign_to_user and report.assign_to_group (@esjee)

[0.4.0] - 2017-04-21

  • client.reporters to return all reporters for a given project (@esjee)
  • HackerOne::Client::Program.find(program_name) to return information about a given program (@esjee)