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 bbc5a6c commit 4347cd6Copy full SHA for 4347cd6
CHANGELOG.asciidoc
@@ -33,6 +33,14 @@ endif::[]
33
[[release-notes-6.x]]
34
=== Python Agent version 6.x
35
36
+[[release-notes-6.3.1]]
37
+==== 6.3.1 - 2021/07/07
38
+
39
+[float]
40
+===== Bug fixes
41
42
+* Fix issue with Starlette/FastAPI hanging on startup {pull}1185[#1185]
43
44
[[release-notes-6.3.0]]
45
==== 6.3.0 - 2021/07/06
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, 0)
+__version__ = (6, 3, 1)
32
VERSION = ".".join(map(str, __version__))
0 commit comments