Skip to content

Commit

Permalink
backport #1588 to 5.x branch (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu authored and ruflin committed Jan 10, 2019
1 parent afc6636 commit 92ed6f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/ruflin/Elastica/compare/5.3.2...master)

## [Unreleased](https://github.com/ruflin/Elastica/compare/5.3.3...master)

### Backward Compatibility Breaks

Expand All @@ -11,6 +12,15 @@ All notable changes to this project will be documented in this file based on the

### Improvements

- [Backported] Reduced memory footprint of response by not keeping the raw JSON data when JSON after JSON has been parsed. [#1588](https://github.com/ruflin/Elastica/pull/1588)


## [5.3.3](https://github.com/ruflin/Elastica/compare/5.3.2...5.3.3)

### Bugfixes

- [Backported] Corrected phpdoc types to avoid warnings from code quality tools. [#1525](https://github.com/ruflin/Elastica/pull/1525)


## [5.3.2](https://github.com/ruflin/Elastica/compare/5.3.1...5.3.2)

Expand Down
1 change: 1 addition & 0 deletions lib/Elastica/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public function getData()
}

$this->_response = $response;
$this->_responseString = '';
}

return $this->_response;
Expand Down

0 comments on commit 92ed6f7

Please sign in to comment.