Skip to content

GODRIVER-3522 Add support for the rawData option for time-series bucket access. #2159

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

Draft
wants to merge 3 commits into
base: master
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.

Background & Motivation

@alcaeus
Copy link
Member

alcaeus commented Aug 5, 2025

The pull-request-helpers failure is due to the branch being outdated compared to master. Merging in changes from master should solve this problem.

Copy link
Contributor

API Change Report

./v2/mongo/options

incompatible changes

BulkWriteOptions: old is comparable, new is not
CountOptions: old is comparable, new is not
DeleteManyOptions: old is comparable, new is not
DeleteOneOptions: old is comparable, new is not
DistinctOptions: old is comparable, new is not
EstimatedDocumentCountOptions: old is comparable, new is not
FindOneAndDeleteOptions: old is comparable, new is not
FindOneAndReplaceOptions: old is comparable, new is not
FindOneOptions: old is comparable, new is not
FindOptions: old is comparable, new is not
InsertManyOptions: old is comparable, new is not
InsertOneOptions: old is comparable, new is not
ReplaceOptions: old is comparable, new is not

compatible changes

AggregateOptions.Internal: added
BulkWriteOptions.Internal: added
CountOptions.Internal: added
DeleteManyOptions.Internal: added
DeleteOneOptions.Internal: added
DistinctOptions.Internal: added
EstimatedDocumentCountOptions.Internal: added
FindOneAndDeleteOptions.Internal: added
FindOneAndReplaceOptions.Internal: added
FindOneAndUpdateOptions.Internal: added
FindOneOptions.Internal: added
FindOptions.Internal: added
InsertManyOptions.Internal: added
InsertOneOptions.Internal: added
ReplaceOptions.Internal: added
UpdateManyOptions.Internal: added
UpdateOneOptions.Internal: added

./v2/x/mongo/driver/operation

compatible changes

(*Aggregate).RawData: added
(*Count).RawData: added
(*Delete).RawData: added
(*Distinct).RawData: added
(*Find).RawData: added
(*FindAndModify).RawData: added
(*Insert).RawData: added
(*Update).RawData: added

./v2/x/mongo/driver/xoptions

compatible changes

SetInternalAggregateOptions: added
SetInternalBulkWriteOptions: added
SetInternalCountOptions: added
SetInternalDeleteManyOptions: added
SetInternalDeleteOneOptions: added
SetInternalDistinctOptions: added
SetInternalEstimatedDocumentCountOptions: added
SetInternalFindOneAndDeleteOptions: added
SetInternalFindOneAndReplaceOptions: added
SetInternalFindOneAndUpdateOptions: added
SetInternalFindOneOptions: added
SetInternalFindOptions: added
SetInternalInsertManyOptions: added
SetInternalInsertOneOptions: added
SetInternalReplaceOptions: added
SetInternalUpdateManyOptions: added
SetInternalUpdateOneOptions: added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants