Skip to content

docs: document 9.3.5 binary-response breaking changes#8881

Merged
flobernd merged 3 commits into
mainfrom
docs/9.4.0-binary-response-breaking-changes
Apr 23, 2026
Merged

docs: document 9.3.5 binary-response breaking changes#8881
flobernd merged 3 commits into
mainfrom
docs/9.4.0-binary-response-breaking-changes

Conversation

@flobernd
Copy link
Copy Markdown
Member

@flobernd flobernd commented Apr 21, 2026

Summary

  • Adds a `## 9.3.5` section to `docs/release-notes/breaking-changes.md` covering the upcoming binary-response changes: removal of seven endpoint-specific response classes (`SearchMvtResponse`, four ES|QL responses, two streaming Inference responses) in favour of `Elastic.Transport.Products.Elasticsearch.ElasticsearchStreamResponse`.
  • Documents the new default `Accept` header behaviour on `SearchMvtRequest` via its `RequestConfiguration` override.
  • Entry follows the existing style of the `9.1.8`, `9.1.1`, and `9.0.0` sections (Overview list of anchors + per-entry Impact/description/migration).

This is a docs-only change. The generator and client-code changes it describes land in a separate PR.

Add a 9.4.0 section to the breaking changes page covering:
- Removal of endpoint-specific response classes for search_mvt, ES|QL,
  and streaming Inference; all affected client methods now return
  `Elastic.Transport.Products.Elasticsearch.ElasticsearchStreamResponse`.
- `SearchMvtRequest` gains a default `Accept` header via a
  `RequestConfiguration` override.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

Vale Linting Results

Summary: 2 suggestions found

💡 Suggestions (2)
File Line Rule Message
docs/release-notes/breaking-changes.md 70 Elastic.Semicolons Use semicolons judiciously.
docs/release-notes/breaking-changes.md 80 Elastic.Semicolons Use semicolons judiciously.

The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 21, 2026

🔍 Preview links for changed docs

@flobernd flobernd added the skip-backport This pull request should not be backported. label Apr 22, 2026
@flobernd flobernd changed the title docs: document 9.4.0 binary-response breaking changes docs: document 9.3.5 binary-response breaking changes Apr 22, 2026
@flobernd flobernd merged commit a5dcbde into main Apr 23, 2026
24 of 25 checks passed
@flobernd flobernd deleted the docs/9.4.0-binary-response-breaking-changes branch April 23, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-backport This pull request should not be backported.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant