From fe06fda6b19ab13f0b9402a2258fce6e23e91cca Mon Sep 17 00:00:00 2001 From: Alram Lechner Date: Fri, 5 Jul 2019 15:59:36 +0200 Subject: [PATCH] Remove beta/EAP comments (#7) * updated support policy * marked 1.0 as EAP / unsupported * reordered list to match style in other repos --- README.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 84d46c5..d8354d0 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ Dynatrace OneAgent version (it is the same as -|OneAgent SDK for Python|OneAgent SDK for C/C++|Dynatrace OneAgent| -|:----------------------|:---------------------|:-----------------| -|1.0 |1.1.0 |≥1.141 | -|1.1 |1.3.1 |≥1.151 | -|1.2 |1.4.1 |≥1.161 | +|OneAgent SDK for Python|OneAgent SDK for C/C++|Dynatrace OneAgent|Support status | +|:----------------------|:---------------------|:-----------------|:------------------| +|1.2 |1.4.1 |≥1.161 |Supported | +|1.1 |1.3.1 |≥1.151 |Supported | +|1.0 |1.1.0 |≥1.141 |EAP (not supported)| ## Using the OneAgent SDK for Python in your application @@ -204,16 +204,16 @@ for details on upcoming features. A more detailed specification of the features can be found in [Dynatrace OneAgent SDK](https://github.com/Dynatrace/OneAgent-SDK#features). -|Feature |Required OneAgent SDK for Python version| +|Feature |Required OneAgent SDK for Python version| |:-----------------------------------------|:--------| -|Trace incoming and outgoing remote calls |≥1.0.0 | -|SQL database requests |≥1.0.0 | -|Incoming web requests |≥1.0.0 | -|Outgoing web requests |≥1.1.0 | -|Custom request attributes |≥1.1.0 | -|In-process linking |≥1.1.0 | -|Messaging |≥1.2.0 | |Custom services |≥1.2.0 | +|Messaging |≥1.2.0 | +|In-process linking |≥1.1.0 | +|Custom request attributes |≥1.1.0 | +|Outgoing web requests |≥1.1.0 | +|Incoming web requests |≥1.0.0 | +|SQL database requests |≥1.0.0 | +|Trace incoming and outgoing remote calls |≥1.0.0 | ### Remote calls @@ -621,7 +621,11 @@ If you are viewing the [GitHub repository](https://github.com/Dynatrace/OneAgent ## Help & Support -The Dynatrace OneAgent SDK for Python is currently in beta status. The features are fully supported by Dynatrace. +**Support policy** + +The Dynatrace OneAgent SDK for Python has GA status. The features are fully supported by Dynatrace. + +For detailed support policy see [Dynatrace OneAgent SDK help](https://github.com/Dynatrace/OneAgent-SDK#help).