File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ endif::[]
2626[[release-notes-5.x]]
2727=== Python Agent version 5.x
2828
29+ [[release-notes-5.4.2]]
30+ ==== v5.4.2
31+
32+ https://github.com/elastic/apm-agent-python/compare/v5.4.1\...v5.4.2[Check the diff]
33+
34+ [float]
35+ ===== Bug fixes
36+
37+ * fixed a bug in our celery implementation related to the threading refactor in 5.4.0 {pull}724[#724]
38+
2939[[release-notes-5.4.1]]
3040==== v5.4.1
3141
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (5 , 4 , 1 )
31+ __version__ = (5 , 4 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments