9.2.2
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