Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 734 Bytes

CHANGELOG.rst

File metadata and controls

36 lines (28 loc) · 734 Bytes

Changelog

Unreleased

  • Add type annotations
  • Drop support for EOL Pythons

0.4.0 (2018-02-08)

  • Add support for passing in an explicit context object.

0.3.3 (2017-08-01)

  • Add REPL completion for resource.

0.3.2 (2017-05-08)

  • Rename 'client' attribute.

0.3.1 (2016-10-02)

  • Don't clobber AttributeError stack traces

0.3.0 (2016-09-21)

  • Make the wrapper a bit friendlier to the wrapped client, supporting dir properly.

0.2.0 (2016-09-20)

  • Use py_zipkin instead of pyramid_zipkin.

0.1.0 (2015-12-10)

  • Standalone zipkin decorator for swagger clients.