close

Olga Maciaszek-Sharma

Olga Maciaszek-Sharma

Senior Software Engineer in Spring Cloud Team

Warsaw, Poland

Blog Posts by Olga Maciaszek-Sharma

Spring Cloud OpenFeign 3.0.8 is now available

On behalf of the community, I am pleased to announce the Spring Cloud OpenFeign 3.0.8 is available today. The release can be found in Maven Central. This version is compatible with 2020.0.6 Spring Cloud release, but it’s not included in the bom, so it has to be set up manually in project build files.

Notable Changes in the 3.0.8 Release

This is primarily a bugfix and documentation release, that backports fixes over from 3.1.x releases. The most notable backport is the Fix related to cascading Spring Data’s Page deserialisation.

Read more...

Spring Cloud 2020.0.6 is available

On behalf of the community, I am pleased to announce the Spring Cloud 2020.0.6 Release Train is available today. The release can be found in Maven Central. You can check out the 2020.0.6 release notes for more information. Please consider upgrading to the latest 2021.0.x release train since the 2020.0.x release train has reached the end of OSS support.

Notable Changes in the 2020.0.6 Release

This is primarily a bugfix and dependency upgrade release, including backports of various issues over from 2021.0.x releases. Some enhancements have also been backported.

Read more...

Spring Cloud 2021.0.2 Has Been Released

On behalf of the community, I am pleased to announce that the Service Release 2 of the Spring Cloud 2021.0 Release Train is available today. This was primarily a bug fix release. The release can be found in Maven Central. You can check out the 2021.0.2 release notes for more information.

Notable Changes in the 2021.0.2 Release Train

See the project page for all issues included in the release.

Spring Cloud Commons

Read more...

Spring Cloud Square 0.4.1 has been released

On behalf of the community, I am pleased to announce that the 0.4.1 release of Spring Cloud Square is available today. The release can be found in Maven Central. You can check out the 0.4.1 release notes for more information.

This is primarily a bug fix release.

Notable changes in 0.4.1:

  • Support for configuring custom WebClient.Builder beans for non-load-balanced scenarios (#44)

The documentation for this release can be found here.

Read more...

Spring Cloud Square 0.4.0 has been released

On behalf of the community, I am pleased to announce that the 0.4.0 release of Spring Cloud Square is available today. The release can be found in Maven Central. You can check out the 0.4.0 release notes for more information.

Notable changes in 0.4.0:

  • Spring Native support adjustments for non-load-balanced use-cases (PR)
  • Support for configuring different WebClient.Builder beans (not shared) for each @RetrofitClient instance (PR)
  • Spring Cloud Sleuth integration for OkHttpClient #36

The documentation for this release can be found here.

Read more...

Spring Cloud Square 0.4.0-RC1 is available

On behalf of the community, I am pleased to announce that the Release Candidate 1 (RC1) of the Spring Cloud Square 0.4.0 is available today. The release can be found in Spring Milestone repository. You can check out the 0.4.0-RC1 release notes for more information.

This is primarily a bugfix release. See all issues included in this release here.

Notable changes in RC1:

  • Spring Cloud Sleuth integration for OkHttpClient #36

The documentation for this milestone can be found here.

Read more...

Spring Cloud Netflix version 2.2.10.RELEASE is now available

On behalf of the community, I am pleased to announce that Spring Cloud Netflix version 2.2.10.RELEASE has been released.

This is primarily a security release that fixes the CVE-2021-22053.

Applications using both spring-cloud-netflix-hystrix-dashboard and spring-boot-starter-thymeleaf exposed a way to execute code submitted within the request URI path during the resolution of view templates. When a request was made at /hystrix/monitor;[user-provided-data], the path elements following hystrix/monitor were being evaluated as SpringEL expressions, which could lead to code execution.

Read more...

Spring Cloud OpenFeign versions 2.2.10.RELEASE, 3.0.5 and 3.1.0-M4 are now available

On behalf of the community, I am pleased to announce that Spring Cloud OpenFeign versions 2.2.10.RELEASE, 3.0.5 and 3.1.0-M4 have been released.

These are primarily security releases with fixes for the CVE-2021-22044.

Applications using type-level @RequestMappingannotations over Feign client interfaces, can be involuntarily exposing endpoints corresponding to @RequestMapping-annotated interface methods. Although a response is not returned for a request sent in this way, it does reach the corresponding server-side endpoint.

Read more...

Spring Cloud Square 0.4.0-M2 is available.

On behalf of the community, I am pleased to announce that the Milestone 2 (M2) of the Spring Cloud Square 0.4.0 is available today. The release can be found in Spring Milestone repository. You can check out the 0.4.0-M2 release notes for more information.

See all issues included in this release here.

Notable Changes in 0.4.0-M2

  • Spring Native support adjustments for non-load-balanced use-cases (PR)
  • Support for configuring different WebClient.Builder beans (not shared) for each @RetrofitClient instance (PR)
Read more...