diff --git a/.github/generated-files-bot.yml b/.github/generated-files-bot.yml new file mode 100644 index 00000000..20f3acc2 --- /dev/null +++ b/.github/generated-files-bot.yml @@ -0,0 +1,7 @@ +externalManifests: +- type: json + file: 'synth.metadata' + jsonpath: '$.generatedFiles[*]' +- type: json + file: '.github/readme/synth.metadata/synth.metadata' + jsonpath: '$.generatedFiles[*]' diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 61554bf0..23514f7e 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-functions.git", - "sha": "83eba752d068aad2cabea7bf89f07f744d6a9847" + "sha": "e810aba13c84890ee3dd215e78c07eba85e36f72" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" + "sha": "ea52b8a0bd560f72f376efcf45197fb7c8869120" } } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 913de8b5..75b09609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.1](https://www.github.com/googleapis/java-functions/compare/v1.0.0...v1.0.1) (2020-11-02) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.14.1 ([#71](https://www.github.com/googleapis/java-functions/issues/71)) ([fd6d5d6](https://www.github.com/googleapis/java-functions/commit/fd6d5d6b57a4f409ef383f9fb62fde82a9b8c16a)) + ## [1.0.0](https://www.github.com/googleapis/java-functions/compare/v0.1.2...v1.0.0) (2020-10-27) diff --git a/README.md b/README.md index afbce02a..6a380ea9 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,6 @@ Java idiomatic client for [Cloud Functions][product-docs]. - [Product Documentation][product-docs] - [Client Library Documentation][javadocs] -> Note: This client is a work-in-progress, and may occasionally -> make backwards-incompatible changes. - ## Quickstart @@ -20,18 +17,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 0.1.2 + 1.0.0 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-functions:0.1.2' +compile 'com.google.cloud:google-cloud-functions:1.0.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "0.1.2" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.0" ``` ## Authentication @@ -84,9 +81,6 @@ Java 7 or above is required for using this client. This library follows [Semantic Versioning](http://semver.org/). -It is currently in major version zero (``0.y.z``), which means that anything may change at any time -and the public API should not be considered stable. - ## Contributing @@ -124,7 +118,7 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5] [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-functions/java8-win.html [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-functions/java11.svg [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-functions/java11.html -[stability-image]: https://img.shields.io/badge/stability-beta-yellow +[stability-image]: https://img.shields.io/badge/stability-ga-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-functions.svg [maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-functions&core=gav [authentication]: https://github.com/googleapis/google-cloud-java#authentication diff --git a/google-cloud-functions-bom/pom.xml b/google-cloud-functions-bom/pom.xml index b9992468..e10b4033 100644 --- a/google-cloud-functions-bom/pom.xml +++ b/google-cloud-functions-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions-bom - 1.0.0 + 1.0.1 pom com.google.cloud @@ -68,17 +68,17 @@ com.google.cloud google-cloud-functions - 1.0.0 + 1.0.1 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.0 + 1.0.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.0 + 1.0.1 diff --git a/google-cloud-functions/pom.xml b/google-cloud-functions/pom.xml index 49e742a6..3b82b95f 100644 --- a/google-cloud-functions/pom.xml +++ b/google-cloud-functions/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-functions - 1.0.0 + 1.0.1 jar Google Cloud Functions https://github.com/googleapis/java-functions @@ -11,7 +11,7 @@ com.google.cloud google-cloud-functions-parent - 1.0.0 + 1.0.1 google-cloud-functions diff --git a/grpc-google-cloud-functions-v1/pom.xml b/grpc-google-cloud-functions-v1/pom.xml index 15d9ee9a..833ad4f0 100644 --- a/grpc-google-cloud-functions-v1/pom.xml +++ b/grpc-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.0 + 1.0.1 grpc-google-cloud-functions-v1 GRPC library for grpc-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 1.0.0 + 1.0.1 diff --git a/pom.xml b/pom.xml index ff844457..6e794b5d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-functions-parent pom - 1.0.0 + 1.0.1 Google Cloud Functions Parent https://github.com/googleapis/java-functions @@ -70,23 +70,23 @@ com.google.cloud google-cloud-functions - 1.0.0 + 1.0.1 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.0 + 1.0.1 com.google.api.grpc grpc-google-cloud-functions-v1 - 1.0.0 + 1.0.1 com.google.cloud google-cloud-shared-dependencies - 0.13.0 + 0.14.1 pom import diff --git a/proto-google-cloud-functions-v1/pom.xml b/proto-google-cloud-functions-v1/pom.xml index 62dbd9c9..afa5464e 100644 --- a/proto-google-cloud-functions-v1/pom.xml +++ b/proto-google-cloud-functions-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-functions-v1 - 1.0.0 + 1.0.1 proto-google-cloud-functions-v1 PROTO library for proto-google-cloud-functions-v1 com.google.cloud google-cloud-functions-parent - 1.0.0 + 1.0.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index b5a82803..080606ee 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-functions - 0.1.2 + 1.0.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index b7fc0a4a..d9c84545 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 0.1.2 + 1.0.0 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f0377e1b..c398ffa5 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-functions - 0.1.2 + 1.0.0 diff --git a/synth.metadata b/synth.metadata index fb8873e3..84f76edd 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-functions.git", - "sha": "3ee76ec67b72d5b4e9e4878d58e6a55f4ae86817" + "sha": "16b53ecfd674a695f815b05b1581072fdacc774f" } }, { @@ -19,7 +19,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e" + "sha": "b19b401571e77192f8dd38eab5fb2300a0de9324" } } ], @@ -40,6 +40,7 @@ ".github/ISSUE_TEMPLATE/feature_request.md", ".github/ISSUE_TEMPLATE/support_request.md", ".github/PULL_REQUEST_TEMPLATE.md", + ".github/generated-files-bot.yml", ".github/readme/synth.py", ".github/release-please.yml", ".github/snippet-bot.yml", diff --git a/versions.txt b/versions.txt index a1a864b2..f64074fa 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-functions:1.0.0:1.0.0 -proto-google-cloud-functions-v1:1.0.0:1.0.0 -grpc-google-cloud-functions-v1:01.0.0:1.0.0 \ No newline at end of file +google-cloud-functions:1.0.1:1.0.1 +proto-google-cloud-functions-v1:1.0.1:1.0.1 +grpc-google-cloud-functions-v1:1.0.1:1.0.1