File: CHANGELOG.md

package info (click to toggle)
python-binary-memcached 0.31.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 316 kB
  • sloc: python: 1,763; makefile: 17
file content (56 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
## v0.31.2 (2022-12-14)

### Fix

- Remove setup's.py dependency on m2r

## v0.31.1 (2021-12-29)

## v0.31.0 (2021-12-28)

### Refactor

- Use bytearrays for building up bytes for I/O. (#245)

### Feat

- Expose incr/decr `default` and `time` protocol arguments in client class (#243)

## v0.30.1 (2020-10-11)

## v0.30.0 (2020-08-18)

- Add ability to return default value on get but breaking get's API
- Support an arbitrary collection of keys, not just a list

## v0.30 (2020-06-10)

## v0.29.0 (2020-01-29)
- added TLS support on #211 thanks to @moisesguimaraes!

## v0.28.0 (2018-10-02)

- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility*
- added DistributedClient to distribute keys over servers using consistent hashing

## v0.27.0 (2018-08-10)

## 0.26.1 (2017-07-18)

## 0.26.0 (2017-01-13)

## 0.25.0 (2016-12-15)

## 0.24.7 (2016-11-08)

## 0.24.2 (2014-05-27)

## 0.24.1 (2014-05-20)

## 0.24 (2014-04-28)

## 0.23 (2014-04-18)

## v0.18 (2013-05-06)

## v0.17 (2013-04-15)