Skip to content

Releases: doyoubi/undermoon

Release v0.4.1

10 Nov 14:22
234951b
Compare
Choose a tag to compare

Release 0.4.1

This is a small release supporting command UMCTL SHUTDOWN for undermoon-operator.

Features

Support UMCTL SHUTDOWN command

Release v0.4.0

07 Nov 02:56
5ef0310
Compare
Choose a tag to compare

Release 0.4.0

This release supports external storage for memory broker so that the undermoon-operator can use ConfigMap in Kubernetes to store metadata.

From this version, the announce_address of a server proxy should be the same address registered in the memory broker and all the Redis addresses in broker under this server proxy have the same host as announce_address

External Storage Feature

Fix sending meta to wrong node in kubernetes
Reduce unnecessary conflict for external storage
Optimize add failure api for external storage
Optimize add proxy api
Broker timeout err
Add undermoon_name and password
Broker external storage

Bugs

This only affects clusters in Kubernetes.
Fix replication domain resolution

Release v0.4.0-alpha.3

25 Oct 14:35
8d413e3
Compare
Choose a tag to compare
Pre-release

Release 0.4.0-alpha.3

This release supports external storage for memory broker so that the undermoon-operator can use ConfigMap in Kubernetes to store metadata.

External Storage Feature

Reduce unnecessary conflict for external storage
Optimize add failure api for external storage
Optimize add proxy api
Broker timeout err
Add undermoon_name and password
Broker external storage

Bugs

This only affects cluster in Kubernetes.
Fix replication domain resolution

Release v0.3.2

13 Sep 11:14
c846731
Compare
Choose a tag to compare

Release v0.3.1

07 Jul 14:55
c673ed7
Compare
Choose a tag to compare

Release v0.3.1-alpha0

06 Jul 11:48
466c43a
Compare
Choose a tag to compare

Release v0.3.0

03 May 00:29
e61beff
Compare
Choose a tag to compare

Version v0.3.0 is now a fully functional distributed Redis solution.

Features

  • Memory Broker
  • Full support for slot migration
  • Active Redirection for non-cluster-mode Redis Client

Pull Requests

Release v0.3.0-alpha.4

29 Apr 12:24
cfbbc85
Compare
Choose a tag to compare

Release v0.3.0-alpha3

22 Apr 15:19
6f07019
Compare
Choose a tag to compare

Release v0.3.0-alpha.2

12 Apr 14:57
d4d57ff
Compare
Choose a tag to compare
Pre-release
  • More API for memory broker
  • Replication and Persistence for memory broker
  • Support non-cluster-mode clients
  • Performance Optimization
  • Support CLUSTER KEYSLOT
  • More tests
  • Better docs
  • Bug fixes