Skip to content

Updated 3.0.1 release URL in Spring Cloud AWS Docs #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/learn/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are three actively developed versions of Spring Cloud AWS - depending on w

- 2.3.5 - compatible with Spring Boot 2.4.x and 2.5.x - [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.3.5/reference/html/index.html)
- 2.4.1 - compatible with Spring Boot 2.6.x and 2.7.x - [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/2.4.1/reference/html/index.html)
- 3.0.0 (not released yet) - compatible with Spring Boot 2.6.x and 2.7.x, build on the top of AWS SDK v2 - [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.0-SNAPSHOT/reference/html/index.html)
- 3.0.1 - compatible with Spring Boot 2.6.x and 2.7.x, build on the top of AWS SDK v2 - [Reference Docs](https://docs.awspring.io/spring-cloud-aws/docs/3.0.1/reference/html/index.html)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @amrutprabhu for resurrecting the website. The list of versions must be updated more, including Spring Boot compatibility. See https://github.com/awspring/spring-cloud-aws for complete table.


Version 2.4.x is the latest stable release maintained under [awspring](https://github.com/awspring/spring-cloud-aws) GitHub organisation. This version is based on AWS SDK 1.x, it's open for contributions for both bugfixes and new features or integrations.

Expand Down