elastic / elasticsearch-net

This strongly-typed, client library enables working with Elasticsearch. It is the official client maintained and supported by Elastic.
https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html
Apache License 2.0
3.56k stars 1.15k forks source link

Elasticsearch 8.13 documentation not available when NuGet update is available #8199

Open Leandore opened 3 months ago

Leandore commented 3 months ago

Elastic.Clients.Elasticsearch version: 8.13.12

.NET runtime version: 8

Operating system version: Windows 11

Description of the problem including expected versus actual behavior: We attempted to upgrade our .Net client (Elastic.Clients.Elasticsearch --version 8.13.12) and ran into compilation errors after the update completed. We found that the documentation for this version is not updated. Is this expected?

Steps to reproduce:

  1. Open Visual studio and update the Elastic.Clients.Elasticsearch
  2. Attempt to review documentation
  3. Documentation is marked as future release but NuGet is available. You are looking at preliminary documentation for a future release.

Expected behavior Should the Nuget update be available when the documentation is not ready? ES-Client NuGet-update

flobernd commented 3 months ago

Hi @Leandore,

the changelog/documentation is currently not automatically generated by the release workflow. This is on my roadmap.

For now, you can always check the release notes of the GitHub Releases. There are a few breaking changes as part of the 8.13.0 release.

I'll leave this issue open to track progress on the CI work that is required to update the changelog/documentation on our website.