Browse Source

Bump version to 4.5.0

Sergey Prokhorov 4 years ago
parent
commit
95b02f2966
2 changed files with 12 additions and 1 deletions
  1. 11 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 11 - 0
CHANGES

@@ -1,3 +1,14 @@
+In 4.5.0
+
+* Add support for `application_name` connection parameter #226
+* Execute request cancelation over TLS, when main connection is TLS as well #227
+* Handle skipped commands in execute_batch #228
+* Add sasl_prep implementation for validating passwords according to sasl specification #229
+* OTP-23 in CI #237
+* switch to `crypto:mac/4` since `crypto:hmac/3` is deprecated #239
+* Add `tcp_opts` connect option #242
+* Command API improvements #243
+
 In 4.4.0
 
 * Guards are now added to avoid silent integer truncation for numeric and

+ 1 - 1
src/epgsql.app.src

@@ -1,6 +1,6 @@
 {application, epgsql,
  [{description, "PostgreSQL Client"},
-  {vsn, "4.4.0"},
+  {vsn, "4.5.0"},
   {modules, []},
   {registered, []},
   {applications, [kernel,