We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eeab5 commit 06a246cCopy full SHA for 06a246c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v1.0.0
4
+
5
+- Enable opentelemetry-instrumentation-vertexai in edot-bootstrap (#283)
6
+- Bump openai instrumentation to 1.0.0 in docker image (#275)
7
+- Move docs to https://elastic.github.io/opentelemetry/ (#282)
8
9
## v0.8.1
10
11
- Bump to OTel 1.31.1 (#270)
src/elasticotel/distro/version.py
@@ -14,4 +14,4 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-__version__ = "0.8.1"
+__version__ = "1.0.0"
0 commit comments