File tree Expand file tree Collapse file tree 8 files changed +38
-20
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1 Expand file tree Collapse file tree 8 files changed +38
-20
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.102.0] ( https://www.github.com/googleapis/java-pubsub/compare/1.101.0...v1.102.0 ) (2019-12-04)
4+
5+
6+ ### Features
7+
8+ * make repo releasable, add parent/bom ([ #3 ] ( https://www.github.com/googleapis/java-pubsub/issues/3 ) ) ([ 53c4030] ( https://www.github.com/googleapis/java-pubsub/commit/53c403008f891b79438a8b797156a473e47af5d6 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ordering keys publishing of last batch ([ #9 ] ( https://www.github.com/googleapis/java-pubsub/issues/9 ) ) ([ 02c3771] ( https://www.github.com/googleapis/java-pubsub/commit/02c3771846bec09c93441c490c7928090a8dd71e ) )
14+
15+
16+ ### Dependencies
17+
18+ * update dependency com.google.protobuf: protobuf-java to v3.11.1 ([ #14 ] ( https://www.github.com/googleapis/java-pubsub/issues/14 ) ) ([ 575b3d6] ( https://www.github.com/googleapis/java-pubsub/commit/575b3d624423d61b6475a86e019246d77f9957fe ) )
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ If you are using Maven without a BOM, add this to your pom.xml file
3737<dependency >
3838 <groupId >com.google.cloud</groupId >
3939 <artifactId >google-cloud-pubsub</artifactId >
40- <version >1.101 .0</version >
40+ <version >1.102 .0</version >
4141</dependency >
4242```
4343If you are using Gradle, add this to your dependencies
4444``` Groovy
45- compile 'com.google.cloud:google-cloud-pubsub:1.101 .0'
45+ compile 'com.google.cloud:google-cloud-pubsub:1.102 .0'
4646```
4747If you are using SBT, add this to your dependencies
4848``` Scala
49- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.101 .0"
49+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.102 .0"
5050```
5151[ // ] : # ( {x-version-update-end} )
5252
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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.102.0 </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.83.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
67+ <version >1.84.0 </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.83.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
72+ <version >1.84.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77+ <version >1.102.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.102.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14+ <version >1.102.0 </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.83.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7+ <version >1.84.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.102.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7+ <version >1.102.0 </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 >
8686 <dependency >
8787 <groupId >com.google.api.grpc</groupId >
8888 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
89- <version >1.83.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
89+ <version >1.84.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
9090 </dependency >
9191 <dependency >
9292 <groupId >com.google.api.grpc</groupId >
9393 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
94- <version >1.83.1-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
94+ <version >1.84.0 </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
9595 </dependency >
9696 <dependency >
9797 <groupId >com.google.cloud</groupId >
9898 <artifactId >google-cloud-pubsub</artifactId >
99- <version >1.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
99+ <version >1.102.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
100100 </dependency >
101101
102102 <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.83.1-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7+ <version >1.84.0 </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.101.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.102.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
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.83.1-SNAPSHOT :1.83.1-SNAPSHOT
5- grpc-google-cloud-pubsub-v1:1.83.1-SNAPSHOT :1.83.1-SNAPSHOT
6- google-cloud-pubsub:1.101.1-SNAPSHOT :1.101.1-SNAPSHOT
4+ proto-google-cloud-pubsub-v1:1.84.0 :1.84.0
5+ grpc-google-cloud-pubsub-v1:1.84.0 :1.84.0
6+ google-cloud-pubsub:1.102.0 :1.102.0
You can’t perform that action at this time.
0 commit comments