Skip to content

Commit bd72745

Browse files
authored
update CHANGELOG and bump version to 0.3.0 (#17)
1 parent b9ecd72 commit bd72745

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+
## v0.3.0
4+
5+
- Delay loading of the openai module to close race condition with httpx instrumentation (#16)
6+
37
## v0.2.0
48

59
- Fix tracing of optional OpenAI client parameters (#12)

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.2.0"
17+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)