azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

[Search] Scope for Search SDK GA

Open alzimmermsft opened this issue 2 years ago • 0 comments

We are targeting Azure Search SDK GA next month. Here is the scope for upcoming GA:

  • Public surface area of last GA version
  • AAD support including multi cloud support
  • Any bug fixes since then

GA release version:

  • Release azure-search-documents GA version 11.5.0 with the features listed above
  • Right after releasing GA 11.5.0, release 11.6.0-beta.1 with all the preview features released after 11.4.0, so that if users try to use the latest version, they will get all GA as well as preview features.

Follow the below steps for the GA release:

  • Create a feature branch using tag of the last released version(azure-search-documents_11.4.12)
  • Add below features
    • AAD support including multi cloud support
    • Any bug fixes since then
    • Update the changelog by adding the release information about all the preview versions released after last 11.4.0 GA.
    • Update the changelog to add GA release features for 11.5.0 version.
  • Create PR
  • Create API view and add link [issue to be created] here for architects to review.
  • Update PR as per the feedback and merge it.
  • Release azure-search-documents - 11.5.0 GA version using feature branch.
  • Update changelog in the main branch to add 11.5.0 and 11.6.0-beta.1 release information.
  • Release azure-search-documents - 11.6.0-beta.1 beta version using main branch.

alzimmermsft avatar Aug 09 '22 18:08 alzimmermsft