Skip to content

Releases: ebln/psr7-symfony1-adapter

v1.6.1 Renaming package

07 Jun 14:26
ce16dcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0 General Maintenance: dependencies et al.

07 Jun 14:08
Compare
Choose a tag to compare

What's Changed

  • Dependencies
    • added: "psr/http-message": "^1.1 || ^2.0" as a direct dependency!
    • removed: support for guzzlehttp/psr7 < 2.4.5
    • bumped to webmozart/assert:^1.11
  • Running CI checks fro PHP 7.4 - 8.3
  • Minor code fixes, due to psalm reports
  • Update dev dependencies
  • Update CI (GH actions)
  • Fix local dev env / dockerfile
  • Update code style and cs-fixer

Full Changelog: v1.5.0...v1.6.0

1.5.0 Maintaining dependencies

21 Apr 11:02
bebe1fb
Compare
Choose a tag to compare

1.5.0 Maintaining dependencies

Fixed

  • downstream vulnerabilities by bumping guzzlehttp/psr7 → replaces #32

Changed

  • Code
    • fixed getRequestTarget due to RequestIntegrationTest::testGetRequestTargetInOriginFormNormalizesUriWithMultipleLeadingSlashesInPath
    • Signature of Factory\DecoyHttpFactory::createUploadedFile changed slightly
    • withRequestTarget not accepting mixed anymore
  • Updated dev dependencies
  • Remove mock/guzzle-psr7 as php-http/psr7-integration-tests supports GuzzleHttp\Psr7 ^2.0
  • Update code style

1.4.0 Unleash PSR-15 & psr-http-message-bridge

19 Oct 16:10
5721cc4
Compare
Choose a tag to compare

1.4.0 Unleash PSR-15 & symfony/psr-http-message-bridge

Added

  • PSR-17 ResponseFactory to enable PSR-15
  • ResponseTranscriptor to transcribe PSR-7 responses directly to Symfony1 one's
  • Dependency to PSR-17 i.e. psr/http-factory
  • PSR-17 GuzzleStreamFactory and a DecoyHttpFactory to support symfony/psr-http-message-bridge
  • Started a changelog
  • composer-normalize

Changed

  • Updated dev dependencies
  • Renamed "Utillity" to brnc\Symfony1\Message\Utility, technically [BREAKING] yet was never supposed to be used in user land

Fixed

  • DX: makefile, dockerfile & xdebug

1.3.3 Fix Response's status code range

18 Sep 19:06
bc28895
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.4 - 8.0

Changes

Fixes

  • allow status codes 501 – 599

1.2.1 Fix Response's status code range

18 Sep 19:03
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.4 - 8.0

FIX: allow status codes 501 – 599

1.3.2 Increase compatibility for guzzlehttp/psr7

10 Jul 20:12
d4d1fa7
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.4 - 8.0

Changes

  • add support for guzzlehttp/psr7 @ ^2.0

Release 1.2.0 Moving to PHP 7.4

10 Jul 18:28
73cff70
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.4 - 8.0

Changes

  • dropping support for PHP version below 7.4
  • adjust tooling
    • moving to docker
  • mild adjustments to 7.4 specific features and updated analyzers
  • meant as compatibility release for guzzlehttp/psr7": "~1.6.1

PSR-7 Adapters for Symfony 1.5's webstack

05 Nov 20:23
7dda5b8
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.2.
Updated for Composer 2 compatibility.

PSR-7 Adapters for Symfony 1.5's webstack

05 Jul 15:54
Compare
Choose a tag to compare

Rudimentary adapters to use futureproof PSR-7 interfaces within a legacy Symfony 1.5 stack.
Expects your Symfony 1.5/1.4 framework to run on PHP 7.2.