Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.3.1 protected
    f49993e6 · Upgrade spdlog wrap ·
    v0.3.1
    
    - Allow configuring the verbosity of curl requests.
    - Don't rely on the deprecated `CURLOPT_PROTOCOLS` on newer curl versions.
    - Various build system fixes.
    - Compatibility with {fmt} version 10.
    
  • v0.3.0 protected
    2a20a129 · Add changelog for 0.3.0 ·
    Release: v0.3.0
    v0.3.0
    
    - Support altsvc to properly detect http/3 across runs. You need to specify a
        path where the cache will be stored to enable this.
    - Error out when the project is built using CMake, since CMake is only uspported
        for FetchContent purposes.
  • v0.2.1 protected
    cfeae3ac · bump version to 0.2.1 ·
    Release: v0.2.1
    v0.2.1
    
    Makes the library use a new ABI versioning scheme. The ABI is now stable
    for a matching major.minor version.
    
    Also fixes that the lib would open an unbounded amount of concurrent
    connections by default and limits it to 8/64 per host/total.
  • v0.2.0 protected
    87517c54 · Release v0.2.0 ·
    Release: v0.2.0
    v0.2.0
    
    Bugfix release to fix a potential hang when scheduling a request during
    shutdown.
    
    (Accidentally made a franken 0.1.2 release before, this is a rename of
    that)
  • v0.1.2 protected
    1c530c15 · Release v0.1.2 ·
    v0.1.2
    
    Bugfix release to fix a potential hang when scheduling a request during
    shutdown.
  • v0.1.1 protected
    fa108b25 · Release v0.1.1 ·
    Release: v0.1.1
    v0.1.1
    
    Add a few functions to convert error codes to strings.
  • v0.1.0 protected
    a08f619a · Release 0.1.0 ·
    Release: v0.1.0
    v0.1.0
    
    First release!