File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
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.
11
19
12
20
## [ 0.5.0] - 2022-08-20
13
21
Original file line number Diff line number Diff line change @@ -195,7 +195,6 @@ defmodule EdgeDB.Connection do
195
195
196
196
@ impl DBConnection
197
197
def ping ( % State { socket: socket } = state ) do
198
- Logger . info ( "ping" )
199
198
:ssl . setopts ( state . socket , active: :once )
200
199
201
200
receive do
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule EdgeDB.MixProject do
2
2
use Mix.Project
3
3
4
4
@ app :edgedb
5
- @ version "0.5.0 "
5
+ @ version "0.5.1 "
6
6
@ source_url "https://github.com/nsidnev/edgedb-elixir"
7
7
@ description "EdgeDB client for Elixir"
8
8
You can’t perform that action at this time.
0 commit comments