Skip to content

GODRIVER-3522 Add support for the rawData option for time-series bucket access - PR2 #2155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: feature/godriver-3522-rawdata
Choose a base branch
from

Conversation

qingyang-hu
Copy link
Collaborator

GODRIVER-3522

Summary

Add support for the rawData option for time-series bucket access - PR2
Stacked on the top of #2123

Add support for the following operations:

  • client bulkWrite
  • listCollections
  • index operations

Background & Motivation

Copy link
Contributor

API Change Report

./v2/mongo/options

incompatible changes

ClientBulkWriteOptions: old is comparable, new is not
CreateIndexesOptions: old is comparable, new is not
DropIndexesOptions: old is comparable, new is not
ListCollectionsOptions: old is comparable, new is not
ListIndexesOptions: old is comparable, new is not

compatible changes

ClientBulkWriteOptions.Internal: added
CreateIndexesOptions.Internal: added
DropIndexesOptions.Internal: added
ListCollectionsOptions.Internal: added
ListIndexesOptions.Internal: added

./v2/x/mongo/driver/operation

compatible changes

(*CreateIndexes).RawData: added
(*DropIndexes).RawData: added
(*ListCollections).RawData: added
(*ListIndexes).RawData: added

./v2/x/mongo/driver/xoptions

compatible changes

SetInternalClientBulkWriteOptions: added
SetInternalCreateIndexesOptions: added
SetInternalDropIndexesOptions: added
SetInternalListCollectionsOptions: added
SetInternalListIndexesOptions: added

@qingyang-hu qingyang-hu requested a review from matthewdale August 5, 2025 20:03
@qingyang-hu qingyang-hu marked this pull request as ready for review August 5, 2025 21:00
@qingyang-hu qingyang-hu requested a review from a team as a code owner August 5, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant