File tree 2 files changed +25
-1
lines changed 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,30 @@ endif::[]
32
32
[[release-notes-6.x]]
33
33
=== Python Agent version 6.x
34
34
35
+ [[release-notes-6.23.0]]
36
+ ==== 6.23.0 - 2024-07-30
37
+
38
+ [float]
39
+ ===== Features
40
+
41
+ * Make published Docker images multi-platform with the addition of linux/arm64 {pull}2080[#2080]
42
+
43
+ [float]
44
+ ===== Bug fixes
45
+
46
+ * Fix handling consumer iteration if transaction not sampled in kafka instrumentation {pull}2075[#2075]
47
+ * Fix race condition with urllib3 at shutdown {pull}2085[#2085]
48
+ * Fix compatibility with setuptools>=72 that removed test command {pull}2090[#2090]
49
+
50
+ ===== Deprecations
51
+
52
+ * Python 3.6 support will be removed in version 7.0.0 of the agent
53
+ * The log shipping LoggingHandler will be removed in version 7.0.0 of the agent.
54
+ * The log shipping feature in the Flask instrumentation will be removed in version 7.0.0 of the agent.
55
+ * The log shipping feature in the Django instrumentation will be removed in version 7.0.0 of the agent.
56
+ * The OpenTracing bridge will be removed in version 7.0.0 of the agent.
57
+ * Celery 4.0 support is deprecated because it's not installable anymore with a modern pip
58
+
35
59
[[release-notes-6.22.3]]
36
60
==== 6.22.3 - 2024-06-10
37
61
Original file line number Diff line number Diff line change 28
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
31
- __version__ = (6 , 22 , 3 )
31
+ __version__ = (6 , 23 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments