Skip to content

Commit 4539078

Browse files
chore(main): release 1.9.0
1 parent ac71140 commit 4539078

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.8.3"
2+
".": "1.9.0"
33
}
44

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/googleapis/python-pubsublite/compare/v1.8.3...v1.9.0) (2023-12-10)
4+
5+
6+
### Features
7+
8+
* Add support for Python 3.12 ([#455](https://github.com/googleapis/python-pubsublite/issues/455)) ([e865cb3](https://github.com/googleapis/python-pubsublite/commit/e865cb341408c722f8f938c01a8ad863cef35cb7))
9+
* Introduce compatibility with native namespace packages ([#454](https://github.com/googleapis/python-pubsublite/issues/454)) ([e718522](https://github.com/googleapis/python-pubsublite/commit/e7185226a3287bd723d39d82d087214017efbeab))
10+
11+
12+
### Bug Fixes
13+
14+
* Use `retry_async` instead of `retry` in async client ([#458](https://github.com/googleapis/python-pubsublite/issues/458)) ([ac71140](https://github.com/googleapis/python-pubsublite/commit/ac71140be49d2fc70dad43b9200096f4efd33b89))
15+
16+
17+
### Documentation
18+
19+
* Minor formatting ([2681fb8](https://github.com/googleapis/python-pubsublite/commit/2681fb8707bb31c5eaeb43cbadba87915a4986bb))
20+
321
## [1.8.3](https://github.com/googleapis/python-pubsublite/compare/v1.8.2...v1.8.3) (2023-07-05)
422

523

google/cloud/pubsublite/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.8.3" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

google/cloud/pubsublite_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.6.0" # {x-release-please-version}
16+
__version__ = "1.9.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.pubsublite.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-pubsublite",
11-
"version": "0.1.0"
11+
"version": "1.9.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)