Skip to content

Commit 07f13b3

Browse files
committed
update CHANGELOG and bump version to 0.5.0
1 parent 04c0dab commit 07f13b3

File tree

2 files changed

+7
-1
lines changed
  • instrumentation/elastic-opentelemetry-instrumentation-openai

2 files changed

+7
-1
lines changed

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

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

3+
## v0.5.0
4+
5+
- Sync embeddings calls tracing with semantic conventions 1.29.0 (#36)
6+
- Drop span events support for events, ELASTIC_OTEL_GENAI_EVENTS environment variable is gone (#38)
7+
- Relax opentelemetry-api dependency so it supports 1.29.0+ (#40)
8+
39
## v0.4.0
410

511
- Add support for tracing embeddings calls (#20)

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.4.0"
17+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)