Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Update a changelog entry #8874

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .chloggen/update-eperimental-request-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ change_type: breaking
component: exporter/exporterhelper

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: The experimental Request API is updated and moved to a separate package.
note: The experimental Request API is updated.

# One or more tracking issues or pull requests related to the change
issues: [7874]
Expand All @@ -14,13 +14,12 @@ issues: [7874]
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
- The experimental `Request` interface is moved from exporter/exporterhelper to exporter/exporterhelper/request
package and updated to include ItemsCount() method.
- `Request` interface now includes ItemsCount() method.
- `RequestItemsCounter` is removed.
- Added the following APIs to exporter/exporterhelper/request package:
- request.ErrorHandler: an optional interface for handling errors that occur during request processing.
- request.Marshaler: a function that can marshal a Request into bytes.
- request.Unmarshaler: a function that can unmarshal bytes into a Request
- 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`

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
Expand Down