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 b84bbbc commit ce46b99Copy full SHA for ce46b99
CHANGELOG.asciidoc
@@ -26,6 +26,13 @@ endif::[]
26
[[release-notes-5.x]]
27
=== Python Agent version 5.x
28
29
+[[release-notes-5.5.1]]
30
+==== v5.5.1
31
+
32
+[float]
33
+===== Bug fixes
34
+* Fixed Starlette middleware when capturing request body while the content-type header is absent {pull}763[#763]
35
36
[[release-notes-5.5.0]]
37
==== v5.5.0
38
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, 5, 0)
+__version__ = (5, 5, 1)
VERSION = ".".join(map(str, __version__))
0 commit comments