Changes
1.5.0 (2026-07-23)
Features
1.4.0 (2026-07-20)
Features
1.3.0 (2026-07-13)
Features
1.2.0 (2026-06-26)
Features
1.1.0 (2026-05-14)
Features
- update API sources and regenerate (#14581) (df96b2e)
1.0.0 (2026-05-08)
0.23.0 (2026-05-07)
Features
- update API sources and regenerate (#14537) (07fe29b)
0.22.0 (2026-04-30)
0.21.0 (2026-04-13)
0.20.0 (2026-04-09)
0.19.0 (2026-04-02)
0.18.0 (2026-02-05)
Features
- Addition of QuoteType enum, QuotedMessageSnapshot & ForwardMetadata in the QuotedMessageMetadata proto (611f239)
Documentation
- another bulk typo correction (#13527) (90a4f21)
- fix typo in README.md entries (#13526) (ac32b85)
0.17.0 (2025-12-18)
Features
- Add accessory widget support for private messages (ce62012)
- Add app authorization support to space APIs (ce62012)
- Addition of GMAIL_MESSAGE value for RichLinkType enum in the RichLinkMetadata proto (ce62012)
Documentation
- Improve documentation of attachment.proto, event_payload.proto and space.proto (ce62012)
0.16.0 (2025-11-06)
Features
- add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting (612e608)
Documentation
- Update field documentations for space.proto and membership.proto (612e608)
0.15.1 (2025-09-04)
Bug Fixes
- chat: Changed field behavior for an existing field last_update_time in message .google.chat.v1.QuotedMessageMetadata (51583bd)
- chat: Changed field behavior for an existing field name in message .google.chat.v1.QuotedMessageMetadata (51583bd)
Documentation
- chat: A comment for field customer in message .google.chat.v1.Space is changed (51583bd)
- chat: A comment for field last_update_time in message .google.chat.v1.QuotedMessageMetadata is changed (51583bd)
- chat: A comment for field name in message .google.chat.v1.QuotedMessageMetadata is changed (51583bd)
- chat: A comment for field quoted_message_metadata in message .google.chat.v1.Message is changed (51583bd)
- chat: A comment for field update_mask in message .google.chat.v1.UpdateMessageRequest is changed (51583bd)
- chat: A comment for message QuotedMessageMetadata is changed (51583bd)
0.15.0 (2025-07-31)
Features
- chat: Addition of app auth support for chat api (#12611) (c574e28)
Documentation
- chat: Update reference documentation for createSpace,updateSpace,deleteSpace,createMembership,updateMembership,deleteMembership and the newly added field -customer- in space.proto (c574e28)
0.14.0 (2025-07-23)
Features
- chat: Exposing 1p integration message content (drive, calendar, huddle, meet chips) (#12589) (ac4970b)
Documentation
- chat: Update reference documentation for annotations. Introduce new richlink metadata types (ac4970b)
0.13.1 (2025-06-04)
Bug Fixes
- chat: Fix: upgrade gRPC service registration func (6a871e0)
0.13.0 (2025-05-06)
Features
- chat: A new method
customEmojis.create is added (2f22244) - chat: A new method
customEmojis.delete is added (2f22244) - chat: A new method
customEmojis.get is added (2f22244) - chat: A new method
customEmojis.list is added (2f22244)
Documentation
- chat: A comment for field
filter in message .google.chat.v1.ListReactionsRequest is changed (2f22244) - chat: A comment for message
CustomEmoji is changed (2f22244)
0.12.2 (2025-04-15)
Bug Fixes
- chat: Update google.golang.org/api to 0.229.0 (3319672)
0.12.1 (2025-03-13)
Bug Fixes
- chat: Update golang.org/x/net to 0.37.0 (1144978)
0.12.0 (2025-03-12)
Features
- chat: Addition of space notification setting Chat API (dd0d1d7)
0.11.0 (2025-02-20)
Features
- chat: Add DeletionType.SPACE_MEMBER. This is returned when a message sent by an app is deleted by a human in a space (#11600) (c08d347)
0.10.1 (2025-02-12)
Documentation
- chat: Update Google chat app command documentation (#11581) (93b6495)
0.10.0 (2025-01-30)
Features
- chat: A new field
custom_emoji_metadata is added to message .google.chat.v1.Annotation (de5ca9d) - chat: A new message
CustomEmojiMetadata is added (de5ca9d) - chat: A new value
CUSTOM_EMOJI is added to enum AnnotationType (de5ca9d)
Documentation
- chat: A comment for field
custom_emoji in message .google.chat.v1.Emoji is changed (de5ca9d) - chat: A comment for method
CreateReaction in service ChatService is changed (de5ca9d) - chat: A comment for method
DeleteReaction in service ChatService is changed (de5ca9d)
0.9.1 (2025-01-02)
Bug Fixes
- chat: Update golang.org/x/net to v0.33.0 (e9b0b69)
0.9.0 (2024-12-11)
Features
- chat: Add missing field annotations in space.proto, message.proto, reaction.proto, space_event.proto, membership.proto, attachment.proto (#11246) (ca8d4c3)
0.8.0 (2024-12-04)
Features
- chat: Chat Apps can now retrieve the import mode expire time information to know when to complete the import mode properly (191a664)
Documentation
- chat: Update reference documentation to include import_mode_expire_time field (191a664)
0.7.1 (2024-10-23)
Bug Fixes
- chat: Update google.golang.org/api to v0.203.0 (8bb87d5)
- chat: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. (8bb87d5)
0.7.0 (2024-10-09)
Features
- chat: Add doc for import mode external users support (78d8513)
- chat: Add doc for permission settings & announcement space support (78d8513)
Documentation
- chat: Discoverable space docs improvement (78d8513)
- chat: Memberships API dev docs improvement (78d8513)
- chat: Messages API dev docs improvement (78d8513)
0.6.0 (2024-09-19)
Features
- chat: If you're a domain administrator or a delegated administrator, you can now include the
useAdminAccess parameter when you call the Chat API with your administrator privileges with the following methods to manage Chat spaces and memberships... (#10858) (b45d2ee)
Documentation
- chat: A comment for field
filter in message .google.chat.v1.ListMembershipsRequest is updated to support != operator (b45d2ee)
0.5.0 (2024-09-12)
Features
- chat: Add CHAT_SPACE link type support for GA launch (2d5a9f9)
Bug Fixes
0.4.0 (2024-08-20)
Features
- chat: Add support for Go 1.23 iterators (84461c0)
0.3.1 (2024-08-08)
Bug Fixes
- chat: Update google.golang.org/api to v0.191.0 (5b32644)
0.3.0 (2024-07-24)
Features
- chat: Add GetSpaceEvent and ListSpaceEvents APIs (#10540) (432de64)
Bug Fixes
- chat: Update dependencies (257c40b)
0.2.0 (2024-07-10)
Features
- chat: Add doc for Discoverable Space support for GA launch (#10505) (a187451)
Bug Fixes
Documentation
- chat: Update resource naming formats (a187451)
0.1.3 (2024-07-01)
Bug Fixes
Documentation
- chat: Update doc for
CreateMembership in service ChatService to support group members (eec7a3b) - chat: Update doc for
SetUpSpace in service ChatService to support group members (eec7a3b) - chat: Update doc for field
group_member in message google.chat.v1.Membership (eec7a3b)
0.1.2 (2024-06-26)
Bug Fixes
- chat: Enable new auth lib (b95805f)
0.1.1 (2024-05-16)
Documentation
- chat: Update Chat API comments (292e812)
0.1.0 (2024-05-01)
Features
- chat: Add Chat read state APIs (1d757c6)
- chat: Add UpdateMembership API (1d757c6)
Documentation
- chat: Chat API documentation update (1d757c6)
Changes