Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed May 5, 2024
1 parent 2a7dc8e commit e5c6cd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog

## v0.19.0

### Features

* Add `:max_concurrent_requests_per_connection` option when starting single and cluster connections.

### Bug Fixes

* Fix a memory leak in `Xandra.Connection`.
* Raise on unknown options when starting `Xandra.Cluster`.
* Increase the default TCP/SSL buffer to ~1Mb and make it configurable. This should reduce the number of possible request timeouts across connections.
* Fix an error that would happen when checking out connections from a cluster and those connections going *down* right after being checked out.

## v0.18.1

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -5,7 +5,7 @@ defmodule Xandra.Mixfile do

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

@version "0.18.1"
@version "0.19.0"

def project() do
[
Expand Down

0 comments on commit e5c6cd7

Please sign in to comment.