Skip to content

Commit

Permalink
Release v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Jul 10, 2024
1 parent 16597b3 commit c08221d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.19.1

### Bug Fixes

* Add missing error `:reason` to `:execute_query` Telemetry events.
* Fix decoding multiple frames in a single envelope for native protocol v5. This resulted in frequent timeouts when using native protocol v5, which are extensively researched in [this issue](https://github.com/whatyouhide/xandra/issues/356). Well, that's fixed!

## v0.19.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Xandra.Mixfile do

@repo_url "https://github.com/lexhide/xandra"

@version "0.19.0"
@version "0.19.1"

def project() do
[
Expand Down

0 comments on commit c08221d

Please sign in to comment.