- Incremental activities - iterate over actions in a program (@esjee)
- Add state change hooks (@esjee)
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 ofUser
(@esjee)- Add "original report ID" field when marking things as duplicate. This invites the reporter to the original issue.
- Misc: loosen version restrictions on activesupport
- 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.
- Feature: add ability to suggest and award swag, cash, and bonuses (@esjee)
- Feature: retrieve common responses (@esjee)
- Feature: comments (internal or not) can be added to reports
- Bugfix: structured scopes were not being populated correctly resulting in nil results for all attributes
- Structure scope data added to report object
report.assign_to_user
andreport.assign_to_group
(@esjee)
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)