Here are the release notes for Spring Cloud Gateway for Kubernetes.
Release Date: July 18, 2024
Included in this release:
Security issues resolved in this release:
Release Date: May 8, 2024
Included in this release:
Security issues resolved in this release:
Release Date: April 18, 2024
Included in this release:
Release Date: April 4, 2024
Included in this release:
Release Date: March 28, 2024
Caution Service disruption may occur on upgrade. Please be advised that users of the SSO and Rate Limiting functionality who are not using Redis for state storage will experience service disruption when upgrading to this version. Please see the notes regarding the upgrade of Hazelcast below.
Included in this release:
/actuator/gateway
endpointSecurity issues resolved in this release:
Hazelcast upgrade:
In this release, we have upgraded the Hazelcast in-memory data store library to the latest available version. Hazelcast is used by Spring Cloud Gateway for Kubernetes for the storage of Single Sign-On (SSO) session and rate limit data, unless you have explicitly configured your Gateway to use Redis instead.
This is a significant update to the version of Hazelcast, and so requires recreation of the internal Hazelcast cluster. This will incur the loss of any existing SSO session and rate limit state.
This will be noticeable to users of the Gateway in the following ways:
RateLimit
filter will temporarily experience inconsistent limiting behavior due to the limiter counts being reset.Gateway instances that are configured to use Redis instead of Hazelcast will not be affected. While we do not expect these significant Hazelcast upgrades to be frequent events, they are sometimes necessary to resolve security issues. Going forward, we recommend switching to Redis if you need to avoid the possibility of service interruption on future upgrades.