Skip to content

Commit d4dc0b5

Browse files
chore: release 0.4.1 (#263)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 747bc66 commit d4dc0b5

File tree

9 files changed

+35
-19
lines changed

9 files changed

+35
-19
lines changed

CHANGELOG.md

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

3+
### [0.4.1](https://www.github.com/googleapis/java-pubsublite/compare/v0.4.0...v0.4.1) (2020-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Make BufferingPullSubscriber use List instead of ImmutableList so it is beam friendly. ([#256](https://www.github.com/googleapis/java-pubsublite/issues/256)) ([a23e26f](https://www.github.com/googleapis/java-pubsublite/commit/a23e26f52fcdb4524c134d9b6d13b90a3a8527d3))
9+
* Make flogger a runtime dependency by default. ([#265](https://www.github.com/googleapis/java-pubsublite/issues/265)) ([747bc66](https://www.github.com/googleapis/java-pubsublite/commit/747bc66d2b4ba2e7ef2a868e2341b30b7b2da153)), closes [#213](https://www.github.com/googleapis/java-pubsublite/issues/213)
10+
11+
12+
### Dependencies
13+
14+
* update dependency com.google.cloud:google-cloud-resourcemanager to v0.118.2-alpha ([#259](https://www.github.com/googleapis/java-pubsublite/issues/259)) ([634116c](https://www.github.com/googleapis/java-pubsublite/commit/634116c6666aa151f1c8b7b1354fde27fe5e18fc))
15+
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.10.0 ([#260](https://www.github.com/googleapis/java-pubsublite/issues/260)) ([f4442a0](https://www.github.com/googleapis/java-pubsublite/commit/f4442a04044c6e690f9bbbf062a063a43b3e9680))
16+
* update dependency io.grpc:grpc-testing to v1.32.1 ([#261](https://www.github.com/googleapis/java-pubsublite/issues/261)) ([2f73e2f](https://www.github.com/googleapis/java-pubsublite/commit/2f73e2f5f77f592b834b11677fa1c0e23634f8ab))
17+
* update dependency org.mockito:mockito-core to v3.5.13 ([#262](https://www.github.com/googleapis/java-pubsublite/issues/262)) ([43bdd1e](https://www.github.com/googleapis/java-pubsublite/commit/43bdd1e32a95160544aee3868a0dde14b8e44dc2))
18+
319
## [0.4.0](https://www.github.com/googleapis/java-pubsublite/compare/v0.3.1...v0.4.0) (2020-09-24)
420

521

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ If you are using Maven, add this to your pom.xml file:
3434

3535
If you are using Gradle, add this to your dependencies
3636
```Groovy
37-
compile 'com.google.cloud:google-cloud-pubsublite:0.4.0'
37+
compile 'com.google.cloud:google-cloud-pubsublite:0.4.1'
3838
```
3939
If you are using SBT, add this to your dependencies
4040
```Scala
41-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.4.0"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "0.4.1"
4242
```
4343
[//]: # ({x-version-update-end})
4444

google-cloud-pubsublite/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pubsublite</artifactId>
12-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
12+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1313
<packaging>jar</packaging>
1414
<name>Google Cloud Pub/Sub Lite</name>
1515
<url>https://github.com/googleapis/java-pubsublite</url>
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>com.google.api.grpc</groupId>
6161
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
62-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
62+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.api.grpc</groupId>
6666
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
67-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
67+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>com.google.flogger</groupId>

grpc-google-cloud-pubsublite-v1/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
7-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
88
<name>grpc-google-cloud-pubsublite-v1</name>
99
<description>GRPC library for grpc-google-cloud-pubsublite-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-pubsublite-parent</artifactId>
13-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
13+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>
1717
<dependency>
1818
<groupId>com.google.api.grpc</groupId>
1919
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
20-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
20+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
2121
</dependency>
2222
<dependency>
2323
<groupId>io.grpc</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>google-cloud-pubsublite-parent</artifactId>
11-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
11+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1212
<packaging>pom</packaging>
1313
<name>Google Cloud Pub/Sub Lite Parent</name>
1414
<url>https://github.com/googleapis/java-pubsublite</url>

proto-google-cloud-pubsublite-v1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
7-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
88
<name>proto-google-cloud-pubsublite-v1</name>
99
<description>PROTO library for proto-google-cloud-pubsublite-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-pubsublite-parent</artifactId>
13-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
13+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616
<dependencies>

pubsublite-beam-io/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>pubsublite-beam-io</artifactId>
12-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
12+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1313
<packaging>jar</packaging>
1414
<name>Pub/Sub Lite IO</name>
1515
<url>https://github.com/googleapis/java-pubsublite</url>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.google.cloud</groupId>
2020
<artifactId>google-cloud-pubsublite</artifactId>
21-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
21+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
2222
</dependency>
2323
<dependency>
2424
<groupId>org.apache.beam</groupId>
@@ -66,12 +66,12 @@
6666
<dependency>
6767
<groupId>com.google.api.grpc</groupId>
6868
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
69-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
69+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7070
</dependency>
7171
<dependency>
7272
<groupId>com.google.api.grpc</groupId>
7373
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
74-
<version>0.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
74+
<version>0.4.1</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.google.api.grpc</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-pubsublite</artifactId>
48-
<version>0.4.1-SNAPSHOT</version>
48+
<version>0.4.1</version>
4949
</dependency>
5050
<!-- {x-version-update-end} -->
5151
<dependency>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-pubsublite:0.4.0:0.4.1-SNAPSHOT
4+
google-cloud-pubsublite:0.4.1:0.4.1

0 commit comments

Comments
 (0)