Skip to content

Commit 447601d

Browse files
namsicjhpark816
authored andcommitted
version 1.14.0
1 parent 9020f33 commit 447601d

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

ChangeLog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# 2024-07-11 [version 1.14.0]
2+
## 🐣 New Features
3+
* Remove an unused command `bget`. #749
4+
* Add `shutdown` command. #752
5+
* Add `mop upsert` command. #772
6+
## 🔧 Enhancements
7+
* Enhance arcus_zk_watcher log messages.
8+
* Set the update flag only when `ZOO_CONNECTED_STATE`. #735
9+
* Reduce `add_iov()` work for TCP connections. #737
10+
* Refactor the method of building UDP headers.
11+
* Limit a value length from exceeding INT_MAX in binary protocol.
12+
* Enhance log message when new respones before pipe error reset.
13+
* Fix a clang static analyzer issue.
14+
## 🐛 Bug Fixes
15+
* Modify mismatched error types when `get_item_info()` failed.
16+
* Fix the wrong `write_and_free` error handling in binary protocol.
17+
* Fix problems about not released items and an assertion in UDP.
18+
* Wait till the previous cmdlog flush thread ends.
19+
* Correct wrong actions in `process_mop_prepare_nread()`.
20+
## 📝 Documentation
21+
* Remove old `bop smget` documentation.
22+
* Correct small memory allocator threshold.
23+
* Create Issue/PR templates.
24+
* Update the description of `cmdlog`, `lqdetect`, `dump` commands.
25+
* Add `mop upsert` document.
26+
## ✅ Testing
27+
* Add a distributed packet test about long key in UDP.
28+
## ⬆️ Dependency Upgrades
29+
* Update Docker base image from `centos:7` to `rockylinux:8`.
30+
131
# 2024-01-17 [version 1.13.5]
232
## 🐣 New Features
333
* Add `ready` command Add ready command to verify that the cache server can receive requests. In Zookeeper clustering, the cache node becomes ready state after creating its cache_list znode. #707

config/version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#my $version = '1.4.2-30-gf966dba';
1212
#my $version = '1.4.3-rc1';
1313
#my $version = '1.4.3';
14-
my $default_version = '1.13.5-unknown';
14+
my $default_version = '1.14.0-unknown';
1515

1616
unless ($version =~ m/^\d+\.\d+\.\d+/) {
1717
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [$default_version])\n");

0 commit comments

Comments
 (0)