- Dropped support for Go 1.9 and 1.10. The Admin SDK for Go now requires Go 1.11 or higher. Thanks [shogo82148](https://github.com/shogo82148) for the [contribution](https://github.com/firebase/firebase-admin-go/pull/294).
Firebase Auth
- Added a new `IsInvalidEmail()` error checking function. Thanks [shogo82148](https://github.com/shogo82148) for the [contribution](https://github.com/firebase/firebase-admin-go/pull/299).
- Added `auth.TenantManager` API for creating, updating, retrieving, and deleting authentication tenants.
- Added `auth.TenantClient` API for managing users, configuring SAML/OIDC providers, and generating email action links for specific tenants.
Firebase Cloud Messaging
- Batch messaging APIs `SendAll()` and `SendMulticast()` now support sending up to 500 messages in a single call.