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,10 @@
# Elastic OpenTelemetry Instrumentation OpenAI

## v1.1.1

- Fix tracing of streamed `with_raw_response` API calls (#82)
- Test on Python 3.13 (#78)

## v1.1.0

- Fix missing or double spans when completion stream is used with context manager (#80)
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__ = "1.1.0"
__version__ = "1.1.1"