Skip to content

Commit 8cc4a47

Browse files
committed
docs: bump version to 2.0.1 and note Actuator is optional
1 parent 326cd86 commit 8cc4a47

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following dependency to your `pom.xml`:
5353
<dependency>
5454
<groupId>com.digitalsanctuary</groupId>
5555
<artifactId>ds-spring-cf-turnstile</artifactId>
56-
<version>2.0.0</version>
56+
<version>2.0.1</version>
5757
</dependency>
5858
```
5959

@@ -63,7 +63,7 @@ Add the following dependency to your `build.gradle`:
6363

6464
```groovy
6565
dependencies {
66-
implementation 'com.digitalsanctuary:ds-spring-cf-turnstile:2.0.0'
66+
implementation 'com.digitalsanctuary:ds-spring-cf-turnstile:2.0.1'
6767
}
6868
```
6969

@@ -263,7 +263,9 @@ ds:
263263
264264
The metrics can be integrated with monitoring systems such as Prometheus, Grafana, and others through standard Spring Boot Actuator endpoints.
265265
266-
To enable full monitoring capabilities, include Spring Boot Actuator in your project:
266+
Spring Boot Actuator and Micrometer are **optional**. The library works without them — internal counters (validation count, error rate, response time) are always active regardless. Micrometer metrics and the health check endpoint are only registered when Actuator is on the classpath.
267+
268+
To enable full Micrometer metrics and the health endpoint, include Spring Boot Actuator:
267269
268270
```groovy
269271
implementation 'org.springframework.boot:spring-boot-starter-actuator'

0 commit comments

Comments
 (0)