Skip to content

Releases: coldbox-modules/hyper

v7.3.0

24 Jan 20:14

Choose a tag to compare

feat

  • HyperRequest: Add retry handling to HyperRequests (daf90bd)
  • HyperRequest: Default to a HyperCFML/#versionNumber# User-Agent (60100c4)
  • HyperBuilder: Allow resetting of existing fakes using resetFakes (beab1b7)

v7.2.1

24 Aug 02:33
6136f7d

Choose a tag to compare

other

  • *: chore: Pin commandbox-semantic-release to ^3.0.0 (6136f7d)

v7.2.0

18 Aug 16:29
cc68807

Choose a tag to compare

Add sending cookies support to HyperRequest and viewing and parsing cookies support to HyperResponse.

v7.1.1

10 Aug 19:50

Choose a tag to compare

other

  • *: feat: Add support for cookies to HyperRequest and HyperResponse
    (ad89b1c)

v7.1.0

15 Jun 23:53

Choose a tag to compare

feat

  • HyperBuilder: Allow faking of requests (7fb877b)
  • HyperBuilder: Allow registering a configured HyperRequest as a custom client (33348bc)

fix

  • FakeHyperResponse: Set array back for pass by value semantics (09ce7d3)
  • TestBoxMatchers: Use structCount for Adobe compatibility (f17fa8c)
  • FakeHyperResponse: Add missing semicolon for Adobe (c3165fc)

other

  • *: Apply cfformat changes
    (04aefc0)

v7.0.0

15 Jun 17:15
5bf1260

Choose a tag to compare

BREAKING

  • CfhttpHttpClient: Return more accurate status codes for Bad Gateway and Request Timeout responses (3e9c2bf)

fix

  • CfhttpHttpClient: Add an additional fallback status check (adf9575)

tests

  • CI: Add adobe@2023 to the testing matrix
    (5bf1260)

v6.2.0

14 Jun 21:55
fdc507f

Choose a tag to compare

chore

  • HyperRequest: Add missing docblocks
    (fdc507f)

feat

  • HyperResponse: Add isCreated shortcut status check
    (8d3c169)

fix

  • HyperRequest: Add a MissingAsyncManager type to missing asyncManager exception
    (18a2fa6)
  • HyperRequest: Fix infinite serialization loop with referrer
    (8ba6501)

v6.1.0

13 Jun 20:49
c102c15

Choose a tag to compare

feat

  • HyperRequest: Add head and options shortcut methods
    (c102c15)

v6.0.0

23 May 19:08
16dab5e

Choose a tag to compare

BREAKING

  • HyperRequest: Add asXML support (16dab5e)

other

  • *: chore: Fix adobe CI support and initial adobe@2023 support
    (687c342)

v5.0.1

12 Dec 20:08
3e9e4f9

Choose a tag to compare

fix

  • HyperRequest: Handle when body is a string and format is JSON (3e9e4f9)