Changelog of @hackage/google-cloud-pubsub 1.1.0.0

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[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