File tree Expand file tree Collapse file tree 9 files changed +39
-20
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1 Expand file tree Collapse file tree 9 files changed +39
-20
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 1.108.1] ( https://www.github.com/googleapis/java-pubsub/compare/v1.108.0...v1.108.1 ) (2020-08-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * add header providers to PublisherStubSettings ([ #294 ] ( https://www.github.com/googleapis/java-pubsub/issues/294 ) ) ([ 6bd5016] ( https://www.github.com/googleapis/java-pubsub/commit/6bd5016dafe85c7af92a44a8e9a34b2fcb95e64d ) )
9+ * if a flow control setting is not provided use zero ([ #292 ] ( https://www.github.com/googleapis/java-pubsub/issues/292 ) ) ([ d56155b] ( https://www.github.com/googleapis/java-pubsub/commit/d56155b640d13fa78d28031862aabe4814ce201d ) )
10+ * Make error message more clear about where ordering must be enabled when publishing ([ #293 ] ( https://www.github.com/googleapis/java-pubsub/issues/293 ) ) ([ f54ed02] ( https://www.github.com/googleapis/java-pubsub/commit/f54ed0284a9c7e1a337481e13388397adfa33abf ) )
11+
12+
13+ ### Documentation
14+
15+ * remove experimental warning for ordering keys properties. ([ #297 ] ( https://www.github.com/googleapis/java-pubsub/issues/297 ) ) ([ 3fa5164] ( https://www.github.com/googleapis/java-pubsub/commit/3fa516496315b882da7ffbbc230a3e69acf08a48 ) )
16+
17+
18+ ### Dependencies
19+
20+ * update dependency com.google.cloud: google-cloud-shared-dependencies to v0.8.3 ([ #282 ] ( https://www.github.com/googleapis/java-pubsub/issues/282 ) ) ([ 744c268] ( https://www.github.com/googleapis/java-pubsub/commit/744c2687d50c79ff8556d455aab60928ab2f790c ) )
21+
322## [ 1.108.0] ( https://www.github.com/googleapis/java-pubsub/compare/v1.107.0...v1.108.0 ) (2020-07-09)
423
524
Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ If you are using Maven without BOM, add this to your dependencies:
4747
4848If you are using Gradle, add this to your dependencies
4949``` Groovy
50- compile 'com.google.cloud:google-cloud-pubsub:1.108.0 '
50+ compile 'com.google.cloud:google-cloud-pubsub:1.108.1 '
5151```
5252If you are using SBT, add this to your dependencies
5353``` Scala
54- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.0 "
54+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.108.1 "
5555```
5656[ // ] : # ( {x-version-update-end} )
5757
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-bom</artifactId >
6- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >com.google.cloud</groupId >
6464 <dependency >
6565 <groupId >com.google.api.grpc</groupId >
6666 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
67- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
67+ <version >1.90.1</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
6868 </dependency >
6969 <dependency >
7070 <groupId >com.google.api.grpc</groupId >
7171 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
72- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
72+ <version >1.90.1</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7373 </dependency >
7474 <dependency >
7575 <groupId >com.google.cloud</groupId >
7676 <artifactId >google-cloud-pubsub</artifactId >
77- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7878 </dependency >
7979 </dependencies >
8080 </dependencyManagement >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub</artifactId >
6- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >jar</packaging >
88 <name >Google Cloud Pub/Sub</name >
99 <url >https://github.com/googleapis/java-pubsub</url >
1010 <description >Java idiomatic client for Google Cloud Pub/Sub</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
1313 <artifactId >google-cloud-pubsub-parent</artifactId >
14- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-pubsub</site .installationModule>
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
7- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7+ <version >1.90.1</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
88 <name >grpc-google-cloud-pubsub-v1</name >
99 <description >GRPC library for grpc-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
88 <name >Google Cloud Pub/Sub Parent</name >
99 <url >https://github.com/googleapis/java-pubsub</url >
1010 <description >
7878 <dependency >
7979 <groupId >com.google.api.grpc</groupId >
8080 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
81- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
81+ <version >1.90.1</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
8282 </dependency >
8383 <dependency >
8484 <groupId >com.google.api.grpc</groupId >
8585 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
86- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
86+ <version >1.90.1</version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
8787 </dependency >
8888 <dependency >
8989 <groupId >com.google.cloud</groupId >
9090 <artifactId >google-cloud-pubsub</artifactId >
91- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
91+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
9292 </dependency >
9393
9494 <dependency >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
7- <version >1.90.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7+ <version >1.90.1</version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
88 <name >proto-google-cloud-pubsub-v1</name >
99 <description >PROTO library for proto-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.108.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.108.1</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud-pubsub</artifactId >
46- <version >1.108.1-SNAPSHOT </version >
46+ <version >1.108.1</version >
4747 </dependency >
4848 <!-- {x-version-update-end} -->
4949
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- proto-google-cloud-pubsub-v1:1.90.0 :1.90.1-SNAPSHOT
5- grpc-google-cloud-pubsub-v1:1.90.0 :1.90.1-SNAPSHOT
6- google-cloud-pubsub:1.108.0 :1.108.1-SNAPSHOT
4+ proto-google-cloud-pubsub-v1:1.90.1 :1.90.1
5+ grpc-google-cloud-pubsub-v1:1.90.1 :1.90.1
6+ google-cloud-pubsub:1.108.1 :1.108.1
You can’t perform that action at this time.
0 commit comments