5 hours ago
rustfs

RustFS 1.0.1-preview.5 (preview)

What's Changed

New Contributors

Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0...1.0.1-preview.5

15 hours ago
redis

8.10.2

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

Security fixes

  • #15673 Commands queued in a transaction could still access keys whose ACL permissions were revoked before the transaction was executed
  • #15722 The cluster bus protocol has no authentication of its own unless tls-cluster is enabled, so any host able to reach a node's bus port could join the cluster and threaten it. A cluster node now warns at startup when its bus port is left unauthenticated, and the new cluster-bus-port-protected-mode option (default no) makes refusing to run in that state an explicit choice: set it to yes and the node starts only when tls-cluster authenticates the bus
  • TimeSeries: Prevented Redis from crashing when adding samples to a compressed Time Series key restored from a malformed RDB payload
  • RedisSearch: KNN queries on indexes with very long vector field names could cause the server to crash
  • Vector Sets: Deeply nested JSON used in Vector Set queries could cause the server to crash
15 hours ago
redis

8.8.3

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

Security fixes

  • #15673 Commands queued in a transaction could still access keys whose ACL permissions were revoked before the transaction was executed
  • #15722 The cluster bus protocol has no authentication of its own unless tls-cluster is enabled, so any host able to reach a node's bus port could join the cluster and threaten it. A cluster node now warns at startup when its bus port is left unauthenticated, and the new cluster-bus-port-protected-mode option (default no) makes refusing to run in that state an explicit choice: set it to yes and the node starts only when tls-cluster authenticates the bus
  • TimeSeries: Prevented Redis from crashing when adding samples to a compressed Time Series key restored from a malformed RDB payload
  • Vector Sets: Deeply nested JSON used in Vector Set queries could cause the server to crash
16 hours ago
redis

8.6.7

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

Security fixes

  • #15673 Commands queued in a transaction could still access keys whose ACL permissions were revoked before the transaction was executed
  • #15722 The cluster bus protocol has no authentication of its own unless tls-cluster is enabled, so any host able to reach a node's bus port could join the cluster and threaten it. A cluster node now warns at startup when its bus port is left unauthenticated, and the new cluster-bus-port-protected-mode option (default no) makes refusing to run in that state an explicit choice: set it to yes and the node starts only when tls-cluster authenticates the bus
  • TimeSeries: Prevented Redis from crashing when adding samples to a compressed Time Series key restored from a malformed RDB payload
  • Vector Sets: Deeply nested JSON used in Vector Set queries could cause the server to crash
16 hours ago
redis

8.4.7

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

Security fixes

  • #15673 Commands queued in a transaction could still access keys whose ACL permissions were revoked before the transaction was executed
  • #15722 The cluster bus protocol has no authentication of its own unless tls-cluster is enabled, so any host able to reach a node's bus port could join the cluster and threaten it. A cluster node now warns at startup when its bus port is left unauthenticated, and the new cluster-bus-port-protected-mode option (default no) makes refusing to run in that state an explicit choice: set it to yes and the node starts only when tls-cluster authenticates the bus
  • TimeSeries: Prevented Redis from crashing when adding samples to a compressed Time Series key restored from a malformed RDB payload
  • Vector Sets: Deeply nested JSON used in Vector Set queries could cause the server to crash
16 hours ago
redis

8.2.10

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

Security fixes

  • #15722 The cluster bus protocol has no authentication of its own unless tls-cluster is enabled, so any host able to reach a node's bus port could join the cluster and threaten it. A cluster node now warns at startup when its bus port is left unauthenticated, and the new cluster-bus-port-protected-mode option (default no) makes refusing to run in that state an explicit choice: set it to yes and the node starts only when tls-cluster authenticates the bus
  • TimeSeries: Prevented Redis from crashing when adding samples to a compressed Time Series key restored from a malformed RDB payload
  • Vector Sets: Deeply nested JSON used in Vector Set queries could cause the server to crash
17 hours ago
openobserve

Release v1.0.2

Patch Release: v1.0.2 (September 17, 2026)

Commits: 2 OSS | Previous: v1.0.1

Bug Fixes

  • Fixed correctly handling silence for the alert pending period (OSS#14563) — @YashodhanJoshi1
  • Fixed excluding PromQL left-boundary samples (OSS#14587) — @hengfeiyang
22 hours ago
timescaledb

2.30.1 (2026-09-17)

This release contains bug fixes since the 2.30.0 release. We recommend that you upgrade at the next available opportunity.

Bugfixes

  • #10580 Fix missing conflicts for INSERT ... ON CONFLICT with multiple unique constraints
  • #10583 Fix NULL conflict resolution on single-column bloom filtering
  • #10592 Fix duplicate rows from DeferredChunkAppend when LIMIT is not pushed down
  • #10593 Fix cannot cast type cstring error in DeferredChunkAppend queries

Thanks

  • @davidecentioni for reporting the problem with a LIMIT query on a hypertable returning duplicate rows once the plan goes generic #10584
  • @vincentrolfs for reporting the problem of LIMIT query with enum columns and casting #10590
1 days ago
rustfs

RustFS 1.0.1-preview.3 (preview)

What's Changed

New Contributors

Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0...1.0.1-preview.3