Skip to content

Releases: api-platform/core

v4.0.8

06 Nov 21:41
64e3a5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.7...v4.0.8

v4.0.7

06 Nov 15:20
25aaa3f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.6...v4.0.7

v4.0.6

28 Oct 10:09
v4.0.6
001d771
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.5...v4.0.6

v3.4.5

26 Oct 07:22
v3.4.5
8bdf044
Compare
Choose a tag to compare

What's Changed

  • fix(hydra): iri template when using query parameter by @soyuka in #6742

Full Changelog: v3.4.4...v3.4.5

v4.0.5

22 Oct 19:51
v4.0.5
cbc8737
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.4...v4.0.5

v3.4.4

19 Oct 10:06
v3.4.4
77d3ff3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.3...v3.4.4

v4.0.4

11 Oct 12:24
v4.0.4
0935664
Compare
Choose a tag to compare

What's Changed

  • fix: check that api-platform/ramsey-uuid is installed before registering related services by @dunglas in #6696
  • fix: remove hydra prefix by @dannyvw in #6699
  • test(laravel): call factories, debug is now false by default by @soyuka in #6702
  • fix(hydra): hydra_prefix on errors by @soyuka in #6704
  • fix(laravel): skip resource path when not available by @soyuka in #6697
  • fix(symfony): metadata aware name converter has 0 arguments by default by @soyuka in #6711
  • doc: error guide remove useless configuration by @soyuka in #6712
  • fix(laravel): match integer type by @GregoireHebert in #6715
  • fix(laravel): openapi Options binding by @cay89 in #6714
  • fix(laravel): allow serializer attributes through ApiProperty by @soyuka in #6680
  • feat(laravel): command to generate state providers/processors by @vinceAmstoutz in #6708

New Contributors

Full Changelog: v4.0.3...v4.0.4

v3.4.3

11 Oct 12:24
v3.4.3
a11c213
Compare
Choose a tag to compare

What's Changed

  • fix: check that api-platform/ramsey-uuid is installed before registering related services by @dunglas in #6696
  • fix: remove hydra prefix by @dannyvw in #6699
  • fix(hydra): hydra_prefix on errors by @soyuka in #6704
  • fix(symfony): metadata aware name converter has 0 arguments by default by @soyuka in #6711
  • doc: error guide remove useless configuration by @soyuka in #6712

Full Changelog: v3.4.2...v3.4.3

v4.0.3

04 Oct 14:50
v4.0.3
3b948b3
Compare
Choose a tag to compare

What's Changed

  • [Laravel]: Fix authorization swagger ui by @toitzi in #6661
  • Laravel: Use Model::qualifyColumn() instead of $table.$column by @GromNaN in #6658
  • Fix: route registration of EntrypointController should be after GraphQL's EntrypointController by @BurningDog in #6667
  • fix(laravel): eloquent accessors by @soyuka in #6668
  • fix(laravel): fix hiding/showing relationships by @toitzi in #6679
  • fix(laravel): fixes to secure a graphql endpoint by @soyuka in #6691

Note

For GraphQL with Laravel #6691 is giving some details about how security works while we're working on updating our documentation

New Contributors

Full Changelog: v4.0.2...v4.0.3

v3.4.2

04 Oct 14:10
v3.4.2
6dfa89b
Compare
Choose a tag to compare

What's Changed

  • fix: remove "hydra:" remaining prefix by @vincentchalamon in #6624
  • fix(metadata): parameter provider in a long running http worker by @rmikalkenas in #6683
  • fix(jsonapi): fixed definition name to allow using the same class names in different namespaces by @nightio in #6676
  • fix(elasticsearch): Allow ES 7 by @dannyvw in #6689
  • fix(metadata): overwriting XML ApiResource definition by YAML ApiResource definition by @GSadee in #6660
  • fix(metadata): using parameters in fromClass and toClass uriVariables' options by @GSadee in #6663
  • fix(metadata): passing class as parameter in XML ApiResource's definition by @GSadee in #6659

Warning

Hydra prefix on errors is breaking, read title not hydra:title. The hydra_prefix flag doesn't apply to errors as it provided redundant information (both hydra:title and title were available)

New Contributors

Full Changelog: v3.4.1...v3.4.2