File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ endif::[]
5
5
6
6
////
7
7
[[release-notes-x.x.x]]
8
- ==== x.x.x - YYYY/MM/ DD
8
+ ==== x.x.x - YYYY-MM- DD
9
9
10
10
[float]
11
11
===== Breaking changes
@@ -32,6 +32,20 @@ endif::[]
32
32
[[release-notes-6.x]]
33
33
=== Python Agent version 6.x
34
34
35
+ [[release-notes-6.21.0]]
36
+ ==== 6.21.0 - 2024-03-06
37
+
38
+ [float]
39
+ ===== Bug fixes
40
+
41
+ * Fix starlette middleware setup without client argument {pull}1952[#1952]
42
+ * Fix blocking of gRPC stream-to-stream requests {pull}1967[#1967]
43
+ * Always take into account body reading time for starlette requests {pull}1970[#1970]
44
+ * Make urllib3 transport tests more robust against local env {pull}1969[#1969]
45
+ * Clarify starlette integration documentation {pull}1956[#1956]
46
+ * Make dbapi2 query scanning for dollar quotes a bit more correct {pull}1976[#1976]
47
+ * Normalize headers in AWS Lambda integration on API Gateway v1 requests {pull}1982[#1982]
48
+
35
49
[[release-notes-6.20.0]]
36
50
==== 6.20.0 - 2024-01-10
37
51
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (6 , 20 , 0 )
31
+ __version__ = (6 , 21 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments