Skip to content

Commit 4e70f36

Browse files
authored
update CHANGELOG and bump version to 0.6.1 (elastic#59)
1 parent f0ca0a6 commit 4e70f36

File tree

2 files changed

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

2 files changed

+7
-1
lines changed

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

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

3+
## v0.6.1
4+
5+
- Handle message with developer role (#58)
6+
- Decouple metrics from span recording, fixes running with `OTEL_SDK_DISABLED=true` (#56)
7+
- Add examples and simplify test matrix (#46, Adrian Cole)
8+
39
## v0.6.0
410

511
- Trace GEN_AI_OPENAI_REQUEST_RESPONSE_FORMAT, GEN_AI_OPENAI_REQUEST_SEED, GEN_AI_OPENAI_REQUEST_SERVICE_TIER and GEN_AI_OPENAI_RESPONSE_SERVICE_TIER (#41)

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__ = "0.6.0"
17+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)