File tree 2 files changed +15
-5
lines changed 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,28 @@ endif::[]
37
37
[float]
38
38
===== Features
39
39
40
- * Add instrumentation support for https://github.com/encode/httpx[`httpx`] and https://github.com/encode/httpcore[`httpcore`] {pull}898[#898]
41
- * Implement "outcome" property for transactions and spans {pull}899[#899]
42
40
43
41
[float]
44
42
===== Bug fixes
45
43
46
- * Fix validation of config to properly require `required` config items. {pull}927[#927]
47
-
48
44
49
45
[[release-notes-5.x]]
50
46
=== Python Agent version 5.x
51
47
48
+ [[release-notes-5.9.0]]
49
+ ==== v5.9.0
50
+
51
+ [float]
52
+ ===== Features
53
+
54
+ * Add instrumentation support for https://github.com/encode/httpx[`httpx`] and https://github.com/encode/httpcore[`httpcore`] {pull}898[#898]
55
+ * Implement "outcome" property for transactions and spans {pull}899[#899]
56
+
57
+ [float]
58
+ ===== Bug fixes
59
+
60
+ * Fix validation of config to properly require `required` config items. {pull}927[#927]
61
+
52
62
[[release-notes-5.8.1]]
53
63
==== v5.8.1
54
64
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 , 1 )
31
+ __version__ = (5 , 9 , 0 )
32
32
VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments