Released 2024-01-03
- Changed bit-mapping for
httpx
andfastapi
integrations (#1239)
Released 2023-09-18
- Updated
azure
modules
Released 2023-03-10
- Updated
azure
,fastapi
,flask
modules
Released 2023-01-18
- Updated
azure
,httpx
modules
Released 2022-08-03
- Updated
azure
,context
,flask
,requests
modules
Released 2022-07-05
- Add kwargs to derived gauge (#1135)
Released 2022-04-20
- Make sure handler.flush() doesn't deadlock (#1112)
Released 2021-10-05
- Added integration tracking functionality, includes
django
,flask
,http-lib
,logging
,mysql
,postgresql
,pymongo
,pymysql
,pyramid
,requests
,sqlalchemy
modules (#1065) - Support Python 3.8, 3.9 (#1048)
Released 2021-05-13
- Updated
azure
,django
,flask
,requests
modules
Released 2021-01-14
- Updated
azure
,django
,flask
,grpc
,httplib
,pyramid
,requests
modules
Released 2020-10-13
- Updated
azure
,stackdriver
modules
Released 2020-06-29
Released 2020-06-17
- Hotfix for breaking change (#915)
Released 2020-06-17
Released 2020-02-03
Released 2019-11-26
Released 2019-10-01
- Updated
flask
module (#781)
Released 2019-09-30
Released 2019-08-26
- Added
http code
togrpc code
status code mapping onutils
(#746) - Updated
django
,flask
,httplib
,requests
andpyramid
modules (#755) - Updated
requests
module (#771)
Released 2019-08-16
- Fix GCP resource loading for certain environments (#761)
Released 2019-08-05
- Added
set_status
tospan
(#738) - Update released stackdriver exporter version
Released 2019-07-31
- Fix exporting int-valued stats with sum and lastvalue aggregations (#696)
- Fix cloud format propagator to use decimal span_id encoding instead of hex (#719)
Released 2019-05-31
- Refactored PeriodicTask (#632)
- Make ProbabilitySampler default, change default sampling rate
- Pass span context to samplers, allow samplers to override parent sampling decision
Released 2019-04-24
- Add cumulative API (#626)
Released 2019-04-11
Released 2019-04-08
- Multiple bugfixes
- Use separate context package instead of threadlocals for execution context (#573)
Released 2019-03-11
- Fix gRPC client tracer reuse bug (#539)
- Update prometheus client and fix multiple bugs in the exporter (#492)
- Remove min and max from
Distribution
(#501) - Replace stackdriver
gke_container
resources, see the GKE migration notes for details - Componentize the package distribution. All contrib packages are now decoupled from the core library, and can be released separately.
Released 2019-01-18
- Fix multiple stackdriver and prometheus exporter bugs
- Increase size of trace batches and change transport behavior on exit (#452)
Released 2019-01-16
- Fix a bug in the stackdriver exporter that caused spans to be exported individually (#425)
- Add this changelog