18 hours ago
higress

v2.1.2

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/higress/compare/v2.1.1...v2.1.2

1 days ago
higress

v2.1.2-rc.1

What's Changed

New Contributors

Full Changelog: https://github.com/alibaba/higress/compare/v2.1.1...v2.1.2-rc.1

1 days ago
incubator-seata

V2.4.0

Apache Seata(incubating) 2.4.0 Released.

Apache Seata(incubating) is an easy-to-use, high-performance, open source distributed transaction solution.

The version is updated as follows:

feature:

  • [#7157] migrate the console to the naming server
  • [#7213] support kingbase xa mode

bugfix:

  • [#7104] fix impl of supportsSourceType is not defined
  • [#7116] fix prefix: seata.server.raft.ssl should not be null
  • [#7112] bugfix: remove the condition that IPv6 must start with fe80
  • [#7107] fix the issue of failing to parse annotations in TCC mode when the business object is a proxy object.
  • [#7124] bugfix: GlobalTransactionScanner.afterPropertiesSet need do scanner check
  • [#7135] treating a unique index conflict during rollback as a dirty write
  • [#7150] The time difference between the raft node and the follower node cannot synchronize data
  • [#7102] bugfix: modify XA mode pre commit transaction from commit phase to before close phase
  • [#7188] bugfix: Fix missing branchType in BusinessActionContext
  • [#7219] bugfix: NotSupportExc can't be thrown out in some cases
  • [#7241] upgrade tomcat-embed-core to 9.0.99 to fix CVE-2025-24813
  • [#7272] fix: fix transaction info not display
  • [#7277] Fix MySQL jdbc driver can't be found properly

optimize:

  • [#6828] spring boot compatible with file.conf and registry.conf
  • [#7012] When the number of primary keys exceeds 1000, use union to concatenate the SQL
  • [#7075] fast fail when channel is null
  • [#7089] support instance registration to the registry center
  • [#7093] add a test workflow for JDK 21
  • [#7088] expand english abbreviations to full words
  • [#7064] remove unnecessary null checks
  • [#7130] Expose some keepalive-related configuration for Druid, Hikari, and DBCP
  • [#7131] Remove org.codehaus.jackson dependency
  • [#7134] upgrade tomcat-embed to 9.0.98
  • [#7138] Remove org.eclipse.jetty dependency
  • [#7139] upgrade xstream to 1.4.21
  • [#7141] remove unused dependencies
  • [#7142] upgrade commons-compress to 1.27.1
  • [#7149] Fix abnormal character display issues in ./distribution/NOTICE.md
  • [#7170] Optimize seata client I/O processing by adjusting thread count
  • [#7187] Add dependency-check-maven plugin to detect potential vulnerabilities
  • [#7179] Use shared EventLoop for TM and RM clients to reduce thread overhead and improve performance
  • [#7194] automatically skipping proxy for datasource of type AbstractRoutingDataSource
  • [#7215] intercept non-leader write requests of the console trx operation
  • [#7224] optimize changeGlobalStatus interface of console
  • [#7222] in raft mode add the vgroup field to global lock
  • [#7229] update Notice
  • [#7234] discover the raft leader node from the naming server
  • [#7242] optimize: optimize ratelimit bucketTokenNumPerSecond config
  • [#7259] transfer the logback appender configuration to the yml configuration
  • [#6998] skip sending some request if client-version is v0
  • [#7250] compatible for client_protocol_version > server_protocol_version
  • [#7232] add license header
  • [#7260] upgrade npmjs dependencies
  • [#7284] add dependency-check profile
  • [#7114] support raft mode registry to namingserver
  • [#7133] Implement scheduled handling for end status transaction
  • [#7171] support EpollEventLoopGroup in client
  • [#7183] client discovers raft nodes through the naming server
  • [#7182] use the ip of the peerId as the host of the raft node
  • [#7181] raft implements domain name resolution and selects peerId
  • [#6756] feature: add single server rate limit
  • [#7073] support virtual thread,replace the usages of synchronized with ReentrantLock
  • [#7037] support fury undolog parser
  • [#7069] Raft cluster mode supports address translation
  • [#7038] support fury serializer

security:

  • [#6069] Upgrade Guava dependencies to fix security vulnerabilities
  • [#6145] upgrade jettison to 1.5.4
  • [#6144] upgrade nacos client to 1.4.6
  • [#6147] upgrade kafka-clients to 3.6.1
  • [#6338] upgrade jackson version
  • [#7201] upgrade protobuf.version to 3.25.5
  • [#7214] upgrade jackson to 2.18.3
  • [#7249] upgrade axios to 1.8.2

test:

  • [#7092] fix the issue of NacosMockTest failing to run
  • [#7098] Add unit tests for the seata-common module
  • [#7160] Refactored tests in LowerCaseLinkHashMapTest to use parameterized unit testing
  • [#7167] Refactored tests in DurationUtilTest to simplify and use parameterized unit testing
  • [#7189] fix the runtime exception in the saga test case
  • [#7197] add some UT cases for config module
  • [#7199] add some UT cases for client processor
  • [#7203] Refactored tests in rm.datasource.sql.Druid and seata-sqlparser-druid module
  • [#7221] add UT for gRPC Encoder/Decode
  • [#7227] add mock test for seata-discovery-consul module
  • [[#7233][https://github.com/apache/incubator-seata/pull/7233]] add mock test for seata-discovery-etcd3
  • [#7243] add unit test for seata-discovery-eureka
  • [#7255] more unit tests for Discovery-Eureka
  • [#7320] Refactor log testing to use ListAppender for more accurate and efficient log capture

refactor:

  • [#7145] refactor the code that does not comply with license requirements
  • [#7236] changed folder name in org.apache.seata.server.storage.raft.sore from sore to store

doc:

  • [#7226] write better docs for CONTRIBUTING.md

Thanks to these contributors for their code commits. Please report an unintended omission.

Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.

1 days ago
questdb

8.3.1

8.3.1 is a stability release, and moves Materialized Views into GA. Thanks to all the early-adopters who have helped us with crucial feedback, to make sure they are efficient and robust. Give them a try!

8.3.1 also brings the first SQL Hints, which will give you more control over your query execution plans. For now, only one hint is supported - USE_ASOF_BINARY_SEARCH - which allows you to swap between two algorithms for handling filtered ASOF JOIN queries. Next on the list - controlling when the database chooses to use an INDEX scan!

For any questions or feedback, please join us on Slack or on Discourse!

See also our prettier release notes page!

Changelist

Full Changelog: https://github.com/questdb/questdb/compare/8.3.0...8.3.1

2 days ago
milvus

milvus-2.5.11

Release note is coming soon...

4 days ago
cas

v7.3.0-RC1

⭐ Release Notes

👫 Contributions

Special thanks to the following individuals for their excellent contributions:

  • @mmoayyed
  • @Harrygiel
  • @larsgrefer
  • @LauriLaur
4 days ago
nacos

3.0.0 (Apr 25th, 2025)

3.0.0 (Apr 25th, 2025)

This version is a GA version of 3.0.0. In this version, Nacos based on Nacos 3.0.0-BETA to support MCP(Model Content Protocol) management.

In This 3.0.0 GA Version, Nacos will do these important features and changes:

  1. APIs are categorized into different types, and different types of APIs will adopt different default authentication strategies.
  2. Enabled nacos console authentication and need more configuration setting when deploying first time.
  3. Nacos console UI use new v3 console API replace old v1 API, and default disable old v1 API old console UI used.
  4. The default namespace public change its id from ``(empty string) to public.
  5. Support xDS protocol directly. currently, support EDS, LDS, RDS and CDS.
  6. Upgrade spring boot to 3.4.1 and upgrade jdk version to 17.
  7. Add a serial of ADMIN API for Nacos 3.0 to make maintainer and custom console can maintain and get Nacos' data.
  8. Support Nacos console independent deployment, some of configuration of nacos server and nacos console changed, please check applciation.properties beforce do upgrading.
  9. Support MCP(Model Content Protocol) management.
  10. Support experimental feature distributed lock.
  11. Support experimental feature fuzzy listen services and configurations.

Detail Changes in 3.0.0 see:

Feature/Refactor

Sync services and endpoints from k8s.

  • [#8309]

Support CDE, EDS, incremental EDS of xDS.

  • [#8313]

Support LDS and RDS of xDS.

  • [#10389]

Support fuzzy listen services and configuration

  • [#11856][#12997][#13043][#13043]

Categorize Console APIs.

  • [#12017][#12420][#12474][#12553][#12591]

Bump Spring Boot to 3.4.1

  • [#12028][#13029]

Console UI use new Console APIs to replaced old APIs.

  • [#12687][#12795][#12802][#12804]

Enabled Console APIs authentication by default.

  • [#12813][#12814][#12816][#13001][#13007]

Deprecated old api and default disabled old api.

  • [#12830]

Enabled Inner APIs authentication by default.

  • [#12886]

Unified default namespace Id as public.

  • [#12887]

Dependent Console port and Server port.

  • [#12959][#12990][#13009][#13011]

Support distributed lock.

  • [#12962]

Categorize new Admin APIs.

  • [#12953][#12968][#12983][#12984][#12988][#13044][#13049]

New Nacos maintainer sdk.

  • [#12979][#13064][#13081][#13086][#13087][#13089][#13095][#13100][#13101][#13118][#13112][#13154]

Support nacos console deployment independent.

  • [#13072][#13080][#13110][#13134][#13142][#13146][#13149]

Nacos default auth plugin change to new login API

  • [#13143][#13148][#13159]

Client will judge whether server support target feature like distributed lock or fuzzy watch.

  • [#13155]

Enhance start up script to check required configuration and can setting them.

  • [#13165]

Support for unifying empty namespaces and Public namespaces in the Nacos 3.0 configuration center.

  • [#9846][#13187][#13188][#13192][#13194]

Support MCP(Model Content Protocol) management.

  • [#13246]

BugFix

[#12972] Fix publish configuration with wrong namespace problem in console. [#13038] Fix multiple thread initialize Spring Beans cause start up failed. [#13057] Fix client can't callback listener for beta config. [#13067] Fix prometheus auth manager problem. [#13140] Fix Config change notify namespace support. [#13156] Fix publish configuration with wrong namespace problem in console. [#13160] Fix missing default namespace check when cloning/importing configuration. [#13177] Fix missing subscriber for MembersChangeEvent. [#13259] Fix default plugin check default namespace permission error.

New Contributors

Full Changelog: https://github.com/alibaba/nacos/compare/2.5.1...3.0.0

4 days ago
nacos

3.0.0 (Apr 25th, 2025)

This version is a GA version of 3.0.0. In this version, Nacos based on Nacos 3.0.0-BETA to support MCP(Model Content Protocol) management.

In This 3.0.0 GA Version, Nacos will do these important features and changes:

  1. APIs are categorized into different types, and different types of APIs will adopt different default authentication strategies.
  2. Enabled nacos console authentication and need more configuration setting when deploying first time.
  3. Nacos console UI use new v3 console API replace old v1 API, and default disable old v1 API old console UI used.
  4. The default namespace public change its id from ``(empty string) to public.
  5. Support xDS protocol directly. currently, support EDS, LDS, RDS and CDS.
  6. Upgrade spring boot to 3.4.1 and upgrade jdk version to 17.
  7. Add a serial of ADMIN API for Nacos 3.0 to make maintainer and custom console can maintain and get Nacos' data.
  8. Support Nacos console independent deployment, some of configuration of nacos server and nacos console changed, please check applciation.properties beforce do upgrading.
  9. Support MCP(Model Content Protocol) management.
  10. Support experimental feature distributed lock.
  11. Support experimental feature fuzzy listen services and configurations.

Detail Changes in 3.0.0 see:

Feature/Refactor

Sync services and endpoints from k8s.

  • [#8309]

Support CDE, EDS, incremental EDS of xDS.

  • [#8313]

Support LDS and RDS of xDS.

  • [#10389]

Support fuzzy listen services and configuration

  • [#11856][#12997][#13043][#13043]

Categorize Console APIs.

  • [#12017][#12420][#12474][#12553][#12591]

Bump Spring Boot to 3.4.1

  • [#12028][#13029]

Console UI use new Console APIs to replaced old APIs.

  • [#12687][#12795][#12802][#12804]

Enabled Console APIs authentication by default.

  • [#12813][#12814][#12816][#13001][#13007]

Deprecated old api and default disabled old api.

  • [#12830]

Enabled Inner APIs authentication by default.

  • [#12886]

Unified default namespace Id as public.

  • [#12887]

Dependent Console port and Server port.

  • [#12959][#12990][#13009][#13011]

Support distributed lock.

  • [#12962]

Categorize new Admin APIs.

  • [#12953][#12968][#12983][#12984][#12988][#13044][#13049]

New Nacos maintainer sdk.

  • [#12979][#13064][#13081][#13086][#13087][#13089][#13095][#13100][#13101][#13118][#13112][#13154]

Support nacos console deployment independent.

  • [#13072][#13080][#13110][#13134][#13142][#13146][#13149]

Nacos default auth plugin change to new login API

  • [#13143][#13148][#13159]

Client will judge whether server support target feature like distributed lock or fuzzy watch.

  • [#13155]

Enhance start up script to check required configuration and can setting them.

  • [#13165]

Support for unifying empty namespaces and Public namespaces in the Nacos 3.0 configuration center.

  • [#9846][#13187][#13188][#13192][#13194]

Support MCP(Model Content Protocol) management.

  • [#13246]

BugFix

[#12972] Fix publish configuration with wrong namespace problem in console. [#13038] Fix multiple thread initialize Spring Beans cause start up failed. [#13057] Fix client can't callback listener for beta config. [#13067] Fix prometheus auth manager problem. [#13140] Fix Config change notify namespace support. [#13156] Fix publish configuration with wrong namespace problem in console. [#13160] Fix missing default namespace check when cloning/importing configuration. [#13177] Fix missing subscriber for MembersChangeEvent. [#13259] Fix default plugin check default namespace permission error.

New Contributors

Full Changelog: https://github.com/alibaba/nacos/compare/2.5.1...3.0.0

5 days ago
shenyu

v2.7.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/apache/shenyu/compare/v2.7.0...v2.7.0.1

6 days ago
redis

7.4.3

Update urgency: SECURITY: There are security fixes in the release.

Security fixes

  • (CVE-2025-21605) An unauthenticated client can cause an unlimited growth of output buffers

Bug fixes

  • #13661 FUNCTION FLUSH - memory leak when using jemalloc
  • #13793 WAITAOF returns prematurely
  • #13853 SLAVEOF - crash when clients are blocked on lazy free
  • #13863 RANDOMKEY - infinite loop during client pause
  • #13877 ShardID inconsistency when both primary and replica support it