Skip to content

Commit 0586d6e

Browse files
authored
Update readme.md (awspring#1565)
1 parent a77a77b commit 0586d6e

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

README.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ For a deep dive into the project, refer to the Spring Cloud AWS documentation:
88

99
| Version | Reference Docs | API Docs |
1010
|------------------------|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|
11+
| Spring Cloud AWS 4.0.0 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/4.0.0/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/4.0.0/apidocs/index.html) |
12+
| Spring Cloud AWS 3.4.2 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.2/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.2/apidocs/index.html) |
13+
| Spring Cloud AWS 3.4.1 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.1/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.1/apidocs/index.html) |
1114
| Spring Cloud AWS 3.4.0 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/apidocs/index.html) |
1215
| Spring Cloud AWS 3.3.1 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.3.1/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.3.1/apidocs/index.html) |
1316
| Spring Cloud AWS 3.2.1 | [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/reference/html/index.html) | [API Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.2.1/apidocs/index.html) |
@@ -35,32 +38,33 @@ This project has dependency and transitive dependencies on Spring Projects. The
3538
| 3.2.x | [2023.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2023.0-Release-Notes) (4.0/Kilburn) | 3.2.x, 3.3.x | 6.1.x | 2.x |
3639
| 3.3.x | [2024.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2024.0-Release-Notes) | 3.4.x | 6.2.x | 2.x |
3740
| 3.4.x | [2025.0.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2025.0-Release-Notes) | 3.5.x | 6.2.x | 2.x |
38-
41+
| 4.x.x | [2025.1.x](https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2025.0-Release-Notes) | 4.0.x | 7.0.x | 2.x |
3942
**Note**: 3.0.0-M2 is the last version compatible with Spring Boot 2.7.x and Spring Cloud 3.1. Starting from 3.0.0-M3, project has switched to Spring Boot 3.0.
43+
**Note**: 3.4.x is the last version compatible with Spring Boot 3.5.x and spring cloud 2025.0.x
4044

4145
## Supported AWS integrations
4246

43-
| AWS Service | Spring Cloud AWS 2.x | Spring Cloud AWS 3.x |
44-
|-----------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
45-
| S3 |||
46-
| SNS |||
47-
| SES |||
48-
| Parameter Store |||
49-
| Secrets Manager |||
50-
| SQS |||
51-
| RDS |||
52-
| EC2 |||
53-
| ElastiCache |||
54-
| CloudFormation |||
55-
| CloudWatch |||
56-
| Cognito || [Covered by Spring Boot](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html#migration-from-2-x-to-3-x) |
57-
| DynamoDB |||
47+
| AWS Service | Spring Cloud AWS 2.x | Spring Cloud AWS 3.x | Spring Cloud AWS 4.x |
48+
|----------------------------------------|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------|------------------------|
49+
| S3 ||||
50+
| SNS ||||
51+
| SES ||||
52+
| Parameter Store ||||
53+
| Secrets Manager ||||
54+
| SQS ||||
55+
| RDS ||||
56+
| EC2 ||||
57+
| ElastiCache ||||
58+
| CloudFormation ||||
59+
| CloudWatch ||||
60+
| Cognito || [Covered by Spring Boot](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html#migration-from-2-x-to-3-x) | Covered by Spring Boot |
61+
| DynamoDB ||||
62+
| Spring integration AWS ||||
63+
| Spring cloud Stream Binder for Kinesis ||||
5864

5965
Note, that Spring provides support for other AWS services in following projects:
6066

61-
- [Spring Cloud Stream Binder AWS Kinesis](https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis)
6267
- [Spring Cloud Config Server](https://github.com/spring-cloud/spring-cloud-config) supports AWS Parameter Store and Secrets Manager
63-
- [Spring Integration for AWS](https://github.com/spring-projects/spring-integration-aws)
6468

6569
## Getting in touch
6670

0 commit comments

Comments
 (0)