File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ endif::[]
3333[[release-notes-6.x]]
3434=== Python Agent version 6.x
3535
36+ [[release-notes-6.1.3]]
37+ ==== 6.1.3 - 2021/04/28
38+
39+ [float]
40+ ===== Bug fixes
41+ * added destination information to asyncpg instrumentation {pull}1115[#1115]
42+ * fixed issue with collecting request meta data with Django REST Framework {pull}1117[#1117]
43+ * fixed httpx instrumentation for newly released httpx 0.18.0 {pull}1118[#1118]
44+
45+
3646[[release-notes-6.1.2]]
3747==== 6.1.2 - 2021/04/14
3848
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (6 , 1 , 2 )
31+ __version__ = (6 , 1 , 3 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments