Browse Source

Bump version to 4.2.0

Сергей Прохоров 6 years ago
parent
commit
882bdf8ea9
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.2.0
+
+* Support for R16 was completely dropped. Maps are now used internally instead of proplists
+* Nested `record` datatype decoding bug, introduced in 4.0.0, was fixed
+* Added tsrange, tstzrange, daterange types
+* Passwords are obfuscated before they sent to connection process. This is to avoid plain
+  DB passwords to be dumped to SASL crash log
+* Password can be provided as a fun: `fun ( () -> iodata() )`
+* `platform_define` macroses were simplified. It's now possible to build epgsql even without
+  rebar on all supported OTP versions
+
 In 4.1.0
 
 * Fix Erlang 21 `get_stacktrace/0` warnings

+ 1 - 1
src/epgsql.app.src

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