Skip to content

9.2.2

Compare
Choose a tag to compare
@mjgiarlo mjgiarlo released this 03 Aug 18:45
· 441 commits to main since this release

The 9.2.2 version of hydra-head fixes a bug that treats JSON and JSON-LD as interchangeable, and adds the ability to override date validation w/r/t embargoes and leases.

Thanks to the following developers for their contributions: @afred, @val99erie, @terrellt, and @mjgiarlo.

Upgrade notes

Replace this line in your application's config/initializers/mime_types.rb:

Mime::Type.register "application/json", :jsonld

With the following:

Mime::Type.register "application/ld+json", :jsonld

Changes

v9.2.1...v9.2.2