Skip to content

Releases: nette/http

Released version 2.3.3

23 Aug 14:18
@dg dg
Compare
Choose a tag to compare
  • Session: session ID is not regenerated when not set
  • travis: migrating to container-based infrastructure
  • improved coding style

For the details you can have a look at the diff.

Released version 2.2.8

23 Aug 14:15
@dg dg
Compare
Choose a tag to compare
  • Helpers: fixed ipMatch() for IPv4 #61
  • Session: session ID is not regenerated when not set
  • travis: migrating to container-based infrastructure
  • improved coding style

For the details you can have a look at the diff.

Released version 2.3.2

23 Aug 14:18
@dg dg
Compare
Choose a tag to compare
  • Helpers: fixed ipMatch() for IPv4 #61

For the details you can have a look at the diff.

Released version 2.3.1

23 Aug 14:17
@dg dg
Compare
Choose a tag to compare
  • Url: fixed isEqual() for same param values & regular sorting on numbers

For the details you can have a look at the diff.

Released version 2.2.7

23 Aug 14:15
@dg dg
Compare
Choose a tag to compare
  • Url: fixed isEqual() for same param values & regular sorting on numbers

For the details you can have a look at the diff.

Released version 2.2.6

23 Aug 14:14
@dg dg
Compare
Choose a tag to compare
  • HttpRequest: drops non-UTF8 strings, but control characters only removes
  • Session: fetch session cookie from Http\IRequest
  • Session: fix handling exceptions thrown from SessionHandlerInterface
  • Session::configure() do not override setHandler #15 #18
  • SessionPanel: fixed quirky htmlspecialchars in PHP 5.6
  • Response: fixed quirky htmlspecialchars in PHP 5.6
  • Url: fixed canonicalize()

For the details you can have a look at the diff.

Released version 2.3.0

31 Jan 14:06
@dg dg
Compare
Choose a tag to compare
  • RequestFactory: speed optimizations
  • Url: internally stores query parameters as array, improved canonicalize(), etc…
  • added briges for Nette DI
  • added Helpers::formatDate(), added IResponse::getHeader() (BC break)
  • Request::getUrl() is immutable
  • Response::date(), Request::isPost() & Request::getFile() with multiple keys are deprecated

Released version 2.2.5

30 Dec 10:05
@dg dg
Compare
Choose a tag to compare
  • RequestFactory: optimized UTF-8 validation performance
  • Url::unescape() optimized for performance
  • Url::unescape() unifies %aa to %AA

For the details you can have a look at the diff.

Released version 2.2.4

30 Dec 10:04
@dg dg
Compare
Choose a tag to compare
  • Response::redirect() link is printed only for https? protocols [Closes #24](security fix)
  • Response: workaroud for PHP bugs #61106 and #66375 [closes #25]

For the details you can have a look at the diff.

Released version 2.2.2

30 Dec 10:03
@dg dg
Compare
Choose a tag to compare
  • Url::isEqual: improved, fixed comparing of indexed arrays
  • Response: added missing HTTP status codes as constants
  • Request: header names are lowercased

For the details you can have a look at the diff.