diff --git a/pom.xml b/pom.xml
index a3a350648f..309a988bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
io.stargate
sgv2-api-parent
- 2.0.0
+ 2.0.1
sgv3-docsapi
3.0.0-SNAPSHOT
- 2.0.0
+ 2.0.1
false
stargateio
docsapi
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index df1233e671..7e207f7c2d 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -31,26 +31,6 @@ quarkus:
paths: /v3/*
policy: authenticated
- # TODO START remove after 2.0.1 released
- cache:
- caffeine:
- # keyspace cache for the schema management
- keyspace-cache:
- maximum-size: 1000
- expire-after-access: PT5M
- metrics-enabled: true
- grpc:
- # all the clients' setup, only bridge
- clients:
- bridge:
- host: localhost
- port: 8091
- retry: true
- max-hedged-attempts: 0
- dev-mode:
- force-server-start: false.
- # TODO END remove after 2.0.1 released
-
# built-in micrometer properties
micrometer:
binder:
@@ -67,22 +47,3 @@ quarkus:
# adapt path of the open api definitions
smallrye-openapi:
path: /api/docs/openapi
-
-# TODO START remove after 2.0.1 released
-"%dev":
-
- # disable retries in the data store config and enable fall back
- stargate:
- data-store:
- bridge-fallback-enabled: true
-
- io:
- stargate:
- sgv2:
- api:
- common:
- properties:
- datastore:
- configuration:
- DataStorePropertiesConfiguration/fetchSupportedFeatures/Retry/maxRetries: 0
-# TODO END remove after 2.0.1 released
\ No newline at end of file