Skip to content

Releases: rfns/forgery

v1.3.2

04 Feb 16:45
Compare
Choose a tag to compare

HOTFIXES

  • Removed breaking GetLastResponsemethod from Forgery.Agent. (#7 by @rfns)
  • Fixed an issue where the reply wasn't populated accordingly after a request. (#7 by @rfns)

v1.3.1

29 Jul 13:29
63e20f3
Compare
Choose a tag to compare

HOTFIXES

  • Fixed a syntax error in workflow file. (#6 by @rfns).

CHORE

  • Modified from GetLastCSPResponse back to GetLastResponse and added GetLastReply to keep compatibility. (#6 by @rfns).

v1.3.0

28 Jul 21:05
959be13
Compare
Choose a tag to compare

FEATURES

  • Refactored method and property to fetch the last CSP Response object. (#5 by @rfns).
  • Added method to get last server reply. (#5 by @rfns).

ENHANCEMENTS

  • Improved jar isolation and cookie application by looking at their paths. (#5 by @rfns)

FIXES

  • Fixed an issue where the capturer failed whenever the mnemonic was undetermined. (#4 by @timleavitt).

CHORE

  • Improved general readability (#5 by @rfns).

v1.2.1

18 Mar 20:13
Compare
Choose a tag to compare

CHORE

  • Fix incorrect usage of asset name when attempting to upload the XML (#3 by @rfns).

v1.2.0

18 Mar 20:06
8762646
Compare
Choose a tag to compare

FEATURES

  • 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)

v1.1.2

23 Oct 20:13
Compare
Choose a tag to compare

FIXES

  • Removed unused parameter.
  • Fixed a mistype that caused the cookies to not be populated when they were provided manually.
  • Fixed a device redirection error when restoring the device to its initial state.

CHORE

  • Updated the project XML.