Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.4.8

### Fixed

- `marina_pool:sync/3` published the `token_aware` strategy into the
foil table before `marina_ring:build/1` had compiled
`marina_ring_utils`. A query carrying a routing key in that window
crashed the calling process with `undef` on
`marina_ring_utils:lookup/1` instead of getting
`{error, marina_pool_not_started}`. The ring is now compiled before
the strategy becomes visible, on both startup and topology
re-syncs.

## 0.4.7

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/marina.app.src
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading