Skip to content

Commit c1eaab7

Browse files
authored
openai: update CHANGELOG and bump version to 1.1.1 (elastic#84)
1 parent beea9b7 commit c1eaab7

File tree

2 files changed

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

2 files changed

+6
-1
lines changed

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.1.1
4+
5+
- Fix tracing of streamed `with_raw_response` API calls (#82)
6+
- Test on Python 3.13 (#78)
7+
38
## v1.1.0
49

510
- Fix missing or double spans when completion stream is used with context manager (#80)

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__ = "1.1.0"
17+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)