| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4666a10 commit 5b5017d
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [0.126.0](https://github.com/googleapis/java-storage-nio/compare/v0.125.0...v0.126.0) (2022-12-09) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * FileSystemProvider::readAttributes faked posix support ([#1067](https://github.com/googleapis/java-storage-nio/issues/1067)) ([b813ccc](https://github.com/googleapis/java-storage-nio/commit/b813ccc87ecff40f56fccf2ce981f16422c190f1)) | ||
| 9 | + | ||
| 3 | 10 | ## [0.125.0](https://github.com/googleapis/java-storage-nio/compare/v0.124.21...v0.125.0) (2022-12-07) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio-examples</artifactId> | |
| 5 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO Examples</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <parent> | |
| 14 | 14 | <groupId>com.google.cloud</groupId> | |
| 15 | 15 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 16 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 17 | 17 | </parent> | |
| 18 | 18 | <dependencies> | |
| 19 | 19 | <dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio-retrofit</artifactId> | |
| 5 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO Retrofit Example</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 15 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 15 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-nio-retrofit</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | 3 | <modelVersion>4.0.0</modelVersion> | |
| 4 | 4 | <artifactId>google-cloud-nio</artifactId> | |
| 5 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 5 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 6 | 6 | <packaging>jar</packaging> | |
| 7 | 7 | <name>Google Cloud NIO</name> | |
| 8 | 8 | <url>https://github.com/googleapis/java-storage-nio</url> | |
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.cloud</groupId> | |
| 14 | 14 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 15 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 15 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 16 | 16 | </parent> | |
| 17 | 17 | <properties> | |
| 18 | 18 | <site.installationModule>google-cloud-nio</site.installationModule> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | <groupId>com.google.cloud</groupId> | |
| 5 | 5 | <artifactId>google-cloud-nio-parent</artifactId> | |
| 6 | 6 | <packaging>pom</packaging> | |
| 7 | - <version>0.125.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 7 | + <version>0.126.0</version><!-- {x-version-update:google-cloud-nio:current} --> | ||
| 8 | 8 | <name>Storage Parent</name> | |
| 9 | 9 | <url>https://github.com/googleapis/java-storage-nio</url> | |
| 10 | 10 | <description> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | <dependency> | |
| 29 | 29 | <groupId>com.google.cloud</groupId> | |
| 30 | 30 | <artifactId>google-cloud-nio</artifactId> | |
| 31 | - <version>0.125.1-SNAPSHOT</version> | ||
| 31 | + <version>0.126.0</version> | ||
| 32 | 32 | </dependency> | |
| 33 | 33 | <!-- {x-version-update-end} --> | |
| 34 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # Format: | |
| 2 | 2 | # module:released-version:current-version | |
| 3 | 3 | ||
| 4 | - google-cloud-nio:0.125.0:0.125.1-SNAPSHOT | ||
| 4 | + google-cloud-nio:0.126.0:0.126.0 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments