Skip to content

Commit 0961e2d

Browse files
authored
removed unintentional ping log for the connection (#109)
1 parent 9f03b94 commit 0961e2d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
[Compare with 0.5.0](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.0...HEAD)
10+
[Compare with 0.5.1](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.1...HEAD)
11+
12+
## [0.5.1] - 2022-08-25
13+
14+
[Compare with 0.5.0](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.0...v0.5.1)
15+
16+
### Removed
17+
18+
- unintentional ping log for the connection.
1119

1220
## [0.5.0] - 2022-08-20
1321

lib/edgedb/connection.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ defmodule EdgeDB.Connection do
195195

196196
@impl DBConnection
197197
def ping(%State{socket: socket} = state) do
198-
Logger.info("ping")
199198
:ssl.setopts(state.socket, active: :once)
200199

201200
receive do

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule EdgeDB.MixProject do
22
use Mix.Project
33

44
@app :edgedb
5-
@version "0.5.0"
5+
@version "0.5.1"
66
@source_url "https://github.com/nsidnev/edgedb-elixir"
77
@description "EdgeDB client for Elixir"
88

0 commit comments

Comments
 (0)