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 dc44548 commit 31b3e39Copy full SHA for 31b3e39
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v1.3.0
4
+
5
+- Bump to OTel 1.34.1: dropped support for Python 3.8 (#321)
6
7
+ Upstream changes:
8
+ * https://github.com/open-telemetry/opentelemetry-python/discussions/4613
9
+ * https://github.com/open-telemetry/opentelemetry-python-contrib/discussions/3558
10
11
## v1.2.0
12
13
- Bump to OTel 1.33.1: logs OTLP serialization improvements, stable `code` attributes used in logs (#307)
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__ = "1.2.0"
+__version__ = "1.3.0"
0 commit comments