Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove DBConnection and make concurrent requests #334

Merged
merged 16 commits into from
Oct 3, 2023
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
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ jobs:
cassandra_version: "4.1"
cassandra_native_protocol: "v4"

# Oldest supported Elixir/OTP matrix. We support down to Erlang 21, but
# rustler_precompiled (which we use for nimble_lz4, which we use for testing)
# requires OTP 23+.
- otp: "23.3"
elixir: "1.11"
test_only_cassandra: true
cassandra_version: "3"
cassandra_native_protocol: "v3"

env:
CASSANDRA_VERSION: ${{ matrix.server_versions.cassandra }}
SCYLLA_VERSION: ${{ matrix.server_versions.scylla }}
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.18.0

* Removed the `Xandra.db_connection_start_option/0` type
* Removed the `Xandra.xandra_start_option/0` type
* Removed the following options in `Xandra.start_link/1`:
* `:idle_interval`

## v0.17.0

* Move most logs to Telemetry events instead. If you want to keep the same behavior as before, call this in your application's `start/2` callback:
Expand Down
36 changes: 0 additions & 36 deletions architecture.md

This file was deleted.

Loading
Loading