Skip to content

1.0.2

Compare
Choose a tag to compare
@mjgiarlo mjgiarlo released this 11 Aug 15:22
· 175 commits to main since this release

The 1.0.2 version of AF::Noid includes:

  • Bugfix: Append to minter state files in binary mode to avoid encoding-related issues in different environments.

Thanks to the contributors for this release: @mjgiarlo, @awead, and @jcoyne.

Upgrade notes

Point your Gemfile at active_fedora-noid 1.0.2 and run bundle update active_fedora-noid.

Then, if you are using a stateful minter, run the following rake task to migrate your statefile to the new format. (If you're using a custom statefile, not /tmp/minter-state, set an environment variable called AFNOID_STATEFILE with its path to make the task aware of your statefile.)

rake active_fedora:noid:migrate_statefile

Changes

v1.0.1...v1.0.2