sonarrradarrplexorganizrnginxdashboardlandingpagestartpagelandinghtpcserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximux
		
		
		
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							6.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							6.3 KiB
						
					
					
				Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
1.5.2 - 2018-12-04
Fixed
- Check body size when getting the message summary
1.5.1 - 2018-12-04
Fixed
- Get the summary of a body only if it is readable
1.5.0 - 2018-12-03
Added
- Response first-line to response string exception (fixes #145)
- A test for #129 behavior
- get_message_body_summaryfunction in order to get the message summary
- 3gpand- mkvmime types
Changed
- Clarify exception message when stream is detached
Deprecated
- Deprecated parsing folded header lines as per RFC 7230
Fixed
- Fix AppendStream::detachto not close streams
- InflateStreampreserves- isSeekableattribute of the underlying stream
- ServerRequest::getUriFromGlobalsto support URLs in query parameters
Several other fixes and improvements.
1.4.2 - 2017-03-20
Fixed
- Reverted BC break to Uri::resolveandUri::removeDotSegmentsby removing calls totrigger_errorwhen deprecated methods are invoked.
1.4.1 - 2017-02-27
Added
- Rriggering of silenced deprecation warnings.
Fixed
- Reverted BC break by reintroducing behavior to automagically fix a URI with a relative path and an authority by adding a leading slash to the path. It's only deprecated now.
1.4.0 - 2017-02-21
Added
- Added common URI utility methods based on RFC 3986 (see documentation in the readme):
- Uri::isDefaultPort
- Uri::isAbsolute
- Uri::isNetworkPathReference
- Uri::isAbsolutePathReference
- Uri::isRelativePathReference
- Uri::isSameDocumentReference
- Uri::composeComponents
- UriNormalizer::normalize
- UriNormalizer::isEquivalent
- UriResolver::relativize
 
Changed
- Ensure ServerRequest::getUriFromGlobalsreturns a URI in absolute form.
- Allow parse_responseto parse a response without delimiting space and reason.
- Ensure each URI modification results in a valid URI according to PSR-7 discussions.
Invalid modifications will throw an exception instead of returning a wrong URI or
doing some magic.
- (new Uri)->withPath('foo')->withHost('example.com')will throw an exception because the path of a URI with an authority must start with a slash "/" or be empty
- (new Uri())->withScheme('http')will return- 'http://localhost'
 
Deprecated
- Uri::resolvein favor of- UriResolver::resolve
- Uri::removeDotSegmentsin favor of- UriResolver::removeDotSegments
Fixed
- Stream::readwhen length parameter <= 0.
- copy_to_streamreads bytes in chunks instead of- maxLeninto memory.
- ServerRequest::getUriFromGlobalswhen- Hostheader contains port.
- Compatibility of URIs with filescheme and empty host.
1.3.1 - 2016-06-25
Fixed
- Uri::__toStringfor network path references, e.g.- //example.org.
- Missing lowercase normalization for host.
- Handling of URI components in case they are '0'in a lot of places, e.g. as a user info password.
- Uri::withAddedHeaderto correctly merge headers with different case.
- Trimming of header values in Uri::withAddedHeader. Header values may be surrounded by whitespace which should be ignored according to RFC 7230 Section 3.2.4. This does not apply to header names.
- Uri::withAddedHeaderwith an array of header values.
- Uri::resolvewhen base path has no slash and handling of fragment.
- Handling of encoding in Uri::with(out)QueryValueso one can pass the key/value both in encoded as well as decoded form to those methods. This is consistent with withPath, withQuery etc.
- ServerRequest::withoutAttributewhen attribute value is null.
1.3.0 - 2016-04-13
Added
- Remaining interfaces needed for full PSR7 compatibility (ServerRequestInterface, UploadedFileInterface, etc.).
- Support for stream_for from scalars.
Changed
- Can now extend Uri.
Fixed
- A bug in validating request methods by making it more permissive.
1.2.3 - 2016-02-18
Fixed
- Support in GuzzleHttp\Psr7\CachingStreamfor seeking forward on remote streams, which can sometimes return fewer bytes than requested withfread.
- Handling of gzipped responses with FNAME headers.
1.2.2 - 2016-01-22
Added
- Support for URIs without any authority.
- Support for HTTP 451 'Unavailable For Legal Reasons.'
- Support for using '0' as a filename.
- Support for including non-standard ports in Host headers.
1.2.1 - 2015-11-02
Changes
- Now supporting negative offsets when seeking to SEEK_END.
1.2.0 - 2015-08-15
Changed
- Body as "0"is now properly added to a response.
- Now allowing forward seeking in CachingStream.
- Now properly parsing HTTP requests that contain proxy targets in
parse_request.
- functions.php is now conditionally required.
- user-info is no longer dropped when resolving URIs.
1.1.0 - 2015-06-24
Changed
- URIs can now be relative.
- multipart/form-dataheaders are now overridden case-insensitively.
- URI paths no longer encode the following characters because they are allowed in URIs: "(", ")", "*", "!", "'"
- A port is no longer added to a URI when the scheme is missing and no port is present.
1.0.0 - 2015-05-19
Initial release.
Currently unsupported:
- Psr\Http\Message\ServerRequestInterface
- Psr\Http\Message\UploadedFileInterface