Skip to content

Commit a1a008c

Browse files
authored
Update CHANGELOG and bump version to 0.7.0 (elastic#70)
1 parent 836c160 commit a1a008c

File tree

2 files changed

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

2 files changed

+8
-1
lines changed

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

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

3+
## v0.7.0
4+
5+
- Map non-string, non-dict schema as json_schema (#68, Adrian Cole)
6+
- Don't set attributes if they are NotGiven (#67)
7+
- Apply instrumentation to beta.chat.Completions.parse (#65, Anuraag (Rag) Agrawal)
8+
- Fix README venv installation command and dotenv (#63, Anuraag (Rag) Agrawal)
9+
310
## v0.6.1
411

512
- Handle message with developer role (#58)

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

0 commit comments

Comments
 (0)