Skip to content

Commit fddbc7e

Browse files
authored
Merge pull request #80 from lpgauth/chore/bump-0.4.9
Bump version to 0.4.9
2 parents 4ddc81b + cc087c1 commit fddbc7e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

src/marina.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)