Skip to content

v0.0.12

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Nov 02:27
· 1 commit to main since this release
8af63f5

v0.0.12

  • REP-6832: This fixes document fetches always to use the cluster’s most
    recently-seen timestamp, and to use majority read concern. Previously
    document fetches used local read concern and sent only the start time
    as the afterClusterTime, which allowed stale or not-majority-committed
    data to be used in comparisons.