Upgrade Guide
Upgrading from v5 to v6
Dropped support for Adobe 2016.
Upgrading from v4 to v5
HyperHttpClientInterface
now requires a debug
method.
Upgrading from v3 to v4
Previously, query params were stored as a struct. Some APIs expect multiple values for the same query param name to be passed as separate arguments. Hyper now stores the query params as an array and provides new methods for interacting with query params:
The following methods still exist, but now interact with arrays of query param structs instead of a simple struct.
The following methods have been deprecated:
Upgrading from v2 to v3
Dropped support for ColdBox 5.
Upgrading from v1 to v2
Dropped support for Lucee 4.5.
Last updated