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 40ae8be commit 1511f3dCopy full SHA for 1511f3d
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v0.4.0
4
+
5
+- Bump to OTel 1.28.1 (#169)
6
+- Enable log events by default (#154)
7
+- Add musl autoinstrumentation to Docker image for OTel Kubernetes operator (#162)
8
+- Add documentation for logging enablement (#153)
9
+- Add flask autoinstrumentation example (#168)
10
11
## v0.3.0
12
13
- Build Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137)
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.3.0"
+__version__ = "0.4.0"
0 commit comments