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 30e474d commit a0d334fCopy full SHA for a0d334f
CHANGELOG.asciidoc
@@ -32,6 +32,14 @@ endif::[]
32
[[release-notes-6.x]]
33
=== Python Agent version 6.x
34
35
+[[release-notes-6.22.3]]
36
+==== 6.22.3 - 2024-06-10
37
+
38
+[float]
39
+===== Bug fixes
40
41
+* Fix outcome in ASGI and Starlette apps on error status codes without an exception {pull}2060[#2060]
42
43
[[release-notes-6.22.2]]
44
==== 6.22.2 - 2024-05-20
45
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, 22, 2)
+__version__ = (6, 22, 3)
VERSION = ".".join(map(str, __version__))
0 commit comments