0.8.1
- Fix metric unit casting logic if one passes plain string (value or key)
- Fix
MetricUnit
enum values forBytesPerSecond
KilobytesPerSecond
MegabytesPerSecond
GigabytesPerSecond
TerabytesPerSecond
BitsPerSecond
KilobitsPerSecond
MegabitsPerSecond
GigabitsPerSecond
TerabitsPerSecond
CountPerSecond
0.8.0
- Introduces
Logger
for stuctured logging as a replacement forlogger_setup
- Introduces
Logger.inject_lambda_context
decorator as a replacement forlogger_inject_lambda_context
- Raise
DeprecationWarning
exception for bothlogger_setup
,logger_inject_lambda_context
0.7.0
- Introduces Middleware Factory to build your own middleware
- Fixes Metrics dimensions not being included correctly in EMF
0.6.3
- Fix
log_metrics
decorator logic not calling the decorated function, and exception handling
0.6.1
- Introduces Metrics middleware to utilise CloudWatch Embedded Metric Format
- Adds deprecation warning for
log_metrics
0.5.0
- Introduces log sampling for debug - Thanks to Danilo's contribution
- Public beta release