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 be6fb85 commit f10b475Copy full SHA for f10b475
CHANGELOG.asciidoc
@@ -26,6 +26,16 @@ endif::[]
26
[[release-notes-5.x]]
27
=== Python Agent version 5.x
28
29
+[[release-notes-5.4.3]]
30
+==== v5.4.3
31
+
32
+https://github.com/elastic/apm-agent-python/compare/v5.4.2\...v5.4.3[Check the diff]
33
34
+[float]
35
+===== Bug fixes
36
37
+ * fixed a bug in our aiohttp.client support if used with a yarl URL {pull}733[#733]
38
39
[[release-notes-5.4.2]]
40
==== v5.4.2
41
elasticapm/version.py
@@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-__version__ = (5, 4, 2)
+__version__ = (5, 4, 3)
VERSION = ".".join(map(str, __version__))
0 commit comments