OpenSearch/docs/CHANGELOG.asciidoc
Jason Tedor 5d767e449a
Remove bulk fallback for write thread pool (#29609)
The name of the bulk thread pool was renamed to "write" with "bulk" as a
fallback name. This change was made in 6.x for BWC reasons yet in 7.0.0
we are removing this fallback. This commit removes this fallback for the
write thread pool.
2018-04-19 16:59:58 -04:00

42 lines
763 B
Plaintext

// Use these for links to issue and pulls. Note issues and pulls redirect one to
// each other on Github, so don't worry too much on using the right prefix.
// :issue: https://github.com/elastic/elasticsearch/issues/
// :pull: https://github.com/elastic/elasticsearch/pull/
= Elasticsearch Release Notes
== Elasticsearch 7.0.0
=== Breaking Changes
<<write-thread-pool-fallback, Removed `thread_pool.bulk.*` settings and
`es.thread_pool.write.use_bulk_as_display_name` system property>> ({pull}29609[#29609])
=== Breaking Java Changes
=== Deprecations
=== New Features
=== Enhancements
=== Bug Fixes
=== Regressions
=== Known Issues
== Elasticsearch version 6.3.0
=== New Features
=== Enhancements
=== Bug Fixes
=== Regressions
=== Known Issues