Api Platform Ms Bundle Versions Save

A set of tools to use Api Platform in a microservice context

v1.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mtarld/api-platform-ms-bundle/compare/v0.4.0...v1.0.0

v0.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mtarld/api-platform-ms-bundle/compare/v0.3.0...v0.4.0

v0.3.0

3 years ago
  • Added authentication header providers
  • Added PHP8 support
  • Deprecated findOneByIri, findOneBy, findBy, findAll methods in AbstractMicroserviceHttpRepository
  • Added fetchOneByIri, fetchOneBy, fetchBy, fetchAll methods in AbstractMicroserviceHttpRepository
  • Deprecated PaginatedCollectionIterator::iterateOver
  • Added PaginatedCollectionIterator::iterateItems
  • Added PaginatedCollectionIterator::iteratePages

v0.2.1

3 years ago
  • Fixed PaginatedCollectionIterator service definition

v0.2.0

3 years ago
  • Excluded unneeded files from export
  • Loaded serialization configuration files only when specified in a microservice config
  • Moved services definition from XML to PHP
  • Added classes to preload
  • Added create, update and delete methods in AbstractHttpMicroserviceRepository
  • Allowed to replace nested Symfony HttpClient during runtime thanks to setWrappedHttpClient
  • Removed useless api_platform_ms.http_repository.http_repository service definition
  • Added query params to AbstractHttpMicroserviceRepository
  • Added nested resource denormalization
  • Set lowest symfony/property-access version to 4.4
  • Replaced Travis CI by Github actions
  • Removed PHPCPD QA checks