Skip to content

Commit

Permalink
removed unintentional ping log for the connection (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored Aug 25, 2022
1 parent 9f03b94 commit 0961e2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

[Compare with 0.5.0](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.0...HEAD)
[Compare with 0.5.1](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.1...HEAD)

## [0.5.1] - 2022-08-25

[Compare with 0.5.0](https://github.com/nsidnev/edgedb-elixir/compare/v0.5.0...v0.5.1)

### Removed

- unintentional ping log for the connection.

## [0.5.0] - 2022-08-20

Expand Down
1 change: 0 additions & 1 deletion lib/edgedb/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ defmodule EdgeDB.Connection do

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

receive do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EdgeDB.MixProject do
use Mix.Project

@app :edgedb
@version "0.5.0"
@version "0.5.1"
@source_url "https://github.com/nsidnev/edgedb-elixir"
@description "EdgeDB client for Elixir"

Expand Down

0 comments on commit 0961e2d

Please sign in to comment.