File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,15 @@ endif::[]
3333[[release-notes-6.x]]
3434=== Python Agent version 6.x
3535
36+ [[release-notes-6.2.3]]
37+ ==== 6.2.3 - 2021/06/28
38+
39+ [float]
40+ ===== Bug fixes
41+ * suppress the default_app_config attribute in Django 3.2+ {pull}1155[#1155]
42+ * bump log level for multiple set_client calls to WARNING {pull}1164[#1164]
43+ * fix issue with adding disttracing to SQS messages when dropping spans {pull}1170[#1170]
44+
3645[[release-notes-6.2.2]]
3746==== 6.2.2 - 2021/06/07
3847
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 , 2 , 2 )
31+ __version__ = (6 , 2 , 3 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments