Skip to content

[meta] 6.4.0 release  #3397

Closed
Closed
@Mpdreamz

Description

@Mpdreamz

This is a meta issue to keep track of the work we want to do for the 6.4.0 release individual tickets with the v6.4.0 tag will be created for most of these.

Feature parity work

Deprecations

New Features

Enhancements

Bug fixes

New API's

There a quite a few new API's that need to be mapped:

  • xpack.license.get_basic_status.json
  • xpack.license.post_start_basic.json
  • xpack.ml.delete_calendar.json
  • xpack.ml.delete_calendar_event.json
  • xpack.ml.delete_calendar_job.json
  • xpack.ml.get_calendar_events.json
  • xpack.ml.get_calendars.json
  • xpack.ml.info.json
  • xpack.ml.post_calendar_events.json
  • xpack.ml.put_calendar.json
  • xpack.ml.put_calendar_job.json
  • xpack.ml.get_calendar_job.json
  • xpack.rollup.delete_job.json
  • xpack.rollup.get_jobs.json
  • xpack.rollup.get_rollup_caps.json ([Rollup] Add new capabilities endpoint based on concrete rollup indices elasticsearch#30401)
  • xpack.rollup.put_job.json
  • xpack.rollup.rollup_search.json
  • xpack.rollup.start_job.json
  • xpack.rollup.stop_job.json
  • xpack.sql.clear_cursor.json (Add support for the SQL API's #3414)
  • xpack.sql.query.json (Add support for the SQL API's #3414)
  • xpack.sql.translate.json (Add support for the SQL API's #3414)
  • xpack.ssl.certificates.json
  • scripts_painless_execute.json
  • xpack.ml.update_filter.json
  • xpack.rollup.get_rollup_index_caps.json
  • xpack.security.delete_privileges.json
  • xpack.security.get_privileges.json
  • xpack.security.has_privileges.json
  • xpack.security.put_privilege.json
  • xpack.security.put_privileges.json

Tests.Throughput

An unscientific throughput application to measure our different IConnection implementations on how many messages we can pump. For now we only plan to measure _bulk and _search and we'll use the machine learning data set MachineLearningCluster already pulls down.

Will warrant its own [meta] ticket which will be linked here later.

Netcoreapp2.1

or 2.2 whichever comes first 😸.

  • Explicitly ship this TFM and get some numbers how the managed handler performs on linux/windows through Tests.Throughput vs the already existing implementations/
  • Move our dotnet core IHttpConnection over to HttpClientFactory. We currently do much of the same but if we don't have to maintain our own pooling of HttpClient instances that would eleviate some complexity in our codebase.

Elasticsearch.Net.Abstractions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions