File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- unreleased
5
+ 2.3.0
6
6
==========
7
- * feature: Stream Django ORM SQL queries and add flag to toggle their streaming
8
- * feature: Recursively patch any given module functions with capture
7
+ * feature: Stream Django ORM SQL queries and add flag to toggle their streaming. `PR111 <https://github.com/aws/aws-xray-sdk-python/pull/111 >`_.
8
+ * feature: Recursively patch any given module functions with capture. `PR113 <https://github.com/aws/aws-xray-sdk-python/pull/113 >`_.
9
+ * feature: Add patch support for pg8000 (Pure Python Driver). `PR115 <https://github.com/aws/aws-xray-sdk-python/pull/115 >`_.
10
+ * improvement: Remove the dependency on Requests. `PR112 <https://github.com/aws/aws-xray-sdk-python/pull/112 >`_.
11
+ * bugfix: Fix psycop2 register type. `PR95 <https://github.com/aws/aws-xray-sdk-python/pull/95 >`_.
9
12
10
13
2.2.0
11
14
=====
Original file line number Diff line number Diff line change 1
- VERSION = '2.2 .0'
1
+ VERSION = '2.3 .0'
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'2.2 .0'
65
+ version = u'2.3 .0'
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.2 .0'
67
+ release = u'2.3 .0'
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments