Skip to content

Commit

Permalink
[chore] Prepare release v1.0.0-rcv0018/v0.89.0 (#8891)
Browse files Browse the repository at this point in the history
The following commands were run to prepare this release:
- make chlog-update VERSION=v1.0.0-rcv0018/v0.89.0
- make prepare-release GH=none PREVIOUS_VERSION=1.0.0-rcv0017
RELEASE_CANDIDATE=1.0.0-rcv0018 MODSET=stable
- make prepare-release GH=none PREVIOUS_VERSION=0.88.0
RELEASE_CANDIDATE=0.89.0 MODSET=beta
  • Loading branch information
opentelemetrybot committed Nov 14, 2023
1 parent df8aaae commit c6ba608
Show file tree
Hide file tree
Showing 51 changed files with 357 additions and 646 deletions.
25 changes: 0 additions & 25 deletions .chloggen/codeboten_fix-queue-size-metric.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_rm-replace.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_split-tt-otel-oc.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/extension-lifecycle-order.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix_featuregate_late_initialization.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix_logging_without_retry.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/fixconnectorlogger.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/mx-psi_featuregate-futureproof.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/mx-psi_featuregate-validation.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/mx-psi_logging-builder.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/pr_frzifus_8478.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/rmloop.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/simplifypersistentstorage.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/simplifyqueue.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/update-eperimental-request-api.yaml

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG

<!-- next version -->

## v1.0.0-rcv0018/v0.89.0

### 🛑 Breaking changes 🛑

- `otelcol`: CollectorSettings.Factories now expects: `func() (Factories, error)` (#8478)
- `exporter/exporterhelper`: The experimental Request API is updated. (#7874)
- `Request` interface now includes ItemsCount() method.
- `RequestItemsCounter` is removed.
- The following interfaces are added:
- Added an optional interface for handling errors that occur during request processing `RequestErrorHandler`.
- Added a function to unmarshal bytes into a Request `RequestUnmarshaler`.
- Added a function to marshal a Request into bytes `RequestMarshaler`


### 🚩 Deprecations 🚩

- `featuregate`: Deprecate `featuregate.NewFlag` in favor of `featuregate.Registry`'s `RegisterFlags` method (#8727)

### 💡 Enhancements 💡

- `featuregate`: Add validation for feature gates ID, URL and versions. (#8766)
Feature gates IDs are now explicitly restricted to ASCII alphanumerics and dots.


## v1.0.0-rcv0017/v0.88.0

### 💡 Enhancements 💡
Expand Down

0 comments on commit c6ba608

Please sign in to comment.