Skip to content

Commit 8c00b24

Browse files
committed
version 1.14.1
1 parent 850d4c3 commit 8c00b24

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

ChangeLog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
2025-05-09 [version 1.14.1]
2+
## 🐣 New Features
3+
- Add a handler for the `INVALID` error.
4+
## 🔧 Enhancements
5+
- Do not reconnect about unknown response.
6+
- Remove dummy fetch in the get API.
7+
- Refactor a memcached_fetch function.
8+
- Re-generate using the latest flex.
9+
- Refactor the memcached_io_read function.
10+
- Add a clean-whitespace script file.
11+
- Modify the term related to eflag.
12+
- Add a success case for 'NOT_EXIST' in the exist API.
13+
- Add a function to generate a bkey string.
14+
- Add a function to initialize a smget_result struct.
15+
- Validation check for the bkey.
16+
- Rename the missing update_filter to eflag_update.
17+
- Rename update_filter to eflag_update.
18+
- Increase the cursor_active even in non-successful situations.
19+
## 🐛 Bug Fixes
20+
- Fix a compile error in Ubuntu 24.04.
21+
- Fix the cast-function-type error.
22+
- Fix the inconsistent MEMCACHED_MAX_KEY usage.
23+
- Fix an overwrite issue for the big key.
24+
- Fix a hidden keyword compile error.
25+
- Initialization of the rc value in pipe operations.
26+
- Check dependencies in the prefix path before the default path.
27+
- Read response for `BINARY_CMD_SASL_LIST_MECHS`.
28+
## 📝 Documentation
29+
- Update ChangeLog format.
30+
- Improve API description.
31+
- Fix a typo.
32+
## ✅ Testing
33+
- Upgrade the ubuntu version for CI.
34+
- Upgrade github actions version.
35+
136
2024-09-02 [version 1.14.0]
237
## 🐣 New Features
338
- Add `mop upsert` method. #292

config/version.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
chomp $arcus_describe;
2929

3030
unless ($arcus_describe =~ m/^\d+\.\d+\.\d+/) {
31-
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [1.14.0-unknown])\n");
31+
write_file('m4/version.m4', "m4_define([VERSION_NUMBER], [1.14.1-unknown])\n");
3232
exit;
3333
}
3434

0 commit comments

Comments
 (0)