Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-1254

Revert IQueryResult<T> refactoring

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 2.4.0, 2.3.11
    • None
    • None
    • None

    Description

      When the IQueryResult<T> interface was refactored during another commit, it inadvertently introduced a byte level breaking change. This is because that interface is public and had a get properties. The refactor moved the property to a new IQueryResult interface but any integration libraries that explicitly tried to use a property (for example IQueryResult<T>.Errors), it would fail because that interface doesn't have the implementation.

      This change caused the Linq2Couchbase library to not be able to use release 2.3.10 and it is expected other integrations could also be affected.

      The interface refactor could be re-introduced in the next minor release (2.4.0) if desired where potential breaking changes are acceptable.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mike.goldsmith Michael Goldsmith
            mike.goldsmith Michael Goldsmith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty