Skip to content

Commit 05fa76a

Browse files
authored
docs(CHANGELOG): update v16 release notes
Meant to patch these up after the broken release process from v15.7.1/v16.0.0 but missed it!
1 parent b2670ea commit 05fa76a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
3636

3737
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
3838

39+
## Features
40+
41+
- use firebase-ios-adk 10.0.0
42+
- use firease-android-sdk 31.0.0
43+
- implement new [Firestore AggregateQueries](https://firebase.google.com/docs/firestore/solutions/aggregation) and support [new `count()` feature](https://firebase.google.com/docs/firestore/query-data/aggregation-queries)
44+
3945
### ⚠ BREAKING CHANGES
4046

41-
- fix release version change type resolution
47+
- **increase in minimum iOS target version to 11.0 and macOS version to 10.13**, stay on v15.7.0 if you must support older Apple platforms
48+
49+
### KNOWN ISSUES
50+
51+
- storage getDownloadURL has an upstream issue on iOS + storage emulator; either use Android, or use cloud storage, or stay on v15.7.0 until firebase-ios-sdk 10.1.0+ is released with the fix
4252

4353
### release
4454

0 commit comments

Comments
 (0)