Liking cljdoc? Tell your friends :D

Changelog

A release with known breaking changes is marked with:

  • [breaking] you probably need to change your code

  • [minor breaking] you likely don’t need to change your code

v1.4.2 - 2022-09-29

  • fix some yaml hopefully

v1.4.1 - 2022-09-29

  • If specified, request’s body encoding is now applied, else defaults to UTF-8 (#18) (@lread)

  • User info from request URL now applied to basic auth (#34) (@lread)

  • Nested query and form parameters are now automatically flattened (#43) (@lread)

  • The :insecure? option is now applied only to the current request (#45) (@lread)

  • Docs

    • Docstrings and README reviewed and updated (@lread)

    • Guidance on mocking HTTP requests now makes sense (#51) (thanks @anderseknert!)

    • Move from Markdown to AsciiDoc (@lread)

  • Quality

    • Automated CI testing added for Windows (#21) (@lread)

    • Babashka now exercised under full test suite (#48) (@lread)

v0.4.392 - 2021-11-18

  • Support self-signed certificates via :insecure? true option

  • Remove dependency on slingshot

  • Move to org.clj-commons group

  • Add compatibility with babashka

  • Feature: Support for`:oauth-token` (#1)

v0.4.3 - 2019-12-04

  • Feature: Parse link headers from response and put them under :links (#1)

v0.4.1 - 2018-10-17

  • Add type hints for GraalVM (#2)

v0.4.0 - 2018-10-17

  • Feature: Java 9/10 Compatibility

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close