Skip to content

Commit 525f49c

Browse files
committed
Bump version to 0.4.8
1 parent e1fa22e commit 525f49c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.4.8
4+
5+
### Fixed
6+
7+
- `marina_pool:sync/3` published the `token_aware` strategy into the
8+
foil table before `marina_ring:build/1` had compiled
9+
`marina_ring_utils`. A query carrying a routing key in that window
10+
crashed the calling process with `undef` on
11+
`marina_ring_utils:lookup/1` instead of getting
12+
`{error, marina_pool_not_started}`. The ring is now compiled before
13+
the strategy becomes visible, on both startup and topology
14+
re-syncs.
15+
316
## 0.4.7
417

518
### Changed

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.7"},
3+
{vsn, "0.4.8"},
44
{registered, []},
55
{applications, [
66
kernel,

0 commit comments

Comments
 (0)