File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,19 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
3332
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36- //[float]
37- //===== Features
38- //
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.13.2]]
37+ ==== 6.13.2 - 2022-11-17
38+
3939[float]
4040===== Bug fixes
4141
4242* Fix error in Elasticsearch instrumentation when spans are dropped {pull}1690[#1690]
43-
44- [[release-notes-6.x]]
45- === Python Agent version 6.x
43+ * Lower log level for errors in APM Server version fetching {pull}1692[#1692]
44+ * Fix for missing parent.id when logging from a DroppedSpan under a leaf span {pull}1695[#1695]
4645
4746[[release-notes-6.13.1]]
4847==== 6.13.1 - 2022-11-03
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 , 13 , 1 )
31+ __version__ = (6 , 13 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments