Skip to content

Commit c83e452

Browse files
authored
openai: update CHANGELOG and bump version to 1.2.0 (#95)
1 parent 6e912f1 commit c83e452

File tree

2 files changed

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

2 files changed

+5
-1
lines changed

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

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

3+
## v1.2.0
4+
5+
- Switch from the Event API to the Logs API for sending GenAI Events, requires 1.37.0+ SDK (#90, #94)
6+
37
## v1.1.1
48

59
- Fix tracing of streamed `with_raw_response` API calls (#82)

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

0 commit comments

Comments
 (0)