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 cloud_firestore to v4 #29

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 20, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cloud_firestore (source) dependencies major ^2.0.0 -> ^4.0.0

Release Notes

firebase/flutterfire (cloud_firestore)

v4.15.7

Compare Source

  • FIX(firestore): fix an issue that would cause FieldValue.increment to not work for big int (#​12426). (a776dec5)

v4.15.6

Compare Source

v4.15.5

Compare Source

  • FIX(firestore,web): Propagate FirebaseException properly, fix mergeFields bug, fix bytesLoaded different type under different conditions (#​12334). (fdde75b0)
  • FIX(firestore): expose AggregateField type to users (#​12305). (2b83defa)
  • FIX(firestore): cannot use not-in & in filters in the same query (#​12307). (e538338c)
  • FIX(firestore): aggregate query average() is null when collection is empty or collection doesn't exist or the property doesn't exist on docs (#​12304). (4d3b578d)

v4.15.4

Compare Source

  • FIX(firestore,web): fix an issue where nested object could be incorrectly decoded from JSObjects (#​12289). (991f5bd4)

v4.15.3

  • FIX(firestore,web): fix an issue where nested object could be incorrectly decoded from JSObjects (#​12272). (bd27d1d9)

v4.15.2

  • Update a dependency to the latest release.

v4.15.1

Compare Source

  • Update a dependency to the latest release.

v4.15.0

Compare Source

  • FIX(firestore): revert breaking change to where() API. null cannot be used for isEqualTo or isNotEqualTo in a query. (#​12164). (cff6f767)
  • FIX(firestore,web): update setSettings to allow usage of a up-to-date persistence on web (#​12041). (c9174334)
  • FEAT(firestore,web): migrate web to js_interop to be compatible with WASM (#​12169). (57ebd529)
  • DOCS: change old documentation links of packages in README files (#​12136). (24b9ac7e)

v4.14.0

Compare Source

  • FIX(firestore): transaction.get() should throw FirebaseException on exception. (#​12064). (3cfc5019)
  • FIX(firestore): export LoadBundleTaskState in cloud_firestore (#​12065). (97903034)
  • FEAT(firestore): add support for sum and average aggregated queries (#​11757). (82af6c2f)
  • FEAT: allow users to disable automatic host mapping (#​11962). (13c1ce33)

v4.13.6

Compare Source

  • FIX(firestore): revert changes to isLessThan, isLessThanOrEqualTo,isGreaterThan, isGreaterThanOrEqualTo & arrayContains. null is not valid.. (#​12017). (2712ea4e)

v4.13.5

Compare Source

  • Update a dependency to the latest release.

v4.13.4

Compare Source

  • Update a dependency to the latest release.

v4.13.3

Compare Source

  • Update a dependency to the latest release.

v4.13.2

Compare Source

  • FIX(firestore): allow null value to isEqualsTo & isNotEqualsTo in where() query (#​11896). (3ee59a7c)
  • FIX(firestore,web): fix being able to use normal where conditions and Filter.OR together (#​11891). (c8410acd)

v4.13.1

Compare Source

  • FIX(firestore,android): fix a race condition that could cause a crash when adding event channels while closing the app (#​11881). (963c1b8d)
  • FIX(firestore): ensure collectionGroup().count() aggregate query works (#​11850). (85e71293)

v4.13.0

Compare Source

  • FIX(firestore,ios): remove a warning that would be printed when using transactions (#​11783). (355ab9a5)
  • FEAT(windows): add platform logging for core, auth, firestore and storage (#​11790). (e7d428d1)

v4.12.2

Compare Source

  • FIX(firestore,android): cacheSizeBytes value cannot be null when setting persistenceEnabled (#​11794). (a10399eb)

v4.12.1

Compare Source

  • FIX(firestore,ios): fix freeze when doing a get in transactions when auth is also installed (#​11773). (180c0918)
  • FIX(firestore,android): fix hot reload freezing the app on Android (#​11776). (bd1ab457)

v4.12.0

Compare Source

v4.11.0

Compare Source

v4.10.0

Compare Source

v4.9.3

Compare Source

  • Update a dependency to the latest release.

v4.9.2

Compare Source

  • FIX(firestore): allow DocumentReference to be used to in Filter queries (#​11593). (3f570c6d)
  • FIX(firestore): Correct static property getter serverTimestampMap (#​11570). (251d15e9)

v4.9.1

Compare Source

v4.9.0

Compare Source

  • FEAT(firestore): add support for multiple database instances (#​11310). (ce6efcc1)

v4.8.5

Compare Source

  • FIX(firestore): allow FieldPath.documentId as a field argument in queries (#​11443). (4e01a9d8)

v4.8.4

Compare Source

  • FIX(firestore): remove assertion for arrayContainsAny & whereIn query combined (#​11342). (199e1fc4)

v4.8.3

Compare Source

  • FIX(firestore): allow 30 conjunctive & disjunctive queries for "in" & "array-contains-any" via where() API (#​11265). (f5477b1a)
  • FIX: null check error when using withConverter and returning null from fromFirestore (#​11224). (4dd0f3f0)
  • FIX(firestore): allow up to 30 Filter queries within Filter.or() & Filter.and() (#​11140). (e1f0064d)

v4.8.2

Compare Source

  • FIX(firestore,apple): issue where setting persistence caused a crash. kFIRFirestoreCacheSizeUnlimited no longer usable. (#​11174). (536cbf07)

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

  • FIX(firestore): fix emulator reload on Flutter 3.10 (#​10965). (f099eb0b)
  • FIX(firestore,ios): tentative fix for a crash that could occur during Snapshot serialization (#​10728). (2f4ba33a)

v4.7.0

Compare Source

  • FEAT: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#​10946). (2772d10f)
  • FEAT: update librairies to be compatible with Flutter 3.10.0 (#​10944). (e1f5a5ea)

v4.6.0

Compare Source

v4.5.3

Compare Source

  • FIX(firestore,ios): clean up event listeners on engine detach only (#​10579). (0ac13b6f)

v4.5.2

Compare Source

  • Update a dependency to the latest release.

v4.5.1

Compare Source

  • FIX(firestore): ensure all index URLs are captured and passed to the user (#​10674). (9800435a)

v4.5.0

Compare Source

v4.4.5

Compare Source

  • Update a dependency to the latest release.

v4.4.4

Compare Source

  • Update a dependency to the latest release.

v4.4.3

Compare Source

  • Update a dependency to the latest release.

v4.4.2

Compare Source

  • Update a dependency to the latest release.

v4.4.1

Compare Source

  • Update a dependency to the latest release.

v4.4.0

Compare Source

v4.3.2

Compare Source

  • REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#​10344). (e0087c84)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10391). (2929ac9d)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10370). (6da87036)
  • FIX: startAfterDocument could throw when used with a DocumentReference (#​10339). (8224acbe)

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

  • FEAT: setIndexConfigurationFromJSON() API. Allow users to pass JSON string (#​10029). (be4b42b1)

v4.1.0

Compare Source

v4.0.5

Compare Source

  • Update a dependency to the latest release.

v4.0.4

Compare Source

  • FIX: fix aggregated count to use the current query and not only the collection on Web (#​9824). (ada39355)

v4.0.3

Compare Source

  • REFACTOR: add verify to QueryPlatform and change internal verifyToken API to verify (#​9711). (c99a842f)

v4.0.2

Compare Source

  • Update a dependency to the latest release.

v4.0.1

Compare Source

  • Update a dependency to the latest release.

v4.0.0

Compare Source

Note: This release has breaking changes.

v3.5.1

Compare Source

  • FIX: fix a query error in Flutter Web that was affecting the parsing of ancient dates (#​9633). (9250d45f)

v3.5.0

Compare Source

v3.4.9

Compare Source

  • Update a dependency to the latest release.

v3.4.8

Compare Source

  • FIX: fix queryGet() & namedQueryGet(). Check if query is [NSNull null] value (#​9410). (ae035fe2)

v3.4.7

Compare Source

  • Update a dependency to the latest release.

v3.4.6

Compare Source

  • Update a dependency to the latest release.

v3.4.5

Compare Source

  • Update a dependency to the latest release.

v3.4.4

Compare Source

  • FIX: stop FirebaseError appearing in console on hot restart & hot refresh (#​9321). (4ba0ff9d)

v3.4.3

Compare Source

  • Update a dependency to the latest release.

v3.4.2

Compare Source

  • Update a dependency to the latest release.

v3.4.1

Compare Source

  • Update a dependency to the latest release.

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.1

Compare Source

  • FIX: bump firebase_core_platform_interface version to fix previous release. (bea70ea5)

v3.2.0

Compare Source

v3.1.18

Compare Source

  • REFACTOR: use firebase.google.com link for homepage in pubspec.yaml (#​8724). (fd3f3102)
  • REFACTOR: migrate from hash* to Object.hash* (#​8797). (3dfc0997)
  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#​8791). (d90b8357)

v3.1.17

Compare Source

  • Update a dependency to the latest release.

v3.1.16

Compare Source

  • REFACTOR: remove deprecated Tasks.call for android and replace with TaskCompletionSource. (#​8522). (45e27201)

v3.1.15

  • Update a dependency to the latest release.

v3.1.14

  • Update a dependency to the latest release.

v3.1.13

Compare Source

  • Update a dependency to the latest release.

v3.1.12

Compare Source

  • Update a dependency to the latest release.

v3.1.11

Compare Source

  • REFACTOR: recreate ios, android, web and macOS folders for example app (#​8255). (cdae0613)
  • DOCS: Fix method name typo in code documentation (#​8291). (7b4e06db)

v3.1.10

Compare Source

  • FIX: update all Dart SDK version constraints to Dart >= 2.16.0 (#​8184). (df4a5bab)

v3.1.9

Compare Source

  • Update a dependency to the latest release.

v3.1.8

Compare Source

  • Update a dependency to the latest release.

v3.1.7

Compare Source

  • FIX: Fix Android Firestore transaction crash when running in background caused by null Activity. (#​7627). (8d60d474)

v3.1.6

Compare Source

  • Update a dependency to the latest release.

v3.1.5

Compare Source

  • REFACTOR: fix all unnecessary_import analyzer issues introduced with Flutter 2.8. (7f0e82c9)

v3.1.4

Compare Source

  • Update a dependency to the latest release.

v3.1.3

Compare Source

  • DOCS: update firestore dartpad example.

v3.1.2

Compare Source

  • Update a dependency to the latest release.

v3.1.1

Compare Source

  • REFACTOR: use firebase.google.com link for homepage in pubspec.yaml (#​8724). (fd3f3102)
  • REFACTOR: migrate from hash* to Object.hash* (#​8797). (3dfc0997)
  • REFACTOR: use "firebase" instead of "FirebaseExtended" as organisation in all links for this repository (#​8791). (d90b8357)

v3.1.0

Compare Source

  • FEAT: support initializing default FirebaseApp instances from Dart (#​6549).

v3.0.0

Compare Source

Note: This release has breaking changes.

  • BREAKING FEAT: update Android minSdk version to 19 as this is required by Firebase Android SDK 29.0.0 (#​7298).

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.

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.

None yet

0 participants