-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Add 7.0.0 Release Notes #41029
Add 7.0.0 Release Notes #41029
Conversation
Pinging @elastic/es-docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and builds successfully
|
||
Authentication:: | ||
* Security: remove wrapping in put user response {pull}33512[#33512] (issue: {issue}32332[#32332]) | ||
* Enhance Invalidate Token API {pull}35388[#35388] (issues: {issue}34556[#34556], {issue}35115[#35115]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think #35388 is not a breaking change. Rather, it should be under "enhancements"
Authentication:: | ||
* Security: remove wrapping in put user response {pull}33512[#33512] (issue: {issue}32332[#32332]) | ||
* Enhance Invalidate Token API {pull}35388[#35388] (issues: {issue}34556[#34556], {issue}35115[#35115]) | ||
* Remove bwc logic for token invalidation {pull}36893[#36893] (issue: {issue}36727[#36727]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jkakavas Should this be described in the Breaking changes documentation (https://www.elastic.co/guide/en/elasticsearch/reference/7.0/breaking-changes-7.0.html) ?
Aggregations:: | ||
* Remove support for deprecated params._agg/_aggs for scripted metric aggregations {pull}32979[#32979] (issues: {issue}29328[#29328], {issue}31597[#31597]) | ||
* Percentile/Ranks should return null instead of NaN when empty {pull}30460[#30460] (issue: {issue}29066[#29066]) | ||
* Render sum as zero if count is zero for stats aggregation {pull}27193[#27193] (issue: {issue}26893[#26893]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see documentation for #27193 in the Breaking Changes docs
* Remove implicit index monitor privilege {pull}37774[#37774] | ||
|
||
CCR:: | ||
* Change get autofollow patterns API response format {pull}36203[#36203] (issue: {issue}36049[#36049]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think info about #36203 missing from the Breaking changes page too. Unless it's only a breaking change in 6.x?
|
||
CCR:: | ||
* Change get autofollow patterns API response format {pull}36203[#36203] (issue: {issue}36049[#36049]) | ||
* Follow stats api should return a 404 when requesting stats for a non existing index {pull}37220[#37220] (issue: {issue}37021[#37021]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likewise, not sure if this is a valid breaking change in 6.7, 7.0 or neither: #37220
Phew! :)
Note: this is targeting
7.0
branch