2 parents e1fa22e + 525f49c commit 4da2b01Copy full SHA for 4da2b01
2 files changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 0.4.7
17
18
### Changed
src/marina.app.src
@@ -1,6 +1,6 @@
{application, marina, [
{description, "High-Performance Erlang Cassandra / Scylla CQL Client"},
- {vsn, "0.4.7"},
+ {vsn, "0.4.8"},
{registered, []},
{applications, [
kernel,
0 commit comments