File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,11 @@ endif::[]
3030//===== Bug fixes
3131//
3232
33- === Unreleased
33+ [[release-notes-5.x]]
34+ === Python Agent version 5.x
3435
35- // Unreleased changes go here
36- // When the next release happens, nest these changes under the "Python Agent version 5.x" heading
36+ [[release-notes-5.10.0]]
37+ ==== v5.10.0
3738[float]
3839===== Features
3940
@@ -43,6 +44,7 @@ endif::[]
4344 * Implement `log_level` config (supports central config) {pull}946[#946]
4445 * Implement `transaction_ignore_urls` config (supports central config) {pull}923[#923]
4546 * Add public API to retrieve trace parent header {pull}956[#956]
47+ * Added support for cgroup memory metrics {pull}846[#846]
4648
4749
4850[float]
@@ -54,10 +56,6 @@ endif::[]
5456* Adapted kubernetes kubepod regex for detecting kubernetes metadata {pull}958[#958]
5557* Updated Starlette integration to use the route as transaction name if possible {pull}957[#957]
5658
57-
58- [[release-notes-5.x]]
59- === Python Agent version 5.x
60-
6159[[release-notes-5.9.0]]
6260==== v5.9.0
6361
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 , 9 , 0 )
31+ __version__ = (5 , 10 , 0 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments