v0.56.9 2018-03-13T19:00:16Z
 - ca_file.pem updated

v0.56.8 2018-03-13T18:45:26Z
 - POD updated
 - $SQL_BLOB removed
 - SQLite types moved
 - DBI query builder - support for specify data type added

v0.56.7 2018-03-12T09:19:15Z
 - pcore docker from command updated
 - src use json::xs for .json
 - pcore pause report added
 - api pgsql backend
 - pgsql app api
 - event POD added
 - syntax
 - RPC POD added
 - useless AE::postpone removed
 - eval verify argon2 hash
 - snippets added
 - typo in POD

v0.56.6 2018-02-20T13:05:27Z
 - code formatted

v0.56.5 2018-01-21T20:48:09Z
 - code cleanup
 - perltidy --weld-nested-containers flag added
 - certs updated

v0.56.4 2017-12-03T15:05:04Z
 - toml die on parsing error
 - DynaLoader replaced with XSLoader
 - HTTP $res->tree method added (HTML::TreeBuilder::LibXML)
 - IMAP removed from Pcore utils

v0.56.3 2017-11-27T16:26:33Z
 - dist pause cleanup cli added
 - typo

v0.56.2 2017-11-27T01:05:01Z
 - typo in comments
 - allow app to run without API fixed

v0.56.1 2017-10-16T01:48:21Z
 - cookies expired date fixed

v0.56.0 2017-10-13T19:10:11Z
 - http redirects processing improved
 - http recurse renamed to max_redirects

v0.55.0 2017-09-28T15:58:06Z
 - toml integrated
 - perl v5.26.1

v0.54.0 2017-09-17T23:55:02Z
 - blocking src filters
 - run_proc blocking mode

v0.53.0 2017-09-14T12:41:19Z
 - date duration object

v0.52.0 2017-09-12T11:16:11Z
 - RPC CBOR fixed
 - to/from perl improved
 - to/from yaml improved
 - to/from ini improved
 - to/from xml improved
 - Net::LibIDN deps removed
 - idn2 bindings
 - added debug info for uri host tests

v0.51.0 2017-09-08T16:14:54Z
 - SCM upstream fix for support _ in repo name
 - default docker pcore tag changed to latest
 - date strp %e pattern added
 - strptime %m parse single-digit month
 - exception obj longmess fixed
 - http headers to string improved

v0.50.0 2017-08-25T09:27:04Z
 - SQL functions returns $dbh as first arg

v0.49.0 2017-08-24T20:02:36Z
 - HTTP methods parse last CodeRef arg as on_finish callback
 - HTTP response set_version method removed
 - HTTP response set_body method removed
 - HTTP response set_path, has_path methods removed
 - HTTP response has_body method removed
 - to_psgi methods removed
 - dockerfile MAINTAINER replaced with LABEL

v0.48.6 2017-08-24T09:25:00Z
 - proc - properly quote cmd under windows
 - proc - _create_proccess args changed
 - connect_ws - protocol moved to args hash key

v0.48.5 2017-08-22T20:14:46Z
 - AE tcp_bind return guard

v0.48.4 2017-08-21T19:00:46Z
 - do not term pgrp on proc handle destroy

v0.48.3 2017-08-21T06:37:50Z
 - trigger docker latest tag first on release
 - send SIGTERM instead of SIGKILL to child processes. Run child processes
   in own PRGP

v0.48.2 2017-08-15T11:57:11Z
 - pcore-vim-rpc renamed

v0.48.1 2017-08-13T16:09:52Z
 - "pcore docker remove" command renamed to "rm", added possibility to
   remove multiple tags

v0.48.0 2017-08-12T09:36:24Z
 - app->{cfg} renamed to instance_auth
 - pcore-vim-rpc script

v0.47.0 2017-08-08T16:33:08Z
 - app API auth events
 - reauthenticare auth token on api call
 - various app API improvements
 - blessed -> is_blessed_ref
 - ref -> is_plain_arrayref
 - ref -> is_plain_hashref
 - ref -> is_plain_coderef

v0.46.1 2017-08-01T09:56:55Z
 - docker build status text improved to display unknown statuses
 - l10n deferred calls updated

v0.46.0 2017-07-30T06:57:52Z
 - dist issues api updated
 - use Cpanel::JSON::XS instead of JSON::XS
 - dist id fixed
 - scm upstream_api -> hosting_api
 - SCM API updated

v0.45.6 2017-07-27T17:39:50Z
 - docker ls command sort order updated
 - undef val usage fixed

v0.45.5 2017-07-27T11:20:50Z
 - dist docker info renamed to status

v0.45.4 2017-07-27T11:12:53Z
 - dist release fixed

v0.45.3 2017-07-27T11:08:21Z
 - dist release fixed

v0.45.2 2017-07-27T11:02:23Z
 - dist release fixed

v0.45.1 2017-07-27T10:57:56Z
 - dist release fixed

v0.45.0 2017-07-27T10:49:42Z
 - read docker repo slug from config
 - DBI quote composite id
 - dist build docker command updated
 - new dockerhub api
 - SCM upstream API updated
 - cpan meta info generator moved to scm upstream
 - BitBucket API updated
 - new pcore dist create options
 - DockerHub api updated
 - BitBucket API issues removed
 - GitHub API updated
 - dist wiki api updated
 - dist release api updated
 - use ca_file only under windows

v0.44.0 2017-07-14T23:45:47Z
 - nssm removed
 - [l10n] do not add empty transaltions on read .po
 - fix upstream repo path for git
 - remove possibility to release when docker base image version is not
   specified
 - disable issues tracker support during release

v0.43.3 2017-07-14T08:15:25Z
 - No issues on bugtracker were closed since the last release
 - dbi prepare query ORDER BY context added

v0.43.2 2017-07-13T08:22:22Z
 - No issues on bugtracker were closed since the last release
 - api role order sql method now accepts array

v0.43.1 2017-07-12T21:02:10Z
 - No issues on bugtracker were closed since the last release
 - prototypes added to uuid functions

v0.43.0 2017-07-11T13:13:45Z
 - No issues on bugtracker were closed since the last release
 - api auth pgsql backend proto added
 - make uuid rfc compatible
 - is_uuid_str renamed to looks_like_uuid
 - api role helper functions for parse sql filters and sorters
 - i18n renamed to l10n

v0.42.1 2017-07-03T12:38:22Z
 - No issues on bugtracker were closed since the last release
 - http switch to GET request on 302 redirect

v0.42.0 2017-06-29T19:32:20Z
 - No issues on bugtracker were closed since the last release
 - new DBH handle architecture
 - fix output for empty key name in dump
 - app api use new sqlite handle
 - proxy ported to the new sqlite driver
 - sql pragma added, -promise pragma removed
 - par report missed modules

v0.41.0 2017-06-22T02:41:36Z
 - No issues on bugtracker were closed since the last release
 - Ref::Util added to Pcore::Util::Scalar
 - Pcore::HTTP use more fastest ref functions
 - ca_file.pem updated
 - result class rewrited using is_ref_* functions
 - is_glob function fixed

v0.40.3 2017-06-08T05:22:02Z
 - No issues on bugtracker were closed since the last release
 - cache lru bench added
 - Pcore::Util::Hash::LRU added
 - par.perl renamed to par.ini
 - app start message added

v0.40.2 2017-06-05T11:49:28Z
 - No issues on bugtracker were closed since the last release
 - install perl exclusions before update cpan
 - use binmode for RPC control FH
 - scan deps fixed when pardeps is not exists
 - fixed %ENV before run external process
 - PAR shlib do not add perl interptreter twice
 - PAR do not add perl dso twice
 - PAR fixed invalid path in zip
 - PAR do not write tree to temp dir
 - PAR drop read-only attr

v0.40.1 2017-06-03T15:55:02Z
 - No issues on bugtracker were closed since the last release
 - RPC protocol fix for windows

v0.40.0 2017-06-03T14:15:26Z
 - No issues on bugtracker were closed since the last release
 - Net::SSLeay init removed
 - Filter::Crypto  preload removed
 - stderr pipe return if stderr handle is closed
 - AE::Handle support for linux abstract UDS improved
 - AE::Socket::tcp_connect patch removed
 - perl v5.26.0

v0.39.0 2017-06-02T07:47:22Z
 - No issues on bugtracker were closed since the last release
 - Pcore::AE::Handle <-> Pcore::AE::Handle2
 - log pipes attrs changed to private
 - dump() tags attr added
 - dump() TO_DUMP method name is hardcoded
 - dump() improved
 - log pipes serialize event data manually
 - event log pipes improved
 - exception fire events via sendlog
 - forward event interface
 - pcore websocket uses forward_event interface
 - websocket event message format changed
 - event variables renamed
 - event listener get single $ev argument
 - on_listen_event get mask as argument
 - on_fire_event get key as argument
 - invalid common longest prefix in src report fixed

v0.38.0 2017-05-31T16:36:41Z
 - No issues on bugtracker were closed since the last release
 - renamed LOG_STDERR_DISABLED to PCORE_LOG_STDERR_DISABLED
 - chdir to dist root when changing docker from tag
 - quote strings using qq[] instead of " in dump
 - dump improved
 - docker perl updated to v5.26.0
 - $ENV{ANSI_COLORS_DISABLED} removed
 - handle perlcritic exceptions
 - remove longest common prefix from paths in src report

v0.37.0 2017-05-30T15:35:28Z
 - No issues on bugtracker were closed since the last release
 - destroy handle after calling on_error callback
 - PAR DSO scan
 - scan deps improved to find embedded packages sources
 - par helper file pcore.perl removed
 - PAR so scan process improved
 - use AE::postpone for callbacks in proc
 - ANSI const added
 - migrate to ANSI colors vars
 - TRUE / FALSE const removed
 - event-based log
 - stack trace speed optimized
 - try/catch removed

v0.36.0 2017-05-27T09:49:39Z
 - No issues on bugtracker were closed since the last release
 - connect_ws on_error -> on_connect_error
 - websocket mem leaks removed
 - api client connect_timeout added
 - websocket server mem leak
 - api client undef socket on disconnect
 - websocket on_rpc_call -> on_rpc
 - websocket return exception if rpc is not supported
 - websocket use 1001 status on destroy handle
 - websocket improvements
 - RPC authentication
 - mem leak in rpc connect
 - websocket disconnect reason fixed

v0.35.1 2017-05-25T08:25:04Z
 - No issues on bugtracker were closed since the last release
 - http use timeout as connect_timeout if not defined
 - use low tls ctx if not defined
 - tls ctx const values changed

v0.35.0 2017-05-25T07:10:36Z
 - No issues on bugtracker were closed since the last release
 - override tcp_connect for intercept exceptions in prepare cb
 - websocket on_pong get data ref as argument
 - http - use Pcore::AE::Handle2 if connections is not use proxy
 - make http connections not persistent by default
 - AE::Handle2 set peername, required for TLS
 - support for on_connect_error added for Handle2
 - handle2 persistent connections
 - api client use persistent HTTP connection by default
 - http set is_connect_error
 - TLS_CTX constants moved to the AE::Handle
 - use AE::Handle2 where it is possible
 - handle use high tls_ctx by default
 - http use high tls_ctx by default
 - CA use default tls ctx

v0.34.0 2017-05-23T15:46:24Z
 - No issues on bugtracker were closed since the last release
 - fixed invalid arguments for websocket on_pong callback
 - websocket on_pong callback get payload as scalar instead of scalar ref
 - Pcore::HTTP::Request removed
 - http connect_timeout added
 - makes http cookies support HashRef
 - http cookie_jar renamed to cookies
 - Pcore::HTTP::Message removed

v0.33.2 2017-05-20T20:44:07Z
 - No issues on bugtracker were closed since the last release
 - do not block filehandle for temp CHANGES file during release

v0.33.1 2017-05-20T19:49:34Z
 - No issues on bugtracker were closed since the last release
 - api client improved
 - do not add . to @INC
 - pcore.perl dist util removed
 - pcore.perl dist mod_share removed
 - [PAR] pack full dist share
 - bitbucket API improved
 - pcore.perl renamed to pcore.ini
 - various bugs fixed
 - ported to the new pcore.ini structure
 - release process improved
 - result - remove headers support
 - scm - scm_get_changesets method added
 - add more messages during dist release
 - added possibility to edit changelog during release
 - useless warnings disabled
 - CHANGES was not updated

v0.32.5 2017-05-16T15:47:19Z
 - No issues were closed since the last release

v0.32.4 2017-05-16T14:16:16Z
 - No issues were closed since the last release

v0.32.3 2017-05-16T08:52:43Z
 - No issues were closed since the last release

v0.32.2 2017-05-09T13:43:06Z
 - No issues were closed since the last release

v0.32.1 2017-05-08T22:31:27Z
 - No issues were closed since the last release

v0.32.0 2017-05-03T09:30:01Z
 - No issues were closed since the last release

v0.31.4 2017-04-24T12:26:25Z
 - No issues were closed since the last release

v0.31.3 2017-04-22T00:07:27Z
 - No issues were closed since the last release

v0.31.2 2017-04-19T22:58:29Z
 - No issues were closed since the last release

v0.31.1 2017-04-17T23:22:44Z
 - No issues were closed since the last release

v0.31.0 2017-04-16T19:12:51Z
 - No issues were closed since the last release

v0.30.3 2017-04-16T18:48:49Z
 - No issues were closed since the last release

v0.30.2 2017-04-16T18:19:45Z
 - No issues were closed since the last release

v0.30.1 2017-04-16T17:50:17Z
 - No issues were closed since the last release

v0.30.0 2017-04-15T13:22:19Z
 - No issues were closed since the last release

v0.29.2 2017-04-13T17:01:03Z
 - No issues were closed since the last release

v0.29.1 2017-04-11T18:51:03Z
 - No issues were closed since the last release

v0.29.0 2017-04-09T17:42:50Z
 - No issues were closed since the last release

v0.28.0 2017-04-09T08:22:19Z
 - No issues were closed since the last release

v0.27.0 2017-03-18T22:00:48Z
 - No issues were closed since the last release

v0.26.0 2017-01-24T17:45:13Z
 - No issues were closed since the last release

v0.25.0 2016-12-14T08:44:06Z
 - No issues were closed since the last release

v0.24.5 2016-07-24T11:33:16Z
 - No issues were closed since the last release

v0.24.4 2016-07-18T20:10:35Z
 - No issues were closed since the last release

v0.24.3 2016-07-18T16:58:41Z
 - No issues were closed since the last release

v0.24.2 2016-07-17T18:39:26Z
 - No issues were closed since the last release

v0.24.1 2016-07-17T11:03:17Z
 - No issues were closed since the last release

v0.24.0 2016-07-17T08:16:21Z
 [ENHANCEMENT]
 - [minor] Use URI for configuring H handles
   (https://bitbucket.org/softvisio/pcore/issues/30/)

v0.23.20 2016-06-18T03:48:13Z
 - No issues were closed since the last release

v0.23.19 2016-06-17T06:55:48Z
 - No issues were closed since the last release

v0.23.18 2016-06-14T15:07:33Z
 - No issues were closed since the last release

v0.23.17 2016-06-11T15:51:36Z
 - No issues were closed since the last release

v0.23.16 2016-06-03T14:17:23Z
 - No issues were closed since the last release

v0.23.15 2016-05-23T20:25:19Z
 - No issues were closed since the last release

v0.23.14 2016-05-15T16:42:21Z
 - No issues were closed since the last release

v0.23.13 2016-05-15T16:21:14Z
 - No issues were closed since the last release

v0.23.12 2016-05-15T15:26:51Z
 [BUG]
 - [major] Pcore-v0.23.5: installation assumes that Pcore is already
   installed (https://bitbucket.org/softvisio/pcore/issues/37/)

v0.23.11 2016-05-13T15:24:06Z
 - No issues were closed since the last release

v0.23.10 2016-05-13T13:08:34Z
 - No issues were closed since the last release

v0.23.9 2016-05-13T12:23:25Z
 - No issues were closed since the last release

v0.23.8 2016-05-12T22:16:33Z
 - No issues were closed since the last release

v0.23.7 2016-05-11T16:43:51Z
 - No issues were closed since the last release

v0.23.6 2016-05-10T14:18:26Z
 - No issues were closed since the last release

v0.23.5 2016-05-01T04:39:25Z
 - No issues were closed since the last release

v0.23.4 2016-04-29T14:45:44Z
 - No issues were closed since the last release

v0.23.3 2016-04-29T14:23:37Z
 - No issues were closed since the last release

v0.23.2 2016-04-29T11:38:37Z
 - No issues were closed since the last release

v0.23.1 2016-04-29T11:34:26Z
 - No issues were closed since the last release

v0.23.0 2016-04-29T03:45:32Z
 - No issues were closed since the last release

v0.22.3 2016-04-25T21:45:18Z
 - No issues were closed since the last release

v0.22.2 2016-04-24T15:49:40Z
 - No issues were closed since the last release

v0.22.1 2016-04-24T14:50:26Z
 - No issues were closed since the last release

v0.22.0 2016-04-24T14:45:50Z
 - No issues were closed since the last release

v0.21.5 2016-04-23T16:13:30Z
 - No issues were closed since the last release

v0.21.4 2016-04-23T06:35:34Z
 - No issues were closed since the last release

v0.21.3 2016-04-23T04:05:47Z
 - No issues were closed since the last release

v0.21.2 2016-04-22T00:57:52Z
 - No issues were closed since the last release

v0.21.1 2016-04-22T00:52:10Z
 - No issues were closed since the last release

v0.21.0 2016-04-20T13:54:10Z
 - No issues were closed since the last release

v0.20.5 2016-04-18T08:03:41Z
 - No issues were closed since the last release

v0.20.4 2016-04-18T00:28:28Z
 - No issues were closed since the last release

v0.20.3 2016-04-18T00:11:30Z
 - No issues were closed since the last release

v0.20.2 2016-04-17T23:51:38Z
 - No issues were closed since the last release

v0.20.1 2016-04-17T23:45:51Z
 - No issues were closed since the last release

v0.20.0 2016-04-17T23:34:46Z
 - No issues were closed since the last release

v0.19.0 2016-03-20T22:15:05Z
 [BUG]
 - [minor] Add possibility to release v0.1.0
   (https://bitbucket.org/softvisio/pcore/issues/25/)

 [ENHANCEMENT]
 - [minor] Pcore::Util::PM::Proc API improvements
   (https://bitbucket.org/softvisio/pcore/issues/18/)

v0.18.2 2016-02-20T04:26:48Z
 - No issues were closed since the last release

v0.18.1 2016-02-07T06:43:42Z
 [BUG]
 - [major] Possibly useless PROXY_AUTHORIZATION in
   Pcore::HTTP::Util::_connect
   (https://bitbucket.org/softvisio/pcore/issues/32/)

v0.18.0 2016-02-03T01:22:42Z
 [BUG]
 - [critical] Pcore::HTTP - content headers generation
   (https://bitbucket.org/softvisio/pcore/issues/33/)
 - [major] Use $dist->name as share lib name
   (https://bitbucket.org/softvisio/pcore/issues/29/)

 [ENHANCEMENT]
 - [major] Reopen log filehandles automatically on unlink
   (https://bitbucket.org/softvisio/pcore/issues/31/)

v0.17.1 2016-01-28T08:06:58Z
 - No issues were closed since the last release

v0.17.0 2016-01-28T07:27:55Z
 [ENHANCEMENT]
 - [critical] TLS handshake is VERY slow under windows
   (https://bitbucket.org/softvisio/pcore/issues/5/)
 - [major] Pcore issues - update --active issues status option
   (https://bitbucket.org/softvisio/pcore/issues/22/)
 - [major] Pcore::Util::Random - use Net::SSLeay as random bytes generator
   (https://bitbucket.org/softvisio/pcore/issues/21/)
 - [major] header.pm - general perl pragmas exporter
   (https://bitbucket.org/softvisio/pcore/issues/20/)
 - [major] Combine all cli settings in one sub, named CLI
   (https://bitbucket.org/softvisio/pcore/issues/7/)
 - [major] Register dist. on first use
   (https://bitbucket.org/softvisio/pcore/issues/27/)
 - [minor] Change issues list sort order
   (https://bitbucket.org/softvisio/pcore/issues/23/)

 [TASK]
 - [major] Move GeoIP to the separate dist
   (https://bitbucket.org/softvisio/pcore/issues/24/)
 - [minor] Pcore.pm - arch. refactoring
   (https://bitbucket.org/softvisio/pcore/issues/26/)

v0.16.1 2016-01-10T16:41:48Z
 - No issues were closed since the last release

v0.16.0 2016-01-10T16:16:54Z
 [ENHANCEMENT]
 - [minor] Pcore::HTTP method can be setted to blocking mode automatically
   if want array (https://bitbucket.org/softvisio/pcore/issues/10/)

v0.15.2 2016-01-10T11:52:10Z
 [BUG]
 - [major] Use milestone instead of version for release issues
   (https://bitbucket.org/softvisio/pcore/issues/16/)

 [ENHANCEMENT]
 - [minor] Change issue status from command line
   (https://bitbucket.org/softvisio/pcore/issues/15/)

v0.15.1 2016-01-10T00:06:19Z
 [BUG]
 - [trivial] Remove #issue: from CHANGES
   (https://bitbucket.org/softvisio/pcore/issues/14/)

v0.15.0 2016-01-09T23:35:53Z
 [ENHANCEMENT]
 - [minor] Bitbucket issues integration
   (https://bitbucket.org/softvisio/pcore/issues/4/)
 - [minor] Support for bind_ip for Pcore::AE::Handle
   (https://bitbucket.org/softvisio/pcore/issues/3/)
 - [trivial] Rename pcore "info" to "id"
   (https://bitbucket.org/softvisio/pcore/issues/12/)
 - [trivial] Check, that we are on "default" SCM brach on release
   (https://bitbucket.org/softvisio/pcore/issues/6/)