Spring Data 2024.1.2 and 2024.0.8 released

Releases | Mark Paluch | January 17, 2025 | ...

On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2024.1.2 and 2024.0.8 service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.

The upcoming Spring Boot releases will pick up the above releases by next week.

Next week, we are shipping a first milestone of the Spring Data 4.0 development line (Calver 2025.1.0 M1) containing several refinements around JPA support including the baseline upgrade to JPA 3.2 (Hibernate 7.0 Beta3, Eclipselink 5.0 B05) based on Spring Framework 7.0 M1. This is…

Spring gRPC 0.3.0 released

Releases | Dave Syer | January 17, 2025 | ...

The experimental Spring gRPC project released its 0.3.0 version recently. Jars are available in Maven Central, and you can generate a new project with Spring gRPC at https://start.spring.io. We recommend you do that if you are trying it out because there are some build plugins to configure and the generated project will have that all sorted out for you.

The new release has some updates to factory interfaces on the client side. Also there is now full support for autoconfiguration of client side interceptors, including the ones from Micrometer. On the server side we now support Spring Security…

Spring AI MCP 0.5.0 (Milestone) Released

Releases | Christian Tzolov | January 13, 2025 | ...

We're pleased to announce Spring AI MCP 0.5.0 milestone release.

Major Features & Improvements

Transport Layer Enhancements

  • New Servlet-based SSE Transport

    • Added HttpServletSseServerTransport with Servlet 6.0 support
    • Enables integration with any Java HTTP server supporting Servlets
    • Compatible with Jakarta Servlet API 6.1.0
    • Includes comprehensive integration tests with Tomcat
  • Enhanced WebMVC Transport

    • Replaced Spring's SseEmitter with custom BlockingQueue-based implementation
    • Improved event delivery control and connection management
    • Added dedicated session management with SSEEvent record
    • Enhanced error handling and timeout management
    • Includes comprehensive integration tests

Spring Cloud 2023.0.5 (aka Leyton) Is Now Available

Releases | Spencer Gibb | January 10, 2025 | ...

On behalf of the community, I am pleased to announce that the General Availability (RELEASE) of the Spring Cloud 2023.0.5 (aka Leyton) Release Train is available today. The release can be found in Maven Central. You can check out the 2023.0 release notes for more information.

Notable Changes in the 2023.0.5 Release Train

This is mostly a bugfix and dependency upgrade release. Please find the issues and pull requests here.


The following modules were updated as part of 2023.0.5:

Module Version Issues
Spring Cloud Starter Build 2023.0.5 (issues)
Spring Cloud Netflix 4.1.5 (issues)
Spring Cloud Config 4.1.5 (issues)
Spring Cloud Build 4.1.5 (issues)
Spring Cloud Kubernetes 3.1.5 (issues)
Spring Cloud Stream 4.1.5 (issues)
Spring Cloud Function 4.1.5 (issues)
Spring Cloud Circuitbreaker 3.1.4 (issues)

Spring AI MCP 0.4.0 (Milestone) Released

Releases | Christian Tzolov | January 04, 2025 | ...

We're pleased to announce Spring AI MCP 0.4.0 milestone release.

Repository Configuration

Add this Spring milestone repository to your POM:

<repositories>
  <repository>
    <id>spring-milestones</id>
    <name>Spring Milestones</name>
    <url>https://repo.spring.io/libs-milestone-local</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
</repositories>

Major Features

Reference documentation: https://docs.spring.io/spring-ai-mcp/reference/overview.html

Enhanced Roots Management

  • Implemented proper ListRootsResult wrapping in async client
  • Added listRoots methods in server components
  • Implemented roots change notification handling in async server
  • Added roots integration tests including async notifications
  • Added support for roots change notification with single and multiple consumers
  • Improved robustness of root addition/removal scenarios

Spring AI MCP 0.3.0 (Milestone) Released

Releases | Christian Tzolov | December 29, 2024 | ...

We're pleased to announce Spring AI MCP 0.2.0 milestone release.

Repository Configuration

Add this Spring milestone repository to your POM:

<repositories>
  <repository>
    <id>spring-milestones</id>
    <name>Spring Milestones</name>
    <url>https://repo.spring.io/libs-milestone-local</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
</repositories>

Major Features

MCP Server Enhancements

  • Introduced new McpServer factory with builder pattern for flexible configuration
  • Added McpAsyncServer with non-blocking operations and reactive support
  • Implemented McpSyncServer as synchronous wrapper around async implementation
  • Added runtime tool management capabilities
  • Introduced server capabilities and implementation information support

Spring AI 1.0.0 M5 Release

Releases | Mark Pollack | December 23, 2024 | ...

We are happy to announce the 1.0.0 Milestone 5 release of Spring AI

As usual, this release has had several new features and bug fixes, however we have put a focus on reviewing the code base from a design perspective with the aim to go GA in early 2025. While we have tried to make this transition smooth, by deprecating methods and classes for one release cycle, there are some breaking changes we know about and perhaps some that we don’t, so please bear with us. See the section on Breaking Changes below.

New Features

Model Context Protocol (MCP) Support - Incubating

MCP is a game-changer for…

Spring AI MCP 0.2.0 (Milestone) Released

Releases | Christian Tzolov | December 21, 2024 | ...

We're pleased to announce Spring AI MCP 0.2.0 milestone release.

Repository Configuration

Add this Spring milestone repository to your POM:

<repositories>
  <repository>
    <id>spring-milestones</id>
    <name>Spring Milestones</name>
    <url>https://repo.spring.io/libs-milestone-local</url>
    <snapshots>
      <enabled>false</enabled>
    </snapshots>
  </repository>
</repositories>

Breaking Changes

  • Module restructuring (see the Module Names Updated section below)
  • Renamed StdioServerTransport to StdioClientTransport

Key Features

API Updates

  • Simplified McpClient listing operations (no cursor parameter needed)
  • Added McpClient.Builder support.

Spring Modulith 1.3.1, 1.2.7, and 1.1.12 released

Releases | Oliver Drotbohm | December 20, 2024 | ...

On behalf of the community, I am delighted to announce the releases of Spring Modulith 1.3.1, 1.2.7, and 1.1.12.

The releases primarily ship dependency updates and bug fixes, but 1.3.1 also includes a couple of improvements in both our own reference documentation but also in our documentation generation support.

Find more information in the full change logs of the individual releases linked above.

Happy Holidays!

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all