We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc0bf0 commit b33f449Copy full SHA for b33f449
CHANGELOG.asciidoc
@@ -33,6 +33,14 @@ endif::[]
33
[[release-notes-6.x]]
34
=== Python Agent version 6.x
35
36
+[[release-notes-6.3.3]]
37
+==== 6.3.3 - 2021-07-14
38
+
39
+[float]
40
+===== Bug fixes
41
42
+* ensure that the elasticsearch instrumentation handles DroppedSpans correctly {pull}1190[#1190]
43
44
[[release-notes-6.3.2]]
45
==== 6.3.2 - 2021-07-07
46
elasticapm/version.py
@@ -28,5 +28,5 @@
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-__version__ = (6, 3, 2)
+__version__ = (6, 3, 3)
32
VERSION = ".".join(map(str, __version__))
0 commit comments