You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility of a base URL and default set of headers to be specified when an Agent is created (#1 by @timleavitt).
Add the possibility of retrieval of the last %response object (for verification of %response.Status or of headers in unit tests, for example) (#1 by @timleavitt).
Include Reporting/handling errors by the same means as %CSP.REST (as JSON / HTTP 500 via Http500 method of dispatch class; also still reported as a %Status for backward-compatibility) (#1 by @timleavitt).
Change ClearCookies to be an instance method so it actually compiles (#1 by @timleavitt).
Add support for default headers, include ZPM modules, (#1 by @timleavitt).
CHORE
Add CI for generating XML artifact, remove old XMLs. (#2 by @rfns)
Support for the community package manager (ZPM) (#1 by @timleavitt)