﻿<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Zend Framework Releases</title>
  <subtitle type="text">Zend Framework and zfcampus releases</subtitle>
  <updated>2019-12-31T19:45:22+00:00</updated>
  <generator uri="http://framework.zend.com" version="2">Zend_Feed_Writer</generator>
  <link rel="alternate" type="text/html" href="https://github.com/zendframework"/>
  <link rel="self" type="application/rss+xml" href="https://framework.zend.com/releases/rss.xml"/>
  <link rel="self" type="application/atom+xml" href="https://framework.zend.com/releases/atom.xml"/>
  <id>https://github.com/zendframework</id>
  <author>
    <name>Zend Framework Development Team</name>
    <uri>https://framework.zend.com</uri>
  </author>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-db 2.11.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-db 2.11.0]]></summary>
    <published>2019-12-31T19:45:22+00:00</published>
    <updated>2019-12-31T19:45:22+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-db/releases/tag/release-2.11.0"/>
    <id>https://github.com/zendframework/zend-db/releases/tag/release-2.11.0</id>
    <author>
      <name>michalbundyra</name>
      <uri>https://github.com/michalbundyra</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/336">#336</xhtml:a> adds <xhtml:code>InsertIgnore</xhtml:code> class for "INSERT IGNORE" usage (usable in <xhtml:code>MySQL</xhtml:code> platform).</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/356">#356</xhtml:a> adds support for <xhtml:code>IN (NULL)</xhtml:code> for empty value-set.</xhtml:p>
</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-db/pull/146">#146</xhtml:a> fixes setting correct value for <xhtml:code>lastInsertValue</xhtml:code> pre-insert in <xhtml:code>SequenceFeature</xhtml:code>.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-db 2.10.1]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-db 2.10.1]]></summary>
    <published>2019-12-31T17:56:34+00:00</published>
    <updated>2019-12-31T17:56:34+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-db/releases/tag/release-2.10.1"/>
    <id>https://github.com/zendframework/zend-db/releases/tag/release-2.10.1</id>
    <author>
      <name>michalbundyra</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/382">#382</xhtml:a> fixes <xhtml:code>Zend\Db\Sql\Expression</xhtml:code> to allow <xhtml:code>0</xhtml:code> value for parameter.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/395">#395</xhtml:a> fixes PHP 7.4 compatibility.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/392">#392</xhtml:a> fixes <xhtml:code>MetadataFeature</xhtml:code> to work with <xhtml:code>TableIdentifier</xhtml:code>.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/399">#399</xhtml:a> fixes accessing constraint metadata within the Oracle adapter.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/375">#375</xhtml:a> fixes detecting number of replacements in <xhtml:code>Zend\Db\Sql\Expression</xhtml:code>.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/377">#377</xhtml:a> allows any <xhtml:code>AdapterInterface</xhtml:code> instance in <xhtml:code>RowGateway</xhtml:code>.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/342">#342</xhtml:a> fixes deleting from aliased tables.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-db/pull/386">#386</xhtml:a> fixes too strongly casting integer parameters in PDO adapter.</xhtml:p>
</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-http 2.11.2]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-http 2.11.2]]></summary>
    <published>2019-12-30T20:49:52+00:00</published>
    <updated>2019-12-30T20:49:52+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-http/releases/tag/release-2.11.2"/>
    <id>https://github.com/zendframework/zend-http/releases/tag/release-2.11.2</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-http/pull/207">#207</xhtml:a> fixes case sensitivity for SameSite directive.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-problem-details 1.1.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-problem-details 1.1.0]]></summary>
    <published>2019-12-30T20:18:25+00:00</published>
    <updated>2019-12-30T20:18:25+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-problem-details/releases/tag/1.1.0"/>
    <id>https://github.com/zendframework/zend-problem-details/releases/tag/1.1.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-problem-details/pull/51">#51</xhtml:a> adds a new <xhtml:code>problem-details.default_types_map</xhtml:code> config option, which can be used to define custom <xhtml:code>type</xhtml:code> values based on status codes.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-expressive-authentication-oauth2 2.0.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-expressive-authentication-oauth2 2.0.0]]></summary>
    <published>2019-12-28T20:54:26+00:00</published>
    <updated>2019-12-28T20:54:26+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/2.0.0"/>
    <id>https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/2.0.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/69">#69</xhtml:a> updates the minimum supported version of league/oauth-server to ^8.0.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-expressive-authentication-oauth2 1.3.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-expressive-authentication-oauth2 1.3.0]]></summary>
    <published>2019-12-28T20:44:25+00:00</published>
    <updated>2019-12-28T20:44:25+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/1.3.0"/>
    <id>https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/1.3.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/62">#62</xhtml:a> adds the ability to configure and add event listeners for the underlying league/oauth2 implementation. See the <xhtml:a href="https://docs.zendframework.com/zend-expressive-authentication-oauth2/intro/#configure-event-listeners">event listeners configuration documentation</xhtml:a> for more information.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-expressive-authentication-oauth2 1.2.1]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-expressive-authentication-oauth2 1.2.1]]></summary>
    <published>2019-12-28T19:57:48+00:00</published>
    <updated>2019-12-28T19:57:48+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/1.2.1"/>
    <id>https://github.com/zendframework/zend-expressive-authentication-oauth2/releases/tag/1.2.1</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/55">#55</xhtml:a> changes how the <xhtml:code>OAuth2Adapter</xhtml:code> validates when a client ID is present. Previously, if a client ID was present, but not a user ID, it would attempt to pull a user from the user factory using the client ID, which was incorrect. With this release, it no longer does that.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/71">#71</xhtml:a> adds a check to <xhtml:code>AccessTokenRepository</xhtml:code> to verify that a row was returned before checking if a token was revoked, raising an exception if not.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/72">#72</xhtml:a> updates the database schema in provided examples to reflect actual requirements.</xhtml:p>
</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-validator 2.13.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-validator 2.13.0]]></summary>
    <published>2019-12-28T04:07:53+00:00</published>
    <updated>2019-12-28T04:07:53+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-validator/releases/tag/release-2.13.0"/>
    <id>https://github.com/zendframework/zend-validator/releases/tag/release-2.13.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-validator/pull/275">#275</xhtml:a> adds a new <xhtml:code>strict</xhtml:code> option to <xhtml:code>Zend\Validator\Date</xhtml:code>; when <xhtml:code>true</xhtml:code>, the value being validated must both be a date AND in the same format as provided via the <xhtml:code>format</xhtml:code> option.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-validator/pull/264">#264</xhtml:a> adds <xhtml:code>Zend\Validator\UndisclosedPassword</xhtml:code>, which can be used to determine if a password has been exposed in a known data breach as reported on the <xhtml:a href="https://www.haveibeenpwned.com">Have I Been Pwned?</xhtml:a> website. <xhtml:a href="https://docs.zendframework.com/zend-validator/validators/undisclosed-password/">Documentation</xhtml:a></xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-validator/pull/266">#266</xhtml:a> adds a new option to the <xhtml:code>File\Extension</xhtml:code> and <xhtml:code>File\ExcludeExtension</xhtml:code> validators, <xhtml:code>allowNonExistentFile</xhtml:code>. When set to <xhtml:code>true</xhtml:code>, the validators will continue validating the extension of the filename given even if the file does not exist. The default is <xhtml:code>false</xhtml:code>, to preserve backwards compatibility with previous versions.</xhtml:p>
</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-validator/pull/264">#264</xhtml:a> bumps the minimum supported PHP version to 7.1.0.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-validator/pull/279">#279</xhtml:a> updates the <xhtml:code>magic.mime</xhtml:code> file used for file validations.</xhtml:p>
</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-validator/pull/264">#264</xhtml:a> removes support for PHP versions prior to 7.1.0.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-xmlrpc 2.9.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-xmlrpc 2.9.0]]></summary>
    <published>2019-12-27T23:39:03+00:00</published>
    <updated>2019-12-27T23:39:03+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-xmlrpc/releases/tag/release-2.9.0"/>
    <id>https://github.com/zendframework/zend-xmlrpc/releases/tag/release-2.9.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-xmlrpc/pull/40">#40</xhtml:a> modifies detection of integer values on 64-bit systems. Previously, i8 values parsed by the client were always cast to BigInteger values. Now, on 64-bit systems, they are cast to integers.</xhtml:li>
</xhtml:ul>
<xhtml:p>Disables use of BigInteger for XMLRPC i8 type if host machine is 64-bit.</xhtml:p>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-config-aggregator 1.2.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-config-aggregator 1.2.0]]></summary>
    <published>2019-12-27T22:58:24+00:00</published>
    <updated>2019-12-27T22:58:24+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-config-aggregator/releases/tag/1.2.0"/>
    <id>https://github.com/zendframework/zend-config-aggregator/releases/tag/1.2.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-config-aggregator/pull/23">#23</xhtml:a> adds the ability to specify the file mode for the generated cache file, when generating a cache file. The mode can be provided via the <xhtml:code>Zend\ConfigAggregator\ConfigAggregator::CACHE_FILEMODE</xhtml:code> configuration option. Modes should be expressed as octal values (e.g., <xhtml:code>0600</xhtml:code>).</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-config-aggregator/pull/21">#21</xhtml:a> adds support for PHP 7.3.</xhtml:p>
</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-log 2.12.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-log 2.12.0]]></summary>
    <published>2019-12-27T16:19:09+00:00</published>
    <updated>2019-12-27T16:19:09+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-log/releases/tag/release-2.12.0"/>
    <id>https://github.com/zendframework/zend-log/releases/tag/release-2.12.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-log/pull/99">#99</xhtml:a> adds <xhtml:code>Zend\Log\PsrLoggerAbstractAdapterFactory</xhtml:code>, which will create instances of <xhtml:code>PsrLoggerAdapter</xhtml:code>. Usage is exactly like with <xhtml:code>Zend\Log\LoggerAbstractServiceFactory</xhtml:code>, with the exception that it looks under the <xhtml:code>psr_log</xhtml:code> configuration key instead of the <xhtml:code>log</xhtml:code> key for logger configuration.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-log/pull/100">#100</xhtml:a> updates the psr/log constraint to 1.1.2, removing the need for an extra autoloader in this package.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-barcode 2.8.0]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-barcode 2.8.0]]></summary>
    <published>2019-12-26T21:11:35+00:00</published>
    <updated>2019-12-26T21:11:35+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-barcode/releases/tag/release-2.8.0"/>
    <id>https://github.com/zendframework/zend-barcode/releases/tag/release-2.8.0</id>
    <author>
      <name>weierophinney</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-barcode/pull/48">#48</xhtml:a> adds the methods <xhtml:code>setProvidedChecksum(bool $value)</xhtml:code> (and the option <xhtml:code>providedChecksum</xhtml:code>) and <xhtml:code>getProvidedChecksum()</xhtml:code>. These allow indicating that the barcode text includes a checksum value for purposes of validation.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-barcode/pull/49">#49</xhtml:a> deprecates <xhtml:code>Zend\Barcode\Renderer\Pdf</xhtml:code>. The renderer uses the now-abandoned zendframework/zendpdf package, and, as such, is deprecated as well, and scheduled for removal with version 3.0.0. We will release a separate PDF renderer package at a later date that consumes a 3rd party PDF library.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-i18n 2.10.1]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-i18n 2.10.1]]></summary>
    <published>2019-12-12T14:10:16+00:00</published>
    <updated>2019-12-12T14:10:16+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-i18n/releases/tag/release-2.10.1"/>
    <id>https://github.com/zendframework/zend-i18n/releases/tag/release-2.10.1</id>
    <author>
      <name>michalbundyra</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-i18n/pull/130">#130</xhtml:a> adds support for PHP 7.4.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-i18n/pull/129">#129</xhtml:a> fixes Hungarian PhoneNumber validator (mobile numbers starting from 50).</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-di 3.1.2]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-di 3.1.2]]></summary>
    <published>2019-12-10T20:33:24+00:00</published>
    <updated>2019-12-10T20:33:24+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-di/releases/tag/release-3.1.2"/>
    <id>https://github.com/zendframework/zend-di/releases/tag/release-3.1.2</id>
    <author>
      <name>michalbundyra</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-di/pull/56">#56</xhtml:a> adds support for PHP 7.3 and 7.4.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-di/pull/56">#56</xhtml:a> fixes PHP 7.4 compatibility.</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
  <entry xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <title type="html"><![CDATA[zendframework/zend-code 3.4.1]]></title>
    <summary type="html"><![CDATA[Release information for zendframework/zend-code 3.4.1]]></summary>
    <published>2019-12-10T19:30:03+00:00</published>
    <updated>2019-12-10T19:30:03+00:00</updated>
    <link rel="alternate" type="text/html" href="https://github.com/zendframework/zend-code/releases/tag/release-3.4.1"/>
    <id>https://github.com/zendframework/zend-code/releases/tag/release-3.4.1</id>
    <author>
      <name>michalbundyra</name>
      <uri>https://framework.zend.com/</uri>
    </author>
    <content xmlns:xhtml="http://www.w3.org/1999/xhtml" type="xhtml">
      <xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"><xhtml:h2>Added</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:a href="https://github.com/zendframework/zend-code/pull/180">#180</xhtml:a> adds support for PHP 7.4.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Changed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Deprecated</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Removed</xhtml:h2>
<xhtml:ul>
<xhtml:li>Nothing.</xhtml:li>
</xhtml:ul>
<xhtml:h2>Fixed</xhtml:h2>
<xhtml:ul>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-code/pull/179">#179</xhtml:a> fixes exception message when invalid value provided in <xhtml:code>Zend\Code\Generator\ValueGenerator</xhtml:code>.</xhtml:p>
</xhtml:li>
<xhtml:li>
<xhtml:p><xhtml:a href="https://github.com/zendframework/zend-code/pull/190">#180</xhtml:a> fixes PHP 7.4 compatibility.</xhtml:p>
</xhtml:li>
</xhtml:ul>
</xhtml:div>
    </content>
  </entry>
</feed>
