Skip to content

v1.1.0

Compare
Choose a tag to compare
@dchandekstark dchandekstark released this 25 Mar 16:22
· 113 commits to main since this release

Identifier metadata is now loaded lazily from EZID (#23)

  • The local metadata is cleared after persisting (create/mint or modify)
    and reloaded only on subsequent access.
  • The #metadata reader method provides a boolean refresh parameter
    (default: true) which can be used to bypass the reload. This may
    be useful in testing scenarios.

Internal implementation details of Ezid::Metadata were also changed
without public API impact (the class itself is documented as
private).