Releases: firebase/firebase-functions-test
Releases · firebase/firebase-functions-test
v3.4.0
v3.3.0
v3.2.0
v3.1.1
v3.1.0
v3.0.0
BREAKING
- Drop support for Firebase Functions SDK v3 and below.
- Drop support for Firebase Admin SDK v7 and below.
v2.4.0
v2.3.0
v2.2.0
v2.1.0
Breaking Improvements
- Generated CloudEvents will use the user-provided Partial to infer other fields. #146
- For storage events, updating the Partial's
bucket
will update:data.bucket
- Parts of
source
,data.selfLink
,data.id
- For PubSub events, updating the Partial's
data.message.json
will:- generate a new base64 string for
data.message.data
- (But a user-provided
data.message.data
still takes priority)
- (But a user-provided
- generate a new base64 string for
- For storage events, updating the Partial's
Full list of Changes
- Update to README.md to include more samples #143
- Add top-level bucket field to Mock Storage CloudEvents #145
- Delete .travis.yml #120
- Add CI for firebase-functions-test #147
- Refactor MockCloudEvent generation to include user partial #146
- Unit tests for MockCloudEvent generation refactor #150
- Updated Dependencies