Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
92 lines (91 loc) · 3.72 KB

changelog.org

File metadata and controls

92 lines (91 loc) · 3.72 KB

clj-http changelog

Changelog

List of user-visible changes that have gone into each release

0.9.0

  • Bumped httpcore to 4.3.2
  • Merged dakrone#190 to support file multiparts with content, mime-type and name
  • Unify all boolean operators so {:debug true} and {:debug? true} are treated the same
  • Fix :trace-redirects being [nil] when :uri is used
  • Merged dakrone#184 containing a bevy of changes:
    • initial header-map implementation, allowing headers to be used case insensitively
    • drop support for clojure 1.2 and 1.3
    • add support for clojure 1.6
    • change all :use statements to :require statements
    • use better docstring support for defs
    • remove sleep calls in tests
    • make Jetty quieter while running tests
    • newer type hinting syntax

0.7.9

  • Make :decode-body-headers more reliable by using a byte array instead of slurp.
  • Merged dakrone#181 to fix some tests
  • Merged dakrone#178 to eliminate test reflection
  • Merged dakrone#177 to update apache HTTP deps
  • Merged dakrone#175 to add {:as :json-strict} for output coercion
  • Added {:as :json-strict-string-keys} output coercion
  • bump dependencies to their latest
  • Merged dakrone#172 to update .gitignore file and clean up whitespace for new clojure-mode
  • Merged dakrone#171 to support SOCKS proxies

Work log

Log of merges/issues/work that’s gone in so I know what to put in the changelog for the next release

2014-03-05

  • fix issue where :ignore-unknown-host wasn’t using the opt function correctly

Released 0.9.0

2014-02-25

  • Bumped httpcore to 4.3.2

2014-02-19

  • Merged dakrone#190 to support file multiparts with content, mime-type and name

2014-02-16

  • Unify all boolean operators so {:debug true} and {:debug? true} are treated the same

2014-02-09

  • Fix :trace-redirects being [nil] when :uri is used

2014-02-06

  • Merged dakrone#184 containing a bevy of changes:
    • initial header-map implementation, allowing headers to be used case insensitively
    • drop support for clojure 1.2 and 1.3
    • add support for clojure 1.6
    • change all :use statements to :require statements
    • use better docstring support for defs
    • remove sleep calls in tests
    • make Jetty quieter while running tests
    • newer type hinting syntax

Released 0.7.9

2014-02-01

  • Make :decode-body-headers more reliable by using a byte array instead of slurp.

2014-01-28

2014-01-27

2014-01-21

2014-01-15

  • Merged dakrone#175 to add {:as :json-strict} for output coercion
  • Added {:as :json-strict-string-keys} output coercion

2014-01-03

  • bump dependencies to their latest
  • Merged dakrone#172 to update .gitignore file and clean up whitespace for new clojure-mode
  • Merged dakrone#171 to support SOCKS proxies

Released 0.7.8