Skip to content

Commit 869a86f

Browse files
authored
Update CHANGELOG for v2.1.0 (#149)
* Update CHANGELOG for v2.1.0
1 parent 50f76a9 commit 869a86f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Breaking Improvements
2+
3+
- Generated CloudEvents will use the user-provided Partial<CloudEvent> to infer other fields. #146
4+
- For storage events, updating the Partial's `bucket` will update:
5+
- `data.bucket`
6+
- Parts of `source`, `data.selfLink`, `data.id`
7+
- For PubSub events, updating the Partial's `data.message.json` will:
8+
- generate a new base64 string for `data.message.data`
9+
- (But a user-provided `data.message.data` still takes priority)
10+
11+
## Full list of Changes
12+
- Update to README.md to include more samples #143
13+
- Add top-level bucket field to Mock Storage CloudEvents #145
14+
- Delete .travis.yml #120
15+
- Add CI for firebase-functions-test #147
16+
- Refactor MockCloudEvent generation to include user partial #146
17+
- Unit tests for MockCloudEvent generation refactor #150
18+
- Updated Dependencies
19+
- Bump plist from 3.0.1 to 3.0.5 #132
20+
- Bump minimist from 1.2.5 to 1.2.6 #129
21+
- Bump path-parse from 1.0.6 to 1.0.7 #115
22+
- Bump pathval from 1.1.0 to 1.1.1 #127
23+
- Bump glob-parent from 5.1.1 to 5.1.2 #103
24+
- Bump ws from 7.3.1 to 7.5.7 #133

0 commit comments

Comments
 (0)