-

Central Dogma 0.66.0 API reference

+

Central Dogma 0.66.1 API reference

Packages
diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html index 283b148b7..75ad9ad0c 100644 --- a/apidocs/overview-summary.html +++ b/apidocs/overview-summary.html @@ -2,7 +2,7 @@ -Central Dogma 0.66.0 API reference +Central Dogma 0.66.1 API reference diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html index a125b50d9..991d2436f 100644 --- a/apidocs/overview-tree.html +++ b/apidocs/overview-tree.html @@ -2,7 +2,7 @@ -Class Hierarchy (Central Dogma 0.66.0 API reference) +Class Hierarchy (Central Dogma 0.66.1 API reference) diff --git a/apidocs/search.html b/apidocs/search.html index 5a31577ac..1200a7e2c 100644 --- a/apidocs/search.html +++ b/apidocs/search.html @@ -2,7 +2,7 @@ -Search (Central Dogma 0.66.0 API reference) +Search (Central Dogma 0.66.1 API reference) diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html index 0451b45a9..b1fe9d9c4 100644 --- a/apidocs/serialized-form.html +++ b/apidocs/serialized-form.html @@ -2,7 +2,7 @@ -Serialized Form (Central Dogma 0.66.0 API reference) +Serialized Form (Central Dogma 0.66.1 API reference) diff --git a/auth.html b/auth.html index 28faebc90..6b6b149d3 100644 --- a/auth.html +++ b/auth.html @@ -7,7 +7,7 @@ - Authentication and Access Control — Central Dogma 0.66.0 documentation + Authentication and Access Control — Central Dogma 0.66.1 documentation diff --git a/client-cli.html b/client-cli.html index 435ea3852..7818c66fd 100644 --- a/client-cli.html +++ b/client-cli.html @@ -7,7 +7,7 @@ - Command-line client — Central Dogma 0.66.0 documentation + Command-line client — Central Dogma 0.66.1 documentation diff --git a/client-java.html b/client-java.html index 49e0b0065..ec2498d0c 100644 --- a/client-java.html +++ b/client-java.html @@ -7,7 +7,7 @@ - Java client library — Central Dogma 0.66.0 documentation + Java client library — Central Dogma 0.66.1 documentation @@ -212,14 +212,14 @@

Adding centraldogma-client as a dependency¶

Gradle:

dependencies {
-    compile 'com.linecorp.centraldogma:centraldogma-client-armeria:0.66.0'
+    compile 'com.linecorp.centraldogma:centraldogma-client-armeria:0.66.1'
 }

Maven:

<dependencies>
   <dependency>
     <groupId>com.linecorp.centraldogma</groupId>
     <artifactId>centraldogma-client-armeria</artifactId>
-    <version>0.66.0</version>
+    <version>0.66.1</version>
   </dependency>
 </dependencies>
@@ -677,14 +677,14 @@

Spring Boot integration

Gradle:

dependencies {
-    compile 'com.linecorp.centraldogma:centraldogma-client-spring-boot3-starter:0.66.0'
+    compile 'com.linecorp.centraldogma:centraldogma-client-spring-boot3-starter:0.66.1'
 }

Maven:

<dependencies>
   <dependency>
     <groupId>com.linecorp.centraldogma</groupId>
     <artifactId>centraldogma-client-spring-boot3-starter</artifactId>
-    <version>0.66.0</version>
+    <version>0.66.1</version>
   </dependency>
 </dependencies>

Then, add a new section called centraldogma to your Spring Boot application configuration, which is often diff --git a/concepts.html b/concepts.html index d6a9cf736..eae27a67d 100644 --- a/concepts.html +++ b/concepts.html @@ -7,7 +7,7 @@ - Concepts — Central Dogma 0.66.0 documentation + Concepts — Central Dogma 0.66.1 documentation diff --git a/genindex.html b/genindex.html index 70823466a..e876266a5 100644 --- a/genindex.html +++ b/genindex.html @@ -7,7 +7,7 @@ - Index — Central Dogma 0.66.0 documentation + Index — Central Dogma 0.66.1 documentation diff --git a/index.html b/index.html index b79ceca81..b2a48a48f 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - Welcome to Central Dogma — Central Dogma 0.66.0 documentation + Welcome to Central Dogma — Central Dogma 0.66.1 documentation @@ -198,9 +198,9 @@

Want a quick tour?