Skip to content

Commit

Permalink
bump: version 0.0.70 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 2868ceb commit 7dd029e
Show file tree
Hide file tree
Showing 26 changed files with 91 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag_format = "v$version"
version_scheme = "pep440"
major_version_zero = true
update_changelog_on_bump = true
version = "0.0.70"
version = "0.1.0"
version_files = [
"packages/opentelemetry-instrumentation-anthropic/pyproject.toml:^version",
"packages/opentelemetry-instrumentation-anthropic/opentelemetry/instrumentation/anthropic/version.py",
Expand Down
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
## v0.1.0 (2023-10-30)

### Feat

- **ci-cd**: add release workflow (#132)

### Fix

- release workflow credentials

## v0.0.70 (2023-10-29)

### Feat

- disable content tracing for privacy reasons (#118)
- add prompt version hash (#119)
- propagate prompt management attributes to llm spans (#109)
- support association IDs as objects (#111)
- hugging-face transformers pipeline instrumentation (#104)
- add chromadb instrumentation + fix langchain instrumentation (#103)
- export to Grafana tempo (#95)
- langchain instrumentation (#88)
- **cohere**: support for chat and rerank (#84)
- cohere instrumentation (#82)
- Anthropic instrumentation (#71)
- basic prompt management (#69)
- Pinecone Instrumentation (#3)
- basic testing framework (#70)
- haystack instrumentations (#55)
- auto-create link to traceloop dashboard
- setting headers for exporting traces
- sdk code + openai instrumentation (#4)

### Fix

- **sdk**: disable sync when using external exporter
- disable content tracing when not overridden (#121)
- **langchain**: add retrieval_qa workflow span (#112)
- **traceloop-sdk**: logging of service name in traces (#99)
- do not trigger dashboard auto-creation if exporter is set (#96)
- **docs**: clarification on getting API key
- **chore**: spaces and nits on README
- **docs**: bad link for python SDK
- **docs**: updated TRACELOOP_BASE_URL (#81)
- add openai function call data to telemetry (#80)
- **sdk**: disabled prompt registry by default (#78)
- support pinecone non-grpc (#76)
- support python 3.12
- **docs**: upgrades; docs about prompt mgmt (#74)
- **traceloop-sdk**: missing lockfile (#72)
- **traceloop-sdk**: flushing in notebooks (#66)
- py security issue
- **docs**: update exporting.mdx to include nr instrumentation (#12)
- **sdk**: async decorators not awaited
- **sdk**: missing dependency
- warn if Traceloop wasn't initialized properly (#11)
- match new dashboard API
- **traceloop-sdk**: duplicate spans reporting (#10)
- moved api key to /tmp
- /v1/traces is always appended to endpoint
- parse headers correctly
- **traceloop-sdk**: replace context variables with otel context + refactor (#8)
- traceloop sdk initialization and initial versions release for instrumentations (#7)
- wrong imports and missing code components (#6)
- gitignore
- README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-anthropic"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Anthropic instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-bedrock"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Bedrock instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-chromadb"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Chroma DB instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-cohere"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Cohere instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-haystack"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Haystack instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-langchain"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Langchain instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-openai"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry OpenAI instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-pinecone"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Pinecone instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-transformers"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry transformers instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-vertexai"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Vertex AI instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/opentelemetry-instru

[tool.poetry]
name = "opentelemetry-instrumentation-weaviate"
version = "0.0.70"
version = "0.1.0"
description = "OpenTelemetry Weaviate instrumentation"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../coverage/packages/traceloop-sdk/html'

[tool.poetry]
name = "traceloop-sdk"
version = "0.0.70"
version = "0.1.0"
description = "Traceloop Software Development Kit (SDK) for Python"
authors = [
"Gal Kleinman <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/traceloop-sdk/traceloop/sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.70"
__version__ = "0.1.0"

0 comments on commit 7dd029e

Please sign in to comment.