Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Elastic OpenTelemetry Instrumentation OpenAI

## v0.4.0

- Add support for tracing embeddings calls (#20)
- Rewrite tests in pytest style (#21)
- Don't crash on calls without a model (#22)
- Implement log events support following 1.28.0 GenAI semantic conventions (#23)
- Add tests for asserting exported schema version (#24)
- Don't update non-recording spans (#25)
- Add integration tests and test with both latest and baseline openai client (#28)
- Normalize capture content env variable to upstream (#29, Adrian Cole)
- Format recorded responses as upstream (#30, Adrian Cole)
- Use 1.28.0 semantic conventions log events as default (#31, Adrian Cole)
- Bump required api and sdk to 1.28.2/0.49b2 (#33)

## v0.3.0

- Delay loading of the openai module to close race condition with httpx instrumentation (#16)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.3.0"
__version__ = "0.4.0"