Skip to content

Commit 3289d70

Browse files
authored
update CHANGELOG and bump version to 6.23.0 (#2088)
1 parent c2b6d37 commit 3289d70

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@ endif::[]
3232
[[release-notes-6.x]]
3333
=== Python Agent version 6.x
3434
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+
3559
[[release-notes-6.22.3]]
3660
==== 6.22.3 - 2024-06-10
3761

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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__ = (6, 22, 3)
31+
__version__ = (6, 23, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)