Skip to content

Commit 899aaea

Browse files
authored
update CHANGELOG and bump version to 0.8.0 (#265)
1 parent 800c708 commit 899aaea

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Elastic Distribution of OpenTelemetry Python Changelog
22

3+
## v0.8.0
4+
5+
- Remove some custom code in ElasticOpenTelemetryConfigurator (#250)
6+
- Introduce a resource detector sending server.instance.id (#259)
7+
- Bump to OTel 1.31.0: programmatic auto-instrumentation, added metrics and events for AWS Bedrock instrumentation (#263)
8+
- Bump elastic-opentelemetry-instrumentation-openai to 0.6.1 in Docker image and relax version dependency to (#264)
9+
310
## v0.7.0
411

512
- Bump to OTel 1.30.0: Python 3.13 support, pymssql instrumentation, basic GenAI tracing with AWS Bedrock (#241)

src/elasticotel/distro/version.py

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

0 commit comments

Comments
 (0)