-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[meta] Upcoming changes to the New Platform #40768
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Comments
joshdover
added
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Feature:New Platform
labels
Jul 10, 2019
Pinging @elastic/kibana-platform |
3 tasks
joshdover
changed the title
[meta] Breaking changes to the New Platform
[meta] Upcoming changes to the New Platform
Jul 23, 2019
We have moved these comms to email. |
2 tasks
Closing as this is pretty outdated at this point -- @mshustov feel free to re-open if you had a reason you wanted to keep track of this. |
I'm okay closing it. I will create separate issues for items that don't have ones. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Interested in following along? Hit the subscribe button on the right side to get email updates.
Upcoming Breaking Changes
While we stabilize the New Platform, there will be a need to break APIs in order to support new features or ease migrations. Below is a list of known breaking changes and which release they are expected to land.
7.5
TBD
dist
environment parameter (Env contains distributable flag #40361 (comment))Boom
errors in Elasticsearch client (Migrate authentication subsystem to the new platform. #39446 (comment))Boom
errors in SO client (Do not wrap SO errors in Boom #72441){savedObjects: [...]}
server:{saved_objects: [...]}
)In public API
kibana.yml
file (will done by Operations team, but we will have to update out code Settings should use snake_case #7444)kibana.yml
file [New Platform] 8.0 Refactor kibana.yml #46705elasticsearch.logQueries
setting Provide substitution for elasticsearch.logQueries in the new logging config #57546server.xsrf.whitelist
setting Allow disabling xsrf protection per an endpoint #58717In experimental API
{ error: string, message: string, statusCode: string }
. Evaluate The Problem Details for HTTP APIs RFC Formalize HTTP error response format #57296callAsInternalUser
in favour of system indices Elasticsearch client Core should expose a dedicated Elasticsearch client for interacting with Kibana system indices #82716Additional Information
The text was updated successfully, but these errors were encountered: