v6.1.0
Minor Changes
- 
#242
dfb8bccThanks @trevor-scheer! - Add optionalurlparameter todidEncounterErrorshookIn previous versions of
RESTDataSource, the URL of the request was available on theRequestobject passed in to the hook. TheRequestobject is no longer passed as an argument, so this restores the availability of theurlto the hook.This is optional for now in order to keep this change forward compatible for existing
this.didEncounterErrorscall sites in userland code. In the next major version, this might become a required parameter.