Skip to content

Releases: facile-it/crossbar-http-publisher-bundle

2.0.0

18 Jun 06:04
7ab85a5
Compare
Choose a tag to compare

Changed

  • \Facile\CrossbarHTTPPublisherBundle\Publisher\Factory::createPublisher and \Facile\CrossbarHTTPPublisherBundle\Publisher\Publisher's methods now have typed parameters.

Removed

  • Support for PHP < 7.4
  • Support for Symfony < 4.4

1.1.0

11 Mar 06:20
d6ae50a
Compare
Choose a tag to compare

Added

  • Support for PHP 8.

Removed

  • Support for PHP 5. Only PHP 7.4 and 8+ is tested via GH actions

1.0.1

24 Jan 01:30
1.0.1
b780a9c
Compare
Choose a tag to compare

Changed

  • Raised test coverage to nearly 100%
  • Bump PHPUnit's minimum require-dev version to 4.6 to use Prophecy

Fixed

  • Minor style fixes
  • Removed BC layer for Symfony <2.6 factory definition

1.0

24 Jan 01:30
1.0
ef74c4c
Compare
Choose a tag to compare
1.0

Changed

  • Bump minimum required PHP version to 5.6
  • Bump minimum required Symfony version to 2.7

0.2

23 Jan 17:20
0.2
Compare
Choose a tag to compare
0.2

Changed

  • Added support for Symfony 3.x
  • Various internal refactoring, to avoid duplication of the private factory service

Fixed

  • Drop support to PHP 5.3, since it wasn't possible due to Guzzle 5 minimum requirements
  • Improvements to the composer.json package description
  • Various CI improvements:
    • Enable Travis CI build matrix (PHP 5.4 up to 7.1, and lowest & .lock deps)
    • Enable code coverage in Travis build
    • Enable Scrutinizer inspection and code coverage collection
    • Enable Coveralls.io

0.1

23 Jan 17:20
0.1
Compare
Choose a tag to compare
0.1
  • First tagged release; previously released as dev-master only