Skip to content
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
10 changes: 10 additions & 0 deletions docs/reference/migration/migrate_7_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ See also <<release-highlights>> and <<es-release-notes>>.

//tag::notable-breaking-changes[]
[discrete]
[[breaking_73_api_changes]]
=== API changes

[discrete]
==== {dataframe-transform-cap} API changes

It is no longer possible to supply the `format` parameter when you define a
`date_histogram` {dataframe-transform} pivot. Previously constructed transforms
will still run but the configured `format` will be ignored.

[[breaking_73_mapping_changes]]
=== Mapping changes
`dense_vector` field now requires `dims` parameter, specifying the number of
Expand Down