Sergey Prokhorov 3 лет назад
Родитель
Сommit
154c3dcb05
2 измененных файлов с 17 добавлено и 1 удалено
  1. 16 0
      CHANGES
  2. 1 1
      src/epgsql.app.src

+ 16 - 0
CHANGES

@@ -1,3 +1,19 @@
+In 4.6.0
+
+* Full OTP-24 compatibility #255, #262, #263
+* Implement `COPY .. FROM STDIN` sub-protocol (both binary and text formats) #248
+* Stick to rebar3_lint 0.2.0 (newer version had troubles working from
+  non-default profile) #249
+* Pipelined and mixed api tests (better coverage of the features of
+  `epgsqla` and `epgsqli` interfaces) #244
+* Add `ebin/` to the list of ignored directories in .gitignore #251
+* Fix `-if(?OTP_RELEASE ...)` (was missing question mark) #255
+* Do not format certain attributes of `State` on abnormal epgsql
+  sock termination (common reason for OOM) #257
+* Make dialyzer warn about use of unknown types; fix some occurences of such #259
+* Migrate from travis-ci to github actions; test on PostgreSQL 12 #262, #264
+* Introduce transaction_opts type #261
+
 In 4.5.0
 
 * Add support for `application_name` connection parameter #226

+ 1 - 1
src/epgsql.app.src

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