diff --git a/.changeset/clean-toes-pump.md b/.changeset/clean-toes-pump.md deleted file mode 100644 index 39a4f026ebc..00000000000 --- a/.changeset/clean-toes-pump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@firebase/auth': minor -'firebase': minor ---- - -Add ability to configure the SDK to communicate with the Firebase Auth emulator. diff --git a/.changeset/early-elephants-learn.md b/.changeset/early-elephants-learn.md deleted file mode 100644 index ea5a46dba36..00000000000 --- a/.changeset/early-elephants-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@firebase/auth": patch ---- - -Add a validation for useEmulator URL. diff --git a/.changeset/long-hornets-scream.md b/.changeset/long-hornets-scream.md deleted file mode 100644 index 2f924345426..00000000000 --- a/.changeset/long-hornets-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@firebase/firestore": patch ---- - -Fixed a potential issue in our internal queue that could have allowed API calls to be executed out of order. diff --git a/.changeset/ninety-kings-agree.md b/.changeset/ninety-kings-agree.md deleted file mode 100644 index ae4c82cb62a..00000000000 --- a/.changeset/ninety-kings-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@firebase/rules-unit-testing': patch ---- - -Do not delete uid property from user auth object in initializeTestApp() diff --git a/.changeset/silent-brooms-search.md b/.changeset/silent-brooms-search.md deleted file mode 100644 index 62880897ece..00000000000 --- a/.changeset/silent-brooms-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@firebase/rules-unit-testing': patch ---- - -Fix custom claims in rules-unit-testing diff --git a/.changeset/yellow-turkeys-lay.md b/.changeset/yellow-turkeys-lay.md deleted file mode 100644 index 553104f2e9b..00000000000 --- a/.changeset/yellow-turkeys-lay.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@firebase/firestore-types": minor -"@firebase/firestore": minor -"@firebase/webchannel-wrapper": minor -"firebase": minor ---- - -Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When -enabled, the SDK's underlying transport (WebChannel) automatically detects if -long-polling should be used. This is very similar to -`experimentalForceLongPolling`, but only uses long-polling if required. diff --git a/integration/firebase/package.json b/integration/firebase/package.json index e378e02d9a5..b40ff02e341 100644 --- a/integration/firebase/package.json +++ b/integration/firebase/package.json @@ -7,7 +7,7 @@ "test:ci": "node ../../scripts/run_tests_in_ci.js -s test" }, "devDependencies": { - "firebase": "7.23.0", + "firebase": "7.24.0", "@babel/core": "7.11.6", "@babel/preset-env": "7.11.5", "@types/chai": "4.2.13", diff --git a/integration/firestore/package.json b/integration/firestore/package.json index 547ec7346c9..77fbf5701c6 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@firebase/app": "0.6.11", - "@firebase/firestore": "1.17.3", + "@firebase/firestore": "1.18.0", "@types/mocha": "7.0.2", "gulp": "4.0.2", "gulp-filter": "6.0.0", diff --git a/integration/messaging/package.json b/integration/messaging/package.json index 103488733d2..68bf6dce297 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -9,7 +9,7 @@ "test:manual": "mocha --exit" }, "devDependencies": { - "firebase": "7.23.0", + "firebase": "7.24.0", "chai": "4.2.0", "chromedriver": "86.0.0", "express": "4.17.1", diff --git a/packages-exp/firebase-exp/package.json b/packages-exp/firebase-exp/package.json index 88678fb7116..4497de8be78 100644 --- a/packages-exp/firebase-exp/package.json +++ b/packages-exp/firebase-exp/package.json @@ -40,7 +40,7 @@ "@firebase/app-exp": "0.0.800", "@firebase/app-compat": "0.0.800", "@firebase/functions-exp": "0.0.800", - "@firebase/firestore": "1.17.3", + "@firebase/firestore": "1.18.0", "@firebase/performance-exp": "0.0.800" }, "devDependencies": { diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index df0a0a989f3..c3fef26d628 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @firebase/auth +## 0.15.0 + +### Minor Changes + +- [`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312) [#3810](https://github.com/firebase/firebase-js-sdk/pull/3810) - Add ability to configure the SDK to communicate with the Firebase Auth emulator. + +### Patch Changes + +- [`916770f3c`](https://github.com/firebase/firebase-js-sdk/commit/916770f3cfc0ca9eae92fbf33558b7175cf2cf78) [#3934](https://github.com/firebase/firebase-js-sdk/pull/3934) - Add a validation for useEmulator URL. + ## 0.14.9 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 1450c58ac43..d79c43ef1ea 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/auth", - "version": "0.14.9", + "version": "0.15.0", "main": "dist/auth.js", "browser": "dist/auth.js", "module": "dist/auth.esm.js", diff --git a/packages/firebase/CHANGELOG.md b/packages/firebase/CHANGELOG.md index b366629d0bf..345b2c48cba 100644 --- a/packages/firebase/CHANGELOG.md +++ b/packages/firebase/CHANGELOG.md @@ -1,5 +1,22 @@ # firebase +## 7.24.0 + +### Minor Changes + +- [`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312) [#3810](https://github.com/firebase/firebase-js-sdk/pull/3810) - Add ability to configure the SDK to communicate with the Firebase Auth emulator. + +* [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When + enabled, the SDK's underlying transport (WebChannel) automatically detects if + long-polling should be used. This is very similar to + `experimentalForceLongPolling`, but only uses long-polling if required. + +### Patch Changes + +- Updated dependencies [[`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312), [`916770f3c`](https://github.com/firebase/firebase-js-sdk/commit/916770f3cfc0ca9eae92fbf33558b7175cf2cf78), [`2bea0a367`](https://github.com/firebase/firebase-js-sdk/commit/2bea0a367da8de06bae29e1459b7cbe3cdfde540), [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]: + - @firebase/auth@0.15.0 + - @firebase/firestore@1.18.0 + ## 7.23.0 ### Minor Changes diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 85191a5ac88..deb2991c0c5 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "7.23.0", + "version": "7.24.0", "description": "Firebase JavaScript library for web and Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", @@ -47,9 +47,9 @@ "dependencies": { "@firebase/app": "0.6.11", "@firebase/app-types": "0.6.1", - "@firebase/auth": "0.14.9", + "@firebase/auth": "0.15.0", "@firebase/database": "0.6.13", - "@firebase/firestore": "1.17.3", + "@firebase/firestore": "1.18.0", "@firebase/functions": "0.5.1", "@firebase/installations": "0.4.17", "@firebase/messaging": "0.7.1", diff --git a/packages/firestore-types/CHANGELOG.md b/packages/firestore-types/CHANGELOG.md index 313aee18907..db25a7fcddd 100644 --- a/packages/firestore-types/CHANGELOG.md +++ b/packages/firestore-types/CHANGELOG.md @@ -1,5 +1,14 @@ # @firebase/firestore-types +## 1.14.0 + +### Minor Changes + +- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When + enabled, the SDK's underlying transport (WebChannel) automatically detects if + long-polling should be used. This is very similar to + `experimentalForceLongPolling`, but only uses long-polling if required. + ## 1.13.0 ### Minor Changes diff --git a/packages/firestore-types/package.json b/packages/firestore-types/package.json index 06aa1bfbd5a..851dd0193f4 100644 --- a/packages/firestore-types/package.json +++ b/packages/firestore-types/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore-types", - "version": "1.13.0", + "version": "1.14.0", "description": "@firebase/firestore Types", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 6792854c154..fa7be50a23a 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -1,5 +1,22 @@ # @firebase/firestore +## 1.18.0 + +### Minor Changes + +- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When + enabled, the SDK's underlying transport (WebChannel) automatically detects if + long-polling should be used. This is very similar to + `experimentalForceLongPolling`, but only uses long-polling if required. + +### Patch Changes + +- [`2bea0a367`](https://github.com/firebase/firebase-js-sdk/commit/2bea0a367da8de06bae29e1459b7cbe3cdfde540) [#3919](https://github.com/firebase/firebase-js-sdk/pull/3919) - Fixed a potential issue in our internal queue that could have allowed API calls to be executed out of order. + +- Updated dependencies [[`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]: + - @firebase/firestore-types@1.14.0 + - @firebase/webchannel-wrapper@0.4.0 + ## 1.17.3 ### Patch Changes diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 66a77151472..e74b0f402b2 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/firestore", - "version": "1.17.3", + "version": "1.18.0", "engines": { "node": "^8.13.0 || >=10.10.0" }, @@ -61,10 +61,10 @@ ], "dependencies": { "@firebase/component": "0.1.19", - "@firebase/firestore-types": "1.13.0", + "@firebase/firestore-types": "1.14.0", "@firebase/logger": "0.2.6", "@firebase/util": "0.3.2", - "@firebase/webchannel-wrapper": "0.3.0", + "@firebase/webchannel-wrapper": "0.4.0", "@grpc/grpc-js": "^1.0.0", "@grpc/proto-loader": "^0.5.0", "node-fetch": "2.6.1", diff --git a/packages/rules-unit-testing/CHANGELOG.md b/packages/rules-unit-testing/CHANGELOG.md index ca92d611478..f250115b304 100644 --- a/packages/rules-unit-testing/CHANGELOG.md +++ b/packages/rules-unit-testing/CHANGELOG.md @@ -1,5 +1,16 @@ # @firebase/rules-unit-testing +## 1.0.8 + +### Patch Changes + +- [`cb28261e0`](https://github.com/firebase/firebase-js-sdk/commit/cb28261e0e3ef2f6a45badeb883888a6c0bdbed2) [#3923](https://github.com/firebase/firebase-js-sdk/pull/3923) (fixes [#3920](https://github.com/firebase/firebase-js-sdk/issues/3920)) - Do not delete uid property from user auth object in initializeTestApp() + +* [`fe0ae19a9`](https://github.com/firebase/firebase-js-sdk/commit/fe0ae19a91fca422bf071ca4dfc4737daf848c59) [#3915](https://github.com/firebase/firebase-js-sdk/pull/3915) - Fix custom claims in rules-unit-testing + +* Updated dependencies [[`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312), [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]: + - firebase@7.24.0 + ## 1.0.7 ### Patch Changes diff --git a/packages/rules-unit-testing/package.json b/packages/rules-unit-testing/package.json index a9f8308346b..0ad86ca4913 100644 --- a/packages/rules-unit-testing/package.json +++ b/packages/rules-unit-testing/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/rules-unit-testing", - "version": "1.0.7", + "version": "1.0.8", "description": "", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "dependencies": { - "firebase": "7.23.0", + "firebase": "7.24.0", "@firebase/logger": "0.2.6", "@firebase/util": "0.3.2", "request": "2.88.2" diff --git a/packages/rxfire/package.json b/packages/rxfire/package.json index 0a45c205068..2e5e22a6677 100644 --- a/packages/rxfire/package.json +++ b/packages/rxfire/package.json @@ -43,7 +43,7 @@ "rxjs": "6.x.x" }, "devDependencies": { - "firebase": "7.23.0", + "firebase": "7.24.0", "rollup": "2.29.0", "@rollup/plugin-commonjs": "15.1.0", "@rollup/plugin-node-resolve": "9.0.0", diff --git a/packages/storage/package.json b/packages/storage/package.json index cdffa3fe472..302e8ebdea5 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@firebase/app": "0.6.11", - "@firebase/auth": "0.14.9", + "@firebase/auth": "0.15.0", "rollup": "2.29.0", "rollup-plugin-typescript2": "0.27.3", "typescript": "4.0.2" diff --git a/packages/testing/package.json b/packages/testing/package.json index 7d12eb512de..21f8b62ab18 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "dependencies": { - "firebase": "7.23.0", + "firebase": "7.24.0", "@firebase/logger": "0.2.6", "@firebase/util": "0.3.2", "request": "2.88.2" diff --git a/packages/webchannel-wrapper/CHANGELOG.md b/packages/webchannel-wrapper/CHANGELOG.md index 8be9bada704..71751a05e4d 100644 --- a/packages/webchannel-wrapper/CHANGELOG.md +++ b/packages/webchannel-wrapper/CHANGELOG.md @@ -1,10 +1,18 @@ # @firebase/webchannel-wrapper -## 0.3.0 +## 0.4.0 + ### Minor Changes +- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When + enabled, the SDK's underlying transport (WebChannel) automatically detects if + long-polling should be used. This is very similar to + `experimentalForceLongPolling`, but only uses long-polling if required. +## 0.3.0 + +### Minor Changes -- [`7f0860a4`](https://github.com/firebase/firebase-js-sdk/commit/7f0860a4ced76da8492ae44d2267a2f1cc58eccb) [#3372](https://github.com/firebase/firebase-js-sdk/pull/3372) - Upgrade to the latest version of Google Closure Library and Compiler. This dependency will be +- [`7f0860a4`](https://github.com/firebase/firebase-js-sdk/commit/7f0860a4ced76da8492ae44d2267a2f1cc58eccb) [#3372](https://github.com/firebase/firebase-js-sdk/pull/3372) - Upgrade to the latest version of Google Closure Library and Compiler. This dependency will be necessary for future updates to the @firebase/firestore package. Developers will not need to make any changes to their code to handle this change. diff --git a/packages/webchannel-wrapper/package.json b/packages/webchannel-wrapper/package.json index 83a0df4ea97..72676c84956 100644 --- a/packages/webchannel-wrapper/package.json +++ b/packages/webchannel-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/webchannel-wrapper", - "version": "0.3.0", + "version": "0.4.0", "description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.js",