Skip to content
Snippets Groups Projects
package.xml 86.9 KiB
Newer Older
   <version>
    <release>0.6.1</release>
    <api>0.6.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2015-10-21</date>
   <license>BSD</license>
   <notes>
- fixed undefined constant fatal error when run with apache/nginx #2275
   </notes>
  </release>
  <release>
   <version>
    <release>0.7.0</release>
    <api>0.7.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2016-01-13</date>
   <license>BSD</license>
   <notes>
- Breaking change to Credentials class (removed) #3765
- Replaced by ChannelCredentials and CallCredentials class #3765
- New plugin based metadata auth API #4394
- Explicit ChannelCredentials::createInsecure() call
   </notes>
  </release>
  <release>
   <version>
    <release>0.8.0</release>
    <api>0.8.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2016-02-24</date>
   <license>BSD</license>
   <notes>
- Simplify gRPC PHP installation #4517
Stanley Cheung's avatar
Stanley Cheung committed
- Wrap gRPC core library version 0.13
   </notes>
  </release>
  <release>
   <version>
    <release>0.8.1</release>
    <api>0.8.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2016-03-01</date>
   <license>BSD</license>
   <notes>
- Increase unit test code coverage #5225
   </notes>
  </release>
  <release>
   <version>
    <release>0.14.0</release>
    <api>0.14.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2016-04-19</date>
   <license>BSD</license>
   <notes>
Stanley Cheung's avatar
Stanley Cheung committed
- wrap grpc C core version 0.14.0
- destroy grpc_byte_buffer after startBatch #6096
   </notes>
  </release>
  <release>
   <version>
Stanley Cheung's avatar
Stanley Cheung committed
    <release>0.15.0</release>
    <api>0.15.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2016-05-18</date>
   <license>BSD</license>
   <notes>
- Updated functions with TSRM macros for ZTS support #6607
Stanley Cheung's avatar
Stanley Cheung committed
- Load default roots.pem via grpc_set_ssl_roots_override_callback #6848
   </notes>
  </release>
  <release>
   <version>
    <release>1.0.0RC1</release>
    <api>1.0.0RC1</api>
Stanley Cheung's avatar
Stanley Cheung committed
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
Stanley Cheung's avatar
Stanley Cheung committed
   </stability>
   <date>2016-07-13</date>
Stanley Cheung's avatar
Stanley Cheung committed
   <license>BSD</license>
   <notes>
- GA release
Stanley Cheung's avatar
Stanley Cheung committed
- Fix shutdown hang problem #4017
   </notes>
  </release>
  <release>
   <version>
    <release>1.0.0RC2</release>
    <api>1.0.0RC2</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2016-07-21</date>
   <license>BSD</license>
   <notes>
- PHP7 Support #7464
   </notes>
  </release>
Stanley Cheung's avatar
Stanley Cheung committed
  <release>
   <version>
    <release>1.0.0RC3</release>
    <api>1.0.0RC3</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2016-07-28</date>
   <license>BSD</license>
   <notes>
- PHP7 Support continued, reduce code duplication #7543
   </notes>
  </release>
Stanley Cheung's avatar
Stanley Cheung committed
  <release>
   <version>
    <release>1.0.0RC4</release>
    <api>1.0.0RC4</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2016-08-09</date>
   <license>BSD</license>
   <notes>
- Fixed Ubuntu compile error #7571, #7642
   </notes>
  </release>
 </changelog>
</package>