packages feed

google-cloud-pubsub-1.1.0.0: CHANGELOG.md

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.0.0] - 2025-01-27

## 1.1.0.0 - 2025-09-11

- Synchronized version bump for v1.1.0.0 release.

### Added
- Initial release of google-cloud-pubsub
- Topic operations:
  - Create topics
  - Delete topics
  - Publish messages to topics
- Subscription operations:
  - Create subscriptions
  - Delete subscriptions
  - Acknowledge messages
  - Modify acknowledgment deadlines
  - Pull messages from subscriptions
- Comprehensive data types for Pub/Sub entities
- Integration with google-cloud-common for authentication