Skip to content
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

Update dependency mongo_dart to ^0.10.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
mongo_dart dependencies minor ^0.8.2 -> ^0.10.0

Release Notes

mongo-dart/mongo_dart (mongo_dart)

v0.10.0

Updated Bson, Mongo_dart_query and Uuid dependencies, this leads to a series of Breaking changes.
Please, see the respective github pages for details, here a recap of the most noticeable:

  • BSON classes are mainly used for internal use. See the Bson github site for more details
    • BsonRegexp now it is not normally needed, use RegExp instead.
    • BsonNull is not needed, you can use null directly.
    • A new JsCode class has been created, it is no more needed the use of BsonCode.
    • a DbRef class has been created. The old version was storing DbPointer and DbRef the same way. Now they are separated as in Bson specification. If you have old data, please consider this change.
  • Uuid dependency has been updated and you have to consider that the UuidValue class has been slightly changed. The .fromString constructure must be used mainly instead of the default one. Check the Uuid package github site for details.

v0.9.4

  • Example for admin command
  • Fix for listDatabases() method for new releases

v0.9.3

  • Fix on ConnectionPool
  • Test for SetWindowFields (inherited from mongo_dart_query)

v0.9.2

  • Added extra data parameter to GridIn class

v0.9.1

  • Added a delete() method to GridOut class
  • Added a toFile() method to GridOut class (allows to write safely on disk - adds a (n) suffix if the file already exists)
  • Added a clearBucket() method to class GridFs
  • Added a dropBucket() mehthod to class GridFs
  • Fixed an issue on GridFsFile numChunks() method

v0.9.0

  • Fixed an issue on GridFs save() method using MongoDb 6.0
  • Possible breaking change. The cursorId has been changed from type BsonLong to type Int64. In general all BsonLong fields received from the server now are received as Int64 instead of int (see Bson package)
  • authSourceDb defaulted to 'admin' in case neither the default Db nor the authSourceDb has been specified

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mongo_dart-0.x branch from c0411cf to d9e285b Compare March 16, 2023 21:47
@renovate renovate bot force-pushed the renovate/mongo_dart-0.x branch from d9e285b to fe9e006 Compare December 30, 2023 13:01
@renovate renovate bot changed the title Update dependency mongo_dart to ^0.9.0 Update dependency mongo_dart to ^0.10.0 Dec 30, 2023
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.

0 participants