File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.9
4+
5+ ### Added
6+
7+ - ` protocol ` application env option (default: ` shackle_tcp ` ). Setting
8+ it to ` shackle_socket ` runs pools on the ` socket ` -based shackle
9+ transport instead of ` gen_tcp ` , which cuts client-side CPU per
10+ request. Requires a shackle release that ships ` shackle_socket ` ;
11+ the default behaviour is unchanged.
12+
13+ ### Changed
14+
15+ - Trim the request encode path: long strings are no longer copied
16+ into a fresh binary and query flags are computed with direct map
17+ lookups.
18+
319## 0.4.8
420
521### Fixed
Original file line number Diff line number Diff line change 11{application , marina , [
22 {description , " High-Performance Erlang Cassandra / Scylla CQL Client" },
3- {vsn , " 0.4.8 " },
3+ {vsn , " 0.4.9 " },
44 {registered , []},
55 {applications , [
66 kernel ,
You can’t perform that action at this time.
0 commit comments