]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/sdk/CHANGELOG.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / sdk / CHANGELOG.md
1 # Release History: opentelemetry-sdk
2
3 All notable changes to the sdk project will be documented in this file.
4
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8 ## Guideline to update the version
9
10 Increment the:
11
12 * MAJOR version when you make incompatible API/ABI changes,
13 * MINOR version when you add functionality in a backwards compatible manner, and
14 * PATCH version when you make backwards compatible bug fixes.
15
16 ## [Unreleased]
17
18 ## [0.1.0] 2020-12-17
19
20 ### Added
21
22 * Trace SDK experimental
23 * OTLP Exporter
24
25 ### Changed
26
27 ### Removed