2020年2月20日木曜日

firebase-tools v7.9.0 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.9.0

  • Adds support for immutable params in ext:configure.
  • Fixes an issue where console.log() sometimes printed incorrectly (#1817)
  • Improved Firebase App Distribution binary uploading.

  • ext:configure で不変パラメーターのサポートを追加します。
  • console.log() が時々間違って表示される問題を修正しました。(#1817)
  • Firebase App Distributionバイナリアップロードを改善しました。

Written with StackEdit.

2020年1月22日水曜日

firebase-tools v7.8.1 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.8.1

  • Improved error handling when exporting users.
  • Fixes Firebase ext command and enables it to run without a project.
  • Fixes an issue where repeated invoations cause an EADDRINUSE error (#1815).

  • ユーザーのエクスポート時のエラー処理を改善しました。
  • Firebase の ext コマンドを修正し、プロジェクトなしで実行できるようにしました。
  • 繰り返し呼び出しが EADDRINUSE エラーを引き起こす問題を修正しました。(#1815)

Written with StackEdit.

2020年1月4日土曜日

firebase-tools v7.8.0 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.8.0

  • Fixes a bug where the Functions emulator ignored the “host” configuration (#1722)
  • Fixes a bug where the Functions emulator accepted requests to too many paths (#1773)
  • Modifies firebase ext:update to not perform update if the extension is already up to date.
  • Print Firebase Console links for Extensions after operations.
  • Updated Firebase Extensions registry address.
  • Adds the firebase init emulators command.
  • Adds a Cloud Pub/Sub Emulator (#1748).
  • Fixes a bug where the Firestore emulator was unable to serve rule coverage HTML reports.
  • Fixes a bug in the Firestore emulator where rapidly overwriting the same document could trigger exceptions.

  • Functions エミュレーターが "host" の構成を無視するバグを修正しました。(#1722)
  • Functions エミュレーターがあまりにも多くのパスへのリクエストを受け入れていたバグを修正しました。(#1773)
  • 拡張機能が既に最新の場合、更新を実行しないようにfirebase ext:updateを変更しました。
  • 操作後に Extensions の Firebase Console リンクを印刷します。
  • Firebase Extensions レジストリアドレスを更新しました。
  • firebase init emulatorsコマンドを追加しました。
  • Cloud Pub / Subエミュレーターを追加しました。(#1748)
  • Firestore エミュレーターがルールカバレッジHTMLレポートを提供できなかったバグを修正します。
  • 同じドキュメントをすばやく上書きすると例外が発生する可能性があった Firestore エミュレータのバグを修正しました。

Written with StackEdit.

2020年1月1日水曜日

firebase-tools v7.7.0 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.7.0

  • Fixed an issue in Firestore Emulator where batchGet and transactions does not work over REST.
  • Make additional setIamPolicy call when creating HTTP functions to ensure they continue to be publicly available.
  • Prevent duplicate rulesets from being created.

  • batchGet とトランザクションがRESTで機能しないFirestore Emulatorの問題を修正しました。
  • HTTP Functionsを作成するときに追加の setIamPolicy 呼び出しを行って、それらが引き続き公開されていることを確認します。
  • 重複するルールセットが作成されないようにします。

Written with StackEdit.

2019年12月24日火曜日

firebase-tools v7.6.2 release note 和訳

※翻訳勉強中のため、間違っている可能性があります。


https://github.com/firebase/firebase-tools/releases/tag/v7.6.2

  • Fixes a bug where rounds=0 was accepted for SHA1 hashes (#1617).
  • Allows support for using \n in the --releaseNotes option of the appdistribution:distribute command (#1739).
  • Specifies schema version when dealing with IAM Policies related to Extensions.
  • Functions emulator now re-uses workers to avoid running global code on each execution (#1353).
  • Improves error handling of unreachable regions for Cloud Functions deploys.

  • SHA1ハッシュで rounds=0 が受け入れられていたバグを修正しました。(#1617)
  • appdistribution:distribute コマンドの --releaseNotes オプションで \n の使用をサポートします。(#1739)
  • 拡張機能に関連するIAMポリシーを扱うときにスキーマバージョンを指定します。
  • Functionsエミュレーターは、実行ごとにグローバルコードを実行しないようにワーカーを再利用します。(#1353)
  • Cloud Functionsデプロイの到達不能領域のエラー処理を改善します。

Written with StackEdit.