Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 25, 2021
1 parent b25c154 commit 677a95d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.5.0 (2021-03-25)

Breaking changes:

* Replace the full list of error codes (which generated thousands of atoms) with just a handful
of common ones

Code that matched on `%MyXQL.Error{mysql: %{name: name}}` may break if the name is
not in the mapping as it won't match anymore.

Enhancements:

* Allow users to set their own mapping via setting config `:myxql, extra_error_codes: [...]`

* Accept integers in `:disconnect_on_error_codes`

## v0.4.5 (2020-11-29)

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

@version "0.4.5"
@version "0.5.0"
@source_url "https://github.com/elixir-ecto/myxql"

def project() do
Expand Down

0 comments on commit 677a95d

Please sign in to comment.