Browse Source

Version bump 3.2.0

Сергей Прохоров 9 years ago
parent
commit
b4bbfdabbe
2 changed files with 11 additions and 1 deletions
  1. 10 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 10 - 0
CHANGES

@@ -1,3 +1,13 @@
+In 3.2.0:
+
+* #error.codename (more readable errors)
+* Redshift support (by allowing dynamic typecache update fail)
+* Aggregate small binary packets to one in epgsql_sock (network performance improvement)
+* Handle situations, when server initiate connection close
+* prepared_query APIs (useful when you need to execute one query many times with different parameters)
+* array of records type support
+* jsonb type support
+
 In 3.1.1:
 
 * It dialyzes happily now

+ 1 - 1
src/epgsql.app.src

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