Skip to content

Commit 6c88f01

Browse files
Update opentelemetry-instrumentation-openai-v2 version to v2.1b0 (#2960)
1 parent d341ef5 commit 6c88f01

File tree

2 files changed

+3
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

2 files changed

+3
-1
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 2.0b0 (2024-11-05)
11+
1012
- Use generic `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` environment variable
1113
to control if content of prompt, completion, and other messages is captured.
1214
([#2947](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2947))

instrumentation-genai/opentelemetry-instrumentation-openai-v2/src/opentelemetry/instrumentation/openai_v2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.0b0.dev"
15+
__version__ = "2.1b0.dev"

0 commit comments

Comments
 (0)