Skip to content

Commit c608fb6

Browse files
authored
openai: update CHANGELOG and bump version to 1.0.0 (elastic#74)
* openai: update CHANGELOG and bump version to 1.0.0 * Remove README warning
1 parent 29cc440 commit c608fb6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Elastic Distribution of OpenTelemetry Python instrumentations
22

3-
> [!WARNING]
4-
> The Elastic Distribution of OpenTelemetry Python is not yet recommended for production use. Functionality may be changed or removed in future releases. Alpha releases are not subject to the support SLA of official GA features.
5-
>
6-
> We welcome your feedback! You can reach us by [opening a GitHub issue](https://github.com/elastic/elastic-otel-python-instrumentations/issues) or starting a discussion thread on the [Elastic Discuss forum](https://discuss.elastic.co/tags/c/observability/apm/58/python).
7-
83
The Elastic Distribution of OpenTelemetry Python (EDOT Python) is a customized version of [OpenTelemetry Python](https://opentelemetry.io/docs/languages/python).
94
EDOT Python makes it easier to get started using OpenTelemetry in your Python applications through strictly OpenTelemetry native means, while also providing a smooth and rich out of the box experience with [Elastic Observability](https://www.elastic.co/observability). It's an explicit goal of this distribution to introduce **no new concepts** in addition to those defined by the wider OpenTelemetry community.
105

instrumentation/elastic-opentelemetry-instrumentation-openai/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Elastic OpenTelemetry Instrumentation OpenAI
22

3+
## v1.0.0
4+
5+
- Fix instrumentation of with_raw_response (#73)
6+
- Use proper GenAI suggested buckets for metrics, requires 1.31.0+ SDK (#72)
7+
38
## v0.7.0
49

510
- Map non-string, non-dict schema as json_schema (#68, Adrian Cole)

instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
__version__ = "0.7.0"
17+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)