Skip to content

Commit 84a3f24

Browse files
authored
openai: update CHANGELOG and bump version to 1.1.0 (#81)
1 parent bee16d4 commit 84a3f24

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

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Elastic OpenTelemetry Instrumentation OpenAI
22

3+
## v1.1.0
4+
5+
- Fix missing or double spans when completion stream is used with context manager (#80)
6+
- Follow semantic conventions 1.31.0: use GEN_AI_OUTPUT_TYPE, GEN_AI_REQUEST_SEED and GEN_AI_REQUEST_CHOICE_COUNT attributes (#77, #76, #75)
7+
38
## v1.0.0
49

510
- Fix instrumentation of with_raw_response (#73)

instrumentation/elastic-opentelemetry-instrumentation-openai/src/opentelemetry/instrumentation/openai/version.py

+1-1
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.0.0"
17+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)