Skip to content

Commit ec48dfe

Browse files
authored
update CHANGELOG and bump version to 0.4.0 (elastic#34)
1 parent 531cc4d commit ec48dfe

File tree

2 files changed

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

2 files changed

+15
-1
lines changed

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

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

3+
## v0.4.0
4+
5+
- Add support for tracing embeddings calls (#20)
6+
- Rewrite tests in pytest style (#21)
7+
- Don't crash on calls without a model (#22)
8+
- Implement log events support following 1.28.0 GenAI semantic conventions (#23)
9+
- Add tests for asserting exported schema version (#24)
10+
- Don't update non-recording spans (#25)
11+
- Add integration tests and test with both latest and baseline openai client (#28)
12+
- Normalize capture content env variable to upstream (#29, Adrian Cole)
13+
- Format recorded responses as upstream (#30, Adrian Cole)
14+
- Use 1.28.0 semantic conventions log events as default (#31, Adrian Cole)
15+
- Bump required api and sdk to 1.28.2/0.49b2 (#33)
16+
317
## v0.3.0
418

519
- Delay loading of the openai module to close race condition with httpx instrumentation (#16)

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.3.0"
17+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)