UNPKG

13.5 kBMarkdownView Raw
1# @firebase/functions
2
3## 0.8.8
4
5### Patch Changes
6
7- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.
8
9- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
10 - @firebase/app-check-interop-types@0.1.1
11 - @firebase/auth-interop-types@0.1.7
12 - @firebase/component@0.5.21
13 - @firebase/messaging-interop-types@0.1.1
14 - @firebase/util@1.7.3
15
16## 0.8.7
17
18### Patch Changes
19
20- Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
21 - @firebase/util@1.7.2
22 - @firebase/component@0.5.20
23
24## 0.8.6
25
26### Patch Changes
27
28- [`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561) [#6673](https://github.com/firebase/firebase-js-sdk/pull/6673) - Handle IPv6 addresses in emulator autoinit.
29
30- Updated dependencies [[`171b78b76`](https://github.com/firebase/firebase-js-sdk/commit/171b78b762826a640d267dd4dd172ad9459c4561), [`29d034072`](https://github.com/firebase/firebase-js-sdk/commit/29d034072c20af394ce384e42aa10a37d5dfcb18)]:
31 - @firebase/util@1.7.1
32 - @firebase/component@0.5.19
33
34## 0.8.5
35
36### Patch Changes
37
38- [`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4) [#6526](https://github.com/firebase/firebase-js-sdk/pull/6526) - Add functionality to auto-initialize project config and emulator settings from global defaults provided by framework tooling.
39
40- Updated dependencies [[`fdd4ab464`](https://github.com/firebase/firebase-js-sdk/commit/fdd4ab464b59a107bdcc195df3f01e32efd89ed4)]:
41 - @firebase/util@1.7.0
42 - @firebase/component@0.5.18
43
44## 0.8.4
45
46### Patch Changes
47
48- [`e673dc808`](https://github.com/firebase/firebase-js-sdk/commit/e673dc808adc14baa499c4ecc31fdb82b1ff0757) [#6344](https://github.com/firebase/firebase-js-sdk/pull/6344) (fixes [#6281](https://github.com/firebase/firebase-js-sdk/issues/6281)) - Update public `FunctionsErrorCode` type to include "functions/" prefix.
49
50- Updated dependencies [[`b12af44a5`](https://github.com/firebase/firebase-js-sdk/commit/b12af44a5c7500e1192d6cc1a4afc4d77efadbaf)]:
51 - @firebase/util@1.6.3
52 - @firebase/component@0.5.17
53
54## 0.8.3
55
56### Patch Changes
57
58- Updated dependencies [[`efe2000fc`](https://github.com/firebase/firebase-js-sdk/commit/efe2000fc499e2c85c4e5e0fef6741ff3bad2eb0)]:
59 - @firebase/util@1.6.2
60 - @firebase/component@0.5.16
61
62## 0.8.2
63
64### Patch Changes
65
66- [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
67
68- Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
69 - @firebase/component@0.5.15
70 - @firebase/util@1.6.1
71
72## 0.8.1
73
74### Patch Changes
75
76- Updated dependencies [[`9c5c9c36d`](https://github.com/firebase/firebase-js-sdk/commit/9c5c9c36da80b98b73cfd60ef2e2965087e9f801)]:
77 - @firebase/util@1.6.0
78 - @firebase/component@0.5.14
79
80## 0.8.0
81
82### Minor Changes
83
84- [`c69c6898a`](https://github.com/firebase/firebase-js-sdk/commit/c69c6898a3d14ddcc6c6cafd3a219064b500c4f6) [#6162](https://github.com/firebase/firebase-js-sdk/pull/6162) - Add `httpsCallableFromURL()`, which calls a callable function using its url.
85
86## 0.7.11
87
88### Patch Changes
89
90- Updated dependencies [[`e9e5f6b3c`](https://github.com/firebase/firebase-js-sdk/commit/e9e5f6b3ca9d61323b22f87986d9959f5297ec59)]:
91 - @firebase/util@1.5.2
92 - @firebase/component@0.5.13
93
94## 0.7.10
95
96### Patch Changes
97
98- Updated dependencies [[`3198d58dc`](https://github.com/firebase/firebase-js-sdk/commit/3198d58dcedbf7583914dbcc76984f6f7df8d2ef)]:
99 - @firebase/util@1.5.1
100 - @firebase/component@0.5.12
101
102## 0.7.9
103
104### Patch Changes
105
106- Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03)]:
107 - @firebase/util@1.5.0
108 - @firebase/component@0.5.11
109
110## 0.7.8
111
112### Patch Changes
113
114- [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
115
116## 0.7.7
117
118### Patch Changes
119
120- Updated dependencies [[`3b481f572`](https://github.com/firebase/firebase-js-sdk/commit/3b481f572456e1eab3435bfc25717770d95a8c49)]:
121 - @firebase/util@1.4.3
122 - @firebase/component@0.5.10
123
124## 0.7.6
125
126### Patch Changes
127
128- [`3b338dbd8`](https://github.com/firebase/firebase-js-sdk/commit/3b338dbd8cdfdc73267cd052b1852a1358b05eaf) [#5701](https://github.com/firebase/firebase-js-sdk/pull/5701) (fixes [#5692](https://github.com/firebase/firebase-js-sdk/issues/5692)) - Clear pending timeout after promise.race. It allows the process to exit immediately in case the SDK is used in Node.js, otherwise the process will wait for the timeout to finish before exiting.
129
130## 0.7.5
131
132### Patch Changes
133
134- [`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a) [#5708](https://github.com/firebase/firebase-js-sdk/pull/5708) (fixes [#1487](https://github.com/firebase/firebase-js-sdk/issues/1487)) - Update build scripts to work with the exports field
135
136- Updated dependencies [[`3281315fa`](https://github.com/firebase/firebase-js-sdk/commit/3281315fae9c6f535f9d5052ee17d60861ea569a)]:
137 - @firebase/component@0.5.9
138 - @firebase/util@1.4.2
139
140## 0.7.4
141
142### Patch Changes
143
144- [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages
145
146- Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684)]:
147 - @firebase/component@0.5.8
148 - @firebase/util@1.4.1
149
150## 0.7.3
151
152### Patch Changes
153
154- [`93795c780`](https://github.com/firebase/firebase-js-sdk/commit/93795c7801d6b28ccbbe5855fd2f3fc377b1db5f) [#5596](https://github.com/firebase/firebase-js-sdk/pull/5596) - report build variants for packages
155
156## 0.7.2
157
158### Patch Changes
159
160- Updated dependencies [[`a99943fe3`](https://github.com/firebase/firebase-js-sdk/commit/a99943fe3bd5279761aa29d138ec91272b06df39), [`b835b4cba`](https://github.com/firebase/firebase-js-sdk/commit/b835b4cbabc4b7b180ae38b908c49205ce31a422)]:
161 - @firebase/util@1.4.0
162 - @firebase/component@0.5.7
163
164## 0.7.1
165
166### Patch Changes
167
168- [`deda8cd85`](https://github.com/firebase/firebase-js-sdk/commit/deda8cd85e365c36b657dbe8a233b16bcf751ea7) [#5459](https://github.com/firebase/firebase-js-sdk/pull/5459) - Do not send App Check dummy token to functions endpoint.
169
170## 0.7.0
171
172### Minor Changes
173
174- [`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6) [#5345](https://github.com/firebase/firebase-js-sdk/pull/5345) (fixes [#5015](https://github.com/firebase/firebase-js-sdk/issues/5015)) - Release modularized SDKs
175
176### Patch Changes
177
178- Updated dependencies [[`cdada6c68`](https://github.com/firebase/firebase-js-sdk/commit/cdada6c68f9740d13dd6674bcb658e28e68253b6)]:
179 - @firebase/messaging-interop-types@0.1.0
180
181## 0.6.15
182
183### Patch Changes
184
185- Updated dependencies [[`bb6b5abff`](https://github.com/firebase/firebase-js-sdk/commit/bb6b5abff6f89ce9ec1bd66ff4e795a059a98eec)]:
186 - @firebase/component@0.5.6
187
188## 0.6.14
189
190### Patch Changes
191
192- Updated dependencies []:
193 - @firebase/component@0.5.5
194
195## 0.6.13
196
197### Patch Changes
198
199- Updated dependencies [[`56a6a9d4a`](https://github.com/firebase/firebase-js-sdk/commit/56a6a9d4af2766154584a0f66d3c4d8024d74ba5)]:
200 - @firebase/component@0.5.4
201
202## 0.6.12
203
204### Patch Changes
205
206- Updated dependencies [[`725ab4684`](https://github.com/firebase/firebase-js-sdk/commit/725ab4684ef0999a12f71e704c204a00fb030e5d)]:
207 - @firebase/component@0.5.3
208
209## 0.6.11
210
211### Patch Changes
212
213- Updated dependencies [[`4c4b6aed9`](https://github.com/firebase/firebase-js-sdk/commit/4c4b6aed9757c9a7e75fb698a15e53274f93880b)]:
214 - @firebase/component@0.5.2
215
216## 0.6.10
217
218### Patch Changes
219
220- [`92e4e8d29`](https://github.com/firebase/firebase-js-sdk/commit/92e4e8d2996c690837a203a868b0d26bf6e3ad84) [#4887](https://github.com/firebase/firebase-js-sdk/pull/4887) (fixes [#683](https://github.com/firebase/firebase-js-sdk/issues/683)) - Fix functions to convert Date objects to an ISO string instead of an empty object.
221
222- Updated dependencies [[`5fbc5fb01`](https://github.com/firebase/firebase-js-sdk/commit/5fbc5fb0140d7da980fd7ebbfbae810f8c64ae19)]:
223 - @firebase/component@0.5.1
224
225## 0.6.9
226
227### Patch Changes
228
229- [`997040ace`](https://github.com/firebase/firebase-js-sdk/commit/997040ace70de0891c9dea78b6da89e4886163b9) [#4924](https://github.com/firebase/firebase-js-sdk/pull/4924) - Fixed a bug in `httpsCallable()` when used in the same project as Firebase Messaging.
230
231## 0.6.8
232
233### Patch Changes
234
235- Updated dependencies [[`c34ac7a92`](https://github.com/firebase/firebase-js-sdk/commit/c34ac7a92a616915f38d192654db7770d81747ae)]:
236 - @firebase/component@0.5.0
237
238## 0.6.7
239
240### Patch Changes
241
242- Updated dependencies []:
243 - @firebase/component@0.4.1
244
245## 0.6.6
246
247### Patch Changes
248
249- Updated dependencies [[`f24d8961b`](https://github.com/firebase/firebase-js-sdk/commit/f24d8961b3b87821413297688803fc85113086b3)]:
250 - @firebase/component@0.4.0
251
252## 0.6.5
253
254### Patch Changes
255
256- Updated dependencies []:
257 - @firebase/component@0.3.1
258
259## 0.6.4
260
261### Patch Changes
262
263- [`5c1a83ed7`](https://github.com/firebase/firebase-js-sdk/commit/5c1a83ed70bae979322bd8751c0885d683ce4bf3) [#4595](https://github.com/firebase/firebase-js-sdk/pull/4595) - Component facotry now takes an options object. And added `Provider.initialize()` that can be used to pass an options object to the component factory.
264
265- Updated dependencies [[`5c1a83ed7`](https://github.com/firebase/firebase-js-sdk/commit/5c1a83ed70bae979322bd8751c0885d683ce4bf3)]:
266 - @firebase/component@0.3.0
267
268## 0.6.3
269
270### Patch Changes
271
272- Updated dependencies []:
273 - @firebase/component@0.2.1
274
275## 0.6.2
276
277### Patch Changes
278
279- Updated dependencies [[`6afe42613`](https://github.com/firebase/firebase-js-sdk/commit/6afe42613ed3d7a842d378dc1a09a795811db2ac)]:
280 - @firebase/component@0.2.0
281
282## 0.6.1
283
284### Patch Changes
285
286- Updated dependencies []:
287 - @firebase/component@0.1.21
288
289## 0.6.0
290
291### Minor Changes
292
293- [`0322c1bda`](https://github.com/firebase/firebase-js-sdk/commit/0322c1bda93b2885b995e3df2b63b48314546961) [#3906](https://github.com/firebase/firebase-js-sdk/pull/3906) - Add a useEmulator(host, port) method to Cloud Functions
294
295### Patch Changes
296
297- [`a5768b0aa`](https://github.com/firebase/firebase-js-sdk/commit/a5768b0aa7d7ce732279931aa436e988c9f36487) [#3932](https://github.com/firebase/firebase-js-sdk/pull/3932) - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.
298
299 Before this change
300
301 ```
302 import * as firebase from 'firebase/app';
303 ```
304
305 After this change
306
307 ```
308 import firebase from 'firebase/app';
309 ```
310
311- Updated dependencies [[`a5768b0aa`](https://github.com/firebase/firebase-js-sdk/commit/a5768b0aa7d7ce732279931aa436e988c9f36487), [`0322c1bda`](https://github.com/firebase/firebase-js-sdk/commit/0322c1bda93b2885b995e3df2b63b48314546961)]:
312 - @firebase/component@0.1.20
313 - @firebase/functions-types@0.4.0
314
315## 0.5.1
316
317### Patch Changes
318
319- [`b6b1fd95c`](https://github.com/firebase/firebase-js-sdk/commit/b6b1fd95cbeeabc38daa574ce7cf0b7dd34cf550) - Fixes a bug introduced in #3782 that causes callable functions to throw an error in browser extensions.
320
321## 0.5.0
322
323### Minor Changes
324
325- [`a6af7c279`](https://github.com/firebase/firebase-js-sdk/commit/a6af7c27925da47fa62ee3b7b0a267a272c52220) [#3825](https://github.com/firebase/firebase-js-sdk/pull/3825) - Allow setting a custom domain for callable Cloud Functions.
326
327## 0.4.51
328
329### Patch Changes
330
331- Updated dependencies [[`da1c7df79`](https://github.com/firebase/firebase-js-sdk/commit/da1c7df7982b08bbef82fcc8d93255f3e2d23cca)]:
332 - @firebase/component@0.1.19
333
334## 0.4.50
335
336### Patch Changes
337
338- Updated dependencies [[`29327b21`](https://github.com/firebase/firebase-js-sdk/commit/29327b2198391a9f1e545bcd1172a4b3e12a522c)]:
339 - @firebase/messaging-types@0.5.0
340 - @firebase/component@0.1.18
341
342## 0.4.49
343
344### Patch Changes
345
346- Updated dependencies []:
347 - @firebase/component@0.1.17
348
349## 0.4.48
350
351### Patch Changes
352
353- [`a754645e`](https://github.com/firebase/firebase-js-sdk/commit/a754645ec2be1b8c205f25f510196eee298b0d6e) [#3297](https://github.com/firebase/firebase-js-sdk/pull/3297) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency typescript to v3.9.5
354
355* [`bb740836`](https://github.com/firebase/firebase-js-sdk/commit/bb7408361519aa9a58c8256ae01914cf2830e118) [#3330](https://github.com/firebase/firebase-js-sdk/pull/3330) Thanks [@Feiyang1](https://github.com/Feiyang1)! - Clear timeout after a successful response or after the request is canceled. Fixes [issue 3289](https://github.com/firebase/firebase-js-sdk/issues/3289).
356
357* Updated dependencies [[`a754645e`](https://github.com/firebase/firebase-js-sdk/commit/a754645ec2be1b8c205f25f510196eee298b0d6e)]:
358 - @firebase/component@0.1.16
359
\No newline at end of file