1.0.1
NOTE: There is no 1.0.0 version. (It was released briefly and then yanked.)
The 1.0.1 version of AF::Noid includes:
- Use Marshal to serialize minter state rather than YAML, for performance reasons
- Bugfix: nested nodes (such as those are used in PCDM) should not break the routine that translates URIs to identifiers (#7)
- Bugfix: the URL length should be calculated rather than assumed, allowing for greater template variability
Thanks to the contributors for this release: @jechols, @mjgiarlo, @jcoyne, @terrellt, @escowles, @Cam156, and @cjcolvar.
Upgrade notes
To upgrade from 0.3.0, point your Gemfile at active_fedora-noid 1.0.1 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