Releases: MoeraOrg/moera-naming
Releases · MoeraOrg/moera-naming
Moera naming 0.5.0
Changes
- Dependency upgrades.
- Removed deprecated APIs.
- Added name creation time to the output of
getAll()
call. - Added
getAllKeys()
andgetAllNewer()
calls. - Ability to limit creation of new names to the configured list of generations.
Moera naming 0.4.1
Changes
- Upgraded dependencies, including security fixes.
Moera naming 0.4.0
Changes
- Names do not expire anymore.
- Deprecated concept of "the latest generation" of a name. Any available generation can now be used when registering a name.
getCurrentForLatest()
andgetPastForLatest()
calls are deprecated. - Added new call
getSimilar()
that looks for a name that is similar to the name passed. The current implementation performs case-insensitive search. - Added new call
getAll()
that returns the list of all registered names.