OpenSearch/x-pack/plugin
Bogdan Pintea 62c8ac9993
SQL: transfer version compatibility decision to the server (#53082) (#53302)
This commit adds a new request object field, "version", containing the version of the requesting client. This parameter is now accepted - and for certain clients required - by the server and the request is validated against it. Currently server's and client's versions still need to be equal in order for the request to be accepted. Relaxing this check is going to be part of future work. 

On the clients' side, the only check remaining is to ensure that the peer server is supporting version backwards compatibility (i.e. is on, or newer than a certain release).

(cherry picked from commit a8f413a20fb023bec83af0de1211a2936a7f558c)
2020-03-09 21:16:57 +01:00
..
analytics Support multiple metrics in `top_metrics` agg (backport of #52965) (#53163) 2020-03-05 08:12:01 -05:00
autoscaling [7.x] Smarter copying of the rest specs and tests (#52114) (#52798) 2020-02-26 08:13:41 -06:00
ccr Fork CCR checkpoint listeners on CCR thread pool (#53265) 2020-03-09 08:56:30 -04:00
core Make watch history indices hidden (#52974) 2020-03-06 09:47:03 -07:00
deprecation Remove DeprecationLogger from route objects (#52285) 2020-02-12 15:05:41 -07:00
enrich Introduce system index APIs for Kibana (#53035) 2020-03-03 14:11:36 -07:00
eql EQL: Test infrastructure improvements (#53253) (#53297) 2020-03-09 14:11:54 -04:00
frozen-indices Upgrade Lucene to 8.5.0-snapshot-b01d7cb (#52584) 2020-02-21 10:25:03 +00:00
graph [7.x] Smarter copying of the rest specs and tests (#52114) (#52798) 2020-02-26 08:13:41 -06:00
ilm [7.x] Smarter copying of the rest specs and tests (#52114) (#52798) 2020-02-26 08:13:41 -06:00
logstash Introduce system index APIs for Kibana (#53035) 2020-03-03 14:11:36 -07:00
mapper-constant-keyword Introduce a `constant_keyword` field. (#49713) (#53024) 2020-03-03 16:01:47 +01:00
mapper-flattened Add size support to `top_metrics` (backport of #52662) (#52914) 2020-02-27 16:12:52 -05:00
ml Mute testSingleNumericFeatureAndMixedTrainingAndNonTrainingRows 2020-03-06 12:48:05 -05:00
monitoring Make watch history indices hidden (#52974) 2020-03-06 09:47:03 -07:00
ql SQL: Fix column size for IP data type (#53056) 2020-03-04 10:36:44 +01:00
rollup Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07:00
search-business-rules Generalize how queries on `_index` are handled at rewrite time (#52815) 2020-02-26 15:37:43 +01:00
security Implement hidden aliases (#52547) 2020-03-06 16:02:38 -07:00
spatial Add support for multipoint shape queries (#52564) (#52705) 2020-02-24 13:46:51 +01:00
sql SQL: transfer version compatibility decision to the server (#53082) (#53302) 2020-03-09 21:16:57 +01:00
src/test Fix test failures with the new `constant_keyword` field. (#53153) 2020-03-05 14:29:13 +01:00
transform Introduce system index APIs for Kibana (#53035) 2020-03-03 14:11:36 -07:00
vectors Add size support to `top_metrics` (backport of #52662) (#52914) 2020-02-27 16:12:52 -05:00
voting-only-node Single instance of the IndexNameExpressionResolver (#52604) 2020-02-21 07:50:02 -07:00
watcher Verify watch_count before a test starts and not after a test. 2020-03-09 07:45:44 +01:00
build.gradle Disable ILM history in x-pack rest tests (#52868) 2020-02-27 17:20:33 +01:00