Skip to content

Commit bcf8242

Browse files
committed
update CHANGELOG and bump version to 6.13.0
1 parent 53c6ea4 commit bcf8242

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ endif::[]
2929
//===== Bug fixes
3030
//
3131
32-
=== Unreleased
32+
[[release-notes-6.x]]
33+
=== Python Agent version 6.x
34+
35+
[[release-notes-6.13.0]]
36+
==== 6.13.0 - 2022-10-26
3337
34-
// Unreleased changes go here
35-
// When the next release happens, nest these changes under the "Python Agent version 6.x" heading
3638
[float]
3739
===== Features
40+
* Add support for Python 3.11
3841
* Add backend granularity data to SQL backends as well as Cassandra and pymongo {pull}1585[#1585], {pull}1639[#1639]
3942
* Add support for instrumenting the Elasticsearch 8 Python client {pull}1642[#1642]
4043
* Add `*principal*` to default `sanitize_field_names` configuration {pull}1664[#1664]
@@ -47,11 +50,8 @@ endif::[]
4750
* Fix Django's `manage.py check` when agent is disabled {pull}1632[#1632]
4851
* Fix an issue with long body truncation for Starlette {pull}1635[#1635]
4952
* Fix an issue with transaction outcomes in Flask for uncaught exceptions {pull}1637[#1637]
50-
* FIx Starlette instrumentation to make sure transaction information is still present during exception handling {pull}1674[#1674]
51-
53+
* Fix Starlette instrumentation to make sure transaction information is still present during exception handling {pull}1674[#1674]
5254
53-
[[release-notes-6.x]]
54-
=== Python Agent version 6.x
5555
5656
[[release-notes-6.12.0]]
5757
==== 6.12.0 - 2022-09-07

docs/supported-technologies.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ The following Python versions are supported:
2323
* 3.7
2424
* 3.8
2525
* 3.9
26+
* 3.10
27+
* 3.11
2628

2729
[float]
2830
[[supported-django]]
@@ -37,6 +39,7 @@ We support these Django versions:
3739
* 3.0
3840
* 3.1
3941
* 3.2
42+
* 4.0
4043

4144
For upcoming Django versions, we generally aim to ensure compatibility starting with the first Release Candidate.
4245

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, 12, 0)
31+
__version__ = (6, 13, 0)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)