- Remove python 2.7 from supported versions in setup.py while we work to ensure 2.7 compatibility.
Fixed
- Typo in sqlalchemy for NPlusOneCallSet capture (73) - Tuple as logging argument for tagging logger (74)
1.1.8
Added
- Pyramid Support (58) - Bottle Support (64) - Deploy Tracking Support (65) - N+1 Backtrace Capture (62)
Fixed
- A few fixes for 2.7 support
1.1.7
Added
- Custom instrumentation with a Context Manager or Decorator (50) - Enhanced Test Coverage (53)
Fixed
- In error conditions that cause unfinished spans, don't raise exceptions (52) - Several Python 2.7 Incompatibilities (56, 57)
1.1.6
Fixed
- Handle Flask OPTIONS requests (41) - Fix incorrect default argument to cursor.execute (42) - Remove debugging message for spans that could raise an error