Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 5.23 KB

RELEASENOTES.md

File metadata and controls

39 lines (32 loc) · 5.23 KB

1.3.1

  • replace vulnerable log4j 1.x logging library with logback
  • bump dependencies

1.3.0

  • when a requests verification fails the exact reason (a list of matching/clashing predicates for each request received so far) is logged on the INFO level
  • the Jadler facade and the jUnit rule now provide the same defaults configuration options (response status, content type, encoding and headers defaults and the requests recording settings)
  • a reset method added to the Jadler facade
  • bugfix: in Jadler 1.2.0 two completely identical received requests are counted as one during a verification
  • the version of commons-collections raised to 3.2.2 due to a security vulnerability

1.2.0

  • experimental implementation of a stub server using com.sun.net.httpserver added as a new Jadler module jadler-jdk
  • the Jetty (default) stub server implementation now sends the Date header in every response as requested in the RFC 2616

1.1.2

1.1.1

1.1.0

1.0.0

0.9.5

  • first public version
  • http stubbing implemented