Skip to content

Releases: coldbox-modules/hyper

v7.0.0

15 Jun 17:15
5bf1260
Compare
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
Compare
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
Compare
Choose a tag to compare

feat

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

v6.0.0

23 May 19:08
16dab5e
Compare
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
Compare
Choose a tag to compare

fix

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

v5.0.0

05 Dec 21:36
Compare
Choose a tag to compare

BREAKING

  • HyperRequest: Add a debug method to see what the HTTP client generates (9eae8a7)

fix

  • HyperRequest: Only serializeJSON the body if the bodyFormat is json
    (4cc0eba)
  • CfhttpHttpClient: Only add authType if a username is set
    (5007f1f)

other

  • *: tests: Sort headers since different engines add them differently
    (7741cb1)
  • *: Apply cfformat changes
    (c5d1df1)

v4.0.3

01 Dec 22:07
Compare
Choose a tag to compare

fix

  • HyperRequest: Do not prepend the base url when a full url is passed
    (fd8cfa6)
  • HyperRequest: Add resolveUrls and encodeUrl properties to the memento
    (1a8f85f)
  • HyperRequest: Correctly set the encodeUrl when cloning a request
    (c996b0f)

other

  • *: tests: Fix tests by unloading ColdBox between each test file (13dd8b5)

v4.0.2

19 Oct 19:45
7a80b01
Compare
Choose a tag to compare

other

  • *: docs: Update readme for builder initWith headers losing Content-Type (7a80b01)

v4.0.1

13 Oct 21:41
61cd00d
Compare
Choose a tag to compare

other

  • *: docs: Fix Hyper Builder Example (61cd00d)

v4.0.0

29 Jul 23:17
Compare
Choose a tag to compare

BREAKING

  • *: feat: Allow adding multiple query params with the same key. (166a61b)

other

  • *: refactor: Represent query params as an array in order to allow multiple params with the same key (b422012)