|
2 | 2 | CHANGELOG
|
3 | 3 | =========
|
4 | 4 |
|
| 5 | +unreleased |
| 6 | +========== |
| 7 | +feature: Stream dbapi2 SQL queries and add flag to toggle their streaming |
| 8 | + |
5 | 9 | 2.2.0
|
6 | 10 | =====
|
7 | 11 | * feature: Added context managers on segment/subsegment capture. `PR97 <https://github.com/aws/aws-xray-sdk-python/pull/97>`_.
|
@@ -32,11 +36,11 @@ CHANGELOG
|
32 | 36 | * **Breaking**: The original sampling modules for local defined rules are moved from `models.sampling` to `models.sampling.local`.
|
33 | 37 | * **Breaking**: The default behavior of `patch_all` changed to selectively patches libraries to avoid double patching. You can use `patch_all(double_patch=True)` to force it to patch ALL supported libraries. See more details on `ISSUE63 <https://github.com/aws/aws-xray-sdk-python/issues/63>`_
|
34 | 38 | * **Breaking**: The latest `botocore` that has new X-Ray service API `GetSamplingRules` and `GetSamplingTargets` are required.
|
35 |
| -* **Breaking**: Version 2.x doesn't support pynamodb and aiobotocore as it requires botocore >= 1.11.3 which isn’t currently supported by the pynamodb and aiobotocore libraries. Please continue to use version 1.x if you’re using pynamodb or aiobotocore until those haven been updated to use botocore > = 1.11.3. |
| 39 | +* **Breaking**: Version 2.x doesn't support pynamodb and aiobotocore as it requires botocore >= 1.11.3 which isn’t currently supported by the pynamodb and aiobotocore libraries. Please continue to use version 1.x if you’re using pynamodb or aiobotocore until those haven been updated to use botocore > = 1.11.3. |
36 | 40 | * feature: Environment variable `AWS_XRAY_DAEMON_ADDRESS` now takes an additional notation in `tcp:127.0.0.1:2000 udp:127.0.0.2:2001` to set TCP and UDP destination separately. By default it assumes a X-Ray daemon listening to both UDP and TCP traffic on `127.0.0.1:2000`.
|
37 | 41 | * feature: Added MongoDB python client support. `PR65 <https://github.com/aws/aws-xray-sdk-python/pull/65>`_.
|
38 |
| -* bugfix: Support binding connection in sqlalchemy as well as engine. `PR78 <https://github.com/aws/aws-xray-sdk-python/pull/78>`_. |
39 |
| -* bugfix: Flask middleware safe request teardown. `ISSUE75 <https://github.com/aws/aws-xray-sdk-python/issues/75>`_. |
| 42 | +* bugfix: Support binding connection in sqlalchemy as well as engine. `PR78 <https://github.com/aws/aws-xray-sdk-python/pull/78>`_. |
| 43 | +* bugfix: Flask middleware safe request teardown. `ISSUE75 <https://github.com/aws/aws-xray-sdk-python/issues/75>`_. |
40 | 44 |
|
41 | 45 |
|
42 | 46 | 1.1.2
|
@@ -68,7 +72,7 @@ CHANGELOG
|
68 | 72 | * bugfix: Fixed an issue where arbitrary fields in trace header being dropped when calling downstream.
|
69 | 73 | * bugfix: Fixed a compatibility issue between botocore and httplib patcher. `ISSUE48 <https://github.com/aws/aws-xray-sdk-python/issues/48>`_.
|
70 | 74 | * bugfix: Fixed a typo in sqlalchemy decorators. `PR50 <https://github.com/aws/aws-xray-sdk-python/pull/50>`_.
|
71 |
| -* Updated `README` with more usage examples. |
| 75 | +* Updated `README` with more usage examples. |
72 | 76 |
|
73 | 77 | 0.97
|
74 | 78 | ====
|
|
0 commit comments