-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: BSON
-
None
-
Not Needed
-
Definition of done:
- Remove or un-export all deprecated code from the Go driver BSON library before releasing Go Driver 2.0. Some deprecated code may still be needed, but can be un-exported, and some can be completely removed.
Note that we should leave functions and types that are deprecated but marked "internal use only".
See GODRIVER-2617 for the task for the rest of the Go driver.
phase 1 PR: https://github.com/mongodb/mongo-go-driver/pull/1410
quick fix for #1410: https://github.com/mongodb/mongo-go-driver/pull/1536
Merge bsoncodec, bsontype, bsonrw, primitive into bson: https://github.com/mongodb/mongo-go-driver/pull/1565
Remove RegistryBuilder: https://github.com/mongodb/mongo-go-driver/pull/1659
Cleanup: https://github.com/mongodb/mongo-go-driver/pull/1698
- is related to
-
GODRIVER-2617 Remove or un-export all currently deprecated code in Go Driver 2.0
- Closed