This is another beta release for the upcoming version 25.
This is another beta release for the upcoming version 25.
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.
- Bump gradle/actions from 4 to 5 by @dependabot[bot] in https://github.com/graphql-java/graphql-java/pull/4132
- Memoize ResultPath level by @AlexandreCarlton in https://github.com/graphql-java/graphql-java/pull/4135
- More Chained DataLoaders performance improvements by @andimarek in https://github.com/graphql-java/graphql-java/pull/4136
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v25.0.beta-7...v25.0.beta-9
Apache ServiceComb Java-Chassis 2.9.2
- [#4930] upgrade vertx to 4.5.21, netty version to 4.1.127.Final by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4932
- [#4936] isolation event add instance total and isolation num by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4937
- [#4939] fixed when consumer times out and disconnects, the metrics_log and slow_log status statistics show 200 error by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4940
- [#3934] fixed client not support sets accept:text/event-stream problem by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4935
- [#4942] Add random time to the scheduled task for pulling instances from serviceCenter by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4978
- [#4979] Adjust the use of Jakarta dependencies with the Inject annotation by @chengyouling in https://github.com/apache/servicecomb-java-chassis/pull/4980
Full Changelog: https://github.com/apache/servicecomb-java-chassis/compare/2.9.1...2.9.2
Nightly
- 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
7.0.0
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:
- Automatic Failover and Failback API update - The automatic failover client has been refactored and stabilized.
- Builder pattern introduction - New fluent builders are now available for
JedisPooled
,JedisCluster
, andJedisSentinel
. - Removal of deprecated sharding features -
JedisSharding
and related classes have been removed. - Base class consolidation - Pipeline and Transaction base classes have been renamed for consistency.
- 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.
- 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.
- 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
- 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)
We'd like to thank all the contributors who worked on this release!
@SwapnaliY16, @andy-stark-redis, @atakavci, @dependabot, @dependabot[bot], @ggivo and @uglide