Skip to content

Releases: symfony/dependency-injection

v6.2.5

24 Jan 15:55
v6.2.5
Compare
Choose a tag to compare

Changelog (v6.2.4...v6.2.5)

  • bug #49077 Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
  • bug #48958 fixes validation of non-scalar attribute values (ju1ius)
  • bug #48971 Fix dump order of inlined deps (nicolas-grekas)
  • bug #48931 Fix dumping inlined withers (nicolas-grekas)
  • bug #48926 Fix support for named arguments on non-autowired services (nicolas-grekas)

v6.0.19

24 Jan 15:23
v6.0.19
Compare
Choose a tag to compare

Changelog (v6.0.18...v6.0.19)

  • bug #49077 Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
  • bug #48971 Fix dump order of inlined deps (nicolas-grekas)
  • bug #48931 Fix dumping inlined withers (nicolas-grekas)
  • bug #48926 Fix support for named arguments on non-autowired services (nicolas-grekas)

v5.4.19

24 Jan 13:42
v5.4.19
Compare
Choose a tag to compare

Changelog (v5.4.18...v5.4.19)

  • bug #49077 Fix named arguments when using ContainerBuilder before compilation (nicolas-grekas)
  • bug #48971 Fix dump order of inlined deps (nicolas-grekas)
  • bug #48931 Fix dumping inlined withers (nicolas-grekas)
  • bug #48926 Fix support for named arguments on non-autowired services (nicolas-grekas)

v6.2.3

28 Dec 15:41
v6.2.3
Compare
Choose a tag to compare

Changelog (v6.2.2...v6.2.3)

  • bug #48805 Fix resolving parameters when dumping lazy proxies (nicolas-grekas)
  • bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)

v6.1.9

28 Dec 15:05
v6.1.9
Compare
Choose a tag to compare

Changelog (v6.1.8...v6.1.9)

  • bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
  • bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.0.17

28 Dec 15:00
v6.0.17
Compare
Choose a tag to compare

Changelog (v6.0.16...v6.0.17)

  • bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
  • bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v5.4.17

28 Dec 14:55
v5.4.17
Compare
Choose a tag to compare

Changelog (v5.4.16...v5.4.17)

  • bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
  • bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.2.2

16 Dec 20:11
v6.2.2
Compare
Choose a tag to compare

Changelog (v6.2.1...v6.2.2)

  • bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
  • bug #48449 Fix bug when tag name is a text node (BrandonlinU)
  • bug #48522 Generate different classes for ghost objects and virtual proxies (nicolas-grekas)
  • bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)

v6.2.1

06 Dec 17:38
v6.2.1
Compare
Choose a tag to compare

Changelog (v6.2.0...v6.2.1)

  • bug #48502 Fix ContainerBuilder stats env usage with enum (alamirault)
  • bug #48483 Remove refs that point to container.excluded services when allowed (nicolas-grekas)
  • bug #48461 Fix possible memory-leak when using lazy-objects (nicolas-grekas)

v6.2.0

30 Nov 17:44
v6.2.0
Compare
Choose a tag to compare

Changelog (v6.2.0-RC2...v6.2.0)

  • no significant changes