File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2024-09-02 [version 1.14.0]
2
+ ## 🐣 New Features
3
+ * Add `mop upsert` method. #292
4
+ * Add multiple storage method.
5
+ * `memcached_mset()`
6
+ * `memcached_madd()`
7
+ * `memcached_mreplace()`
8
+ * `memcached_mprepend()`
9
+ * `memcached_mpppend()`
10
+ * `memcached_mcas()`
11
+ ## 🐛 Bug Fixes
12
+ * Fix buffer size when calling `snprintf()` with leading whitespace and integer value. #304
13
+ * Use `__linux__` instead of `TARGET_OS_LINUX` to check if the current OS is Linux. #306
14
+ * Use different lock filenames for multiple proxy in a process
15
+ ## 📝 Documentation
16
+ * Fix typo.
17
+ ## ✅ Testing
18
+ * Cancel previous CI in progress when new commits are added. #296
19
+
1
20
2024-02-22 [version 1.13.3]
2
21
## 🔧 Enhancements
3
22
* Fix compile warnings on RHEL8 and MacOS.
Original file line number Diff line number Diff line change 28
28
chomp $arcus_describe ;
29
29
30
30
unless ($arcus_describe =~ m / ^\d +\.\d +\.\d +/ ) {
31
- write_file(' m4/version.m4' , " m4_define([VERSION_NUMBER], [1.13.3 -unknown])\n " );
31
+ write_file(' m4/version.m4' , " m4_define([VERSION_NUMBER], [1.14.0 -unknown])\n " );
32
32
exit ;
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments