Skip to content

Releases: schmittjoh/metadata

2.1.0

18 Sep 15:17
8d89581
Compare
Choose a tag to compare
  • make sure we only use the cache if write was successful #82
  • Handle errors when restoring from cache #81
  • Do not create MethodMetadata::$reflection on constructor/unserialize,… #78

2.0.0

09 Nov 13:59
e918c3a
Compare
Choose a tag to compare

No changes from 2.0.0-RC1

1.7.0

26 Oct 12:41
e5854ab
Compare
Choose a tag to compare
  • allow to run the metadata on read-only file systems
  • Change license to MIT
  • Composer improvements

2.0.0-RC1

17 Oct 06:42
38021d3
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Merged pull requests:

2.0.0-beta1

12 Sep 13:46
04ca576
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Main changes:

  • PHP 7.2 support
  • Adopted modified version of the Doctrine Coding Standard v4
  • Less dependencies on the PHP reflection features

Merged pull requests:

Closed issues:

  • Change license to MIT #68
  • Composer.lock is out of date #55
  • consider changing chmod to @chmod #50
  • Big performance hit when upgrading from 1.4.2 to 1.5.0 #44
  • metadata name not present leads to exception #39

Adds PSR6 Adapter

05 Dec 10:19
Compare
Choose a tag to compare
Merge pull request #63 from nicolas-grekas/psr-cache

Add PsrCacheAdapter

Bug Fix Release

12 Jul 07:15
Compare
Choose a tag to compare

This fixes a performance regression.

1.5.0

05 Nov 23:02
Compare
Choose a tag to compare
Update CHANGELOG.md

Fixes a permissions bug

13 Sep 09:06
Compare
Choose a tag to compare

This release fixes a permissions bug which could cause problems when files were accessed by different users.

Fixes ACL regression

27 Aug 18:15
Compare
Choose a tag to compare
1.4.1

use cache dir for temporary files to avoid ACL issues