File tree 2 files changed +6
-11
lines changed 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,18 @@ endif::[]
30
30
//===== Bug fixes
31
31
//
32
32
33
- === Unreleased
34
-
35
- // Unreleased changes go here
36
- // When the next release happens, nest these changes under the "Python Agent version 5.x" heading
37
- [float]
38
- ===== Features
33
+ [[release-notes-5.x]]
34
+ === Python Agent version 5.x
39
35
36
+ [[release-notes-5.8.1]]
37
+ ==== v5.8.1
40
38
41
39
[float]
42
40
===== Bug fixes
43
41
44
42
* Updated CLOUD_PROVIDER config to allow for new options defined in https://github.com/elastic/apm/issues/289[#289] {pull}878[#878]
45
43
* Fixed a bug in AWS metadata collection on docker containers in AWS Elastic Beanstalk {pull}884[#884]
46
-
47
-
48
- [[release-notes-5.x]]
49
- === Python Agent version 5.x
44
+ * Fixed a bug in local variable serialization that could occur in multi-threaded applications {pull}885[#885]
50
45
51
46
[[release-notes-5.8.0]]
52
47
==== v5.8.0
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__ = (5 , 8 , 0 )
31
+ __version__ = (5 , 8 , 1 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments