Version History

1.3.2 Oct 2, 2015

  • Switch to packaging as a package instead of a py_module.

1.3.1 Sep 14, 2015

  • Fix query_arguments handling in Python 3

1.3.0 Aug 28, 2015

  • Add the traceback and environment if set

1.2.1 Jun 24, 2015

  • Fix a potential KeyError when a HTTP request object is not present.

1.2.0 Jun 23, 2015

  • Monkeypatch logging.currentframe
  • Include a logging message if it’s there

1.1.0 Jun 18, 2015

  • sprockets.logging.DEBUG to logging.DEBUG
  • sprockets.logging.ERROR to logging.ERROR
  • sprockets.logging.INFO to logging.INFO
  • sprockets.logging.WARN to logging.WARN
  • sprockets.logging.WARNING to logging.WARNING
  • sprockets.logging.dictConfig() to logging.config.dictConfig()
  • sprockets.logging.getLogger() to logging.getLogger()