- Fix the __name__normalization of vector indexes for Firestore standard
 edition databases.
- Fixed an issue where the emulator would fail to start when using firebase-functionsv7+ (#9401).
- Added functions.list_functionsas a MCP tool (#9369)
- Added AI Logic to firebase initCLI command andfirebase_initMCP tool. (#9185)
- Improved error messages for Firebase AI Logic provisioning during 'firebase init' (#9377)
- Fixed issue where 'init hosting' failed to prompt for the public directory and set up Hosting files (#9403)
- Added appdistribution:testcases:exportandappdistribution:testcases:import(#9397)
- Updated to v2.16.0 of the Data Connect emulator, which includes internal improvements.
- Data Connect now allows executing a valid query / operation even if the other operations are invalid. (This toleration provides convenience on a best-effort basis. Some errors like invalid syntax can still cause the whole request to be rejected.)
- Fixed enum list deserialization in Data Connect generated Dart SDKs.
- Added GraphQL __typenamesupport in Data Connect.
- Support enum values in Data Connect CEL expressions.
- Support _id, a global ID field in Data Connect.
- Updated to v0.8.17 of the Pub/Sub emulator, which includes vulnerability fixes.