17 hours ago
Activiti
1 days ago
graphql-java

This is another beta release for the upcoming version 25.

This is another beta release for the upcoming version 25.

A word of warning

While all features are tested and we consider them ready to be used, we don't guarantee that this is a stable version: this means there will be more breaking changes until we reach 25.0.

This version is intended for testing and providing feedback to the GraphQL Java team.

What's Changed

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v25.0.beta-7...v25.0.beta-9

2 days ago
selenium
2 days ago
selenium

Nightly

Commits

  • 09da0ef: [dotnet] Remove obsoleted FtpProxy (#16411) (Nikolay Borisenko) #16411
2 days ago
servicecomb-java-chassis

Apache ServiceComb Java-Chassis 2.9.2

What's Changed

Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.9.1...2.9.2

3 days ago
selenium

Nightly

Commits

  • 4bd87aa: [dotnet][rb][java][js][py] Automated Browser Version Update (#16398) (Selenium CI Bot) #16398
  • e6d99a3: [dotnet] [bidi] Deserialize message fast instead of defer it (#16403) (Nikolay Borisenko) #16403
  • 3d15087: [dotnet] [bidi] Remove IEnumerable of command results (#16219) (Nikolay Borisenko) #16219
4 days ago
jedis

7.0.0

Overview

Jedis 7.0.0 is a major release that modernizes the API, removes deprecated features, and introduces enhanced failover/failback behavior.

The main focus areas of this release are:

  1. Automatic Failover and Failback API update - The automatic failover client has been refactored and stabilized.
  2. Builder pattern introduction - New fluent builders are now available for JedisPooled, JedisCluster, and JedisSentinel.
  3. Removal of deprecated sharding features - JedisSharding and related classes have been removed.
  4. Base class consolidation - Pipeline and Transaction base classes have been renamed for consistency.
  5. API cleanup - Deprecated constructors and methods have been removed to streamline the API.

For detailed migration guidance, refer to Jedis 7.0.0 Migration Guide.

🚀 New Features

  • Add builders for classes based on UnifiedJedis (#4263)
  • Automatic Failover and Failback (#4317, #4310, #4308, #4306, #4297, #4228) Jedis 7.0.0 significantly refactors the automatic failover and failback API.

More details on new features

🔥 Breaking Changes

  • Removed deprecated constructors, classes, and JedisSharding (#4311)
  • Automatic Failover and Failback API changes (#4317, #4310, #4308, #4306, #4297, #4228)
    MultiCluster* classes and methods have been renamed and improved.
    Users upgrading from v6.x should consult the Automatic Failover and Failback Migration Guide.

More details on breaking changes

🧰 Maintenance

  • Bump eu.rekawek.toxiproxy:toxiproxy-java from 2.1.7 to 2.1.11 (#4288)
  • Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#4290)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 (#4296)
  • [automatic failover] Fix misleading timing information for AA scenario test (#4303)
  • Add v6 and v7 migration guides (#4315)
  • [automatic failover] Update failover docs (#4314)
  • Fix #4147: Broken links at https://redis.github.io/jedis/ (#4285)
  • Bump maven.surefire.version from 3.5.3 to 3.5.4 (#4289)
  • Fix docs on how to consume snapshots (#4283)
  • Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 (#4266)
  • Bump jackson.version from 2.19.2 to 2.20.0 (#4265)
  • DOC-5076 vector set doc examples (#4281)

Contributors

We'd like to thank all the contributors who worked on this release!

@SwapnaliY16, @andy-stark-redis, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide