Skip to content

Commit

Permalink
Prepare to release 0.13.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Feb 10, 2022
1 parent c60eeac commit 6a41aec
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,44 @@

## Unreleased

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.12.0...main).
Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.13.0...main).

### Maturity

* Remove if no changes for this section before release.

### Changed

* `Swagger` generation updated to `openapiv2` due to the use of an updated version of protoc in `otel/build-protobuf`
* Update the `otel/build-protobuf` version from `0.4.0` to `0.9.0`
* Remove if no changes for this section before release.

### Added

* Protobuf kotlin source generation
* Add ObservedTimestamp to LogRecord. (#351)
* Remove if no changes for this section before release.

### Removed

* Remove if no changes for this section before release.

## 0.13.0 - 2022-02-10

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.13.0...v0.12.0).

### Changed

* `Swagger` generation updated to `openapiv2` due to the use of an updated version of protoc in `otel/build-protobuf`
* Clarify attribute key uniqueness requirement (#350)
* Fix path to Go packages (#360)

### Added

* Add ObservedTimestamp to LogRecord. (#351)
* Add native kotlin support (#337)

### Removed

* Remove unused deprecated message StringKeyValue (#358)
* Remove experimental metrics config service (#359)

## 0.12.0 - 2022-01-19

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.12.0...v0.11.0).
Expand Down

0 comments on commit 6a41aec

Please sign in to comment.