File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ endif::[]
29
29
//===== Bug fixes
30
30
//
31
31
32
- === Unreleased
33
32
34
- // Unreleased changes go here
35
- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36
- //[float]
37
- //===== Features
38
- //
33
+
34
+ [[release-notes-6.x]]
35
+ === Python Agent version 6.x
36
+
37
+ [[release-notes-6.10.2]]
38
+ ==== 6.10.2 - 2022-08-04
39
+
39
40
[float]
40
41
===== Bug fixes
41
42
43
+ * Fixed an issue with non-integer ports in Django {pull}1590[#1590]
44
+ * Fixed an issue with non-integer ports in Redis {pull}1591[#1591]
42
45
* Fixed a performance issue for local variable shortening via `varmap()` {pull}1593[#1593]
43
-
44
-
45
- [[release-notes-6.x]]
46
- === Python Agent version 6.x
46
+ * Fixed `elasticapm.label()` when a Client object is not available {pull}1596[#1596]
47
47
48
48
[[release-notes-6.10.1]]
49
49
==== 6.10.1 - 2022-06-30
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 , 10 , 1 )
31
+ __version__ = (6 , 10 , 2 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments