Skip to content

Hotfix 0.2.1

Compare
Choose a tag to compare
@bbengfort bbengfort released this 03 Mar 16:47
· 76 commits to master since this release

Hotfix for an error that caused unicode strings to kill the ingestion in a try/except block (as it was being written to the logger)! This error was so serious it needed to be fixed right away, even in the middle of Version 0.3 updates.

Deployed: Wednesday, March 2, 2016
Contributors: Benjamin Bengfort

Changes

  • Eliminated the traceback capture from the baleen console utility
  • Fixed the unicode decode exception in the error logging try/except block
  • Added some stability measures