Skip to content

Releases: MoeraOrg/moera-naming

Moera naming 0.5.0

28 Jan 00:29
Compare
Choose a tag to compare

Changes

  • Dependency upgrades.
  • Removed deprecated APIs.
  • Added name creation time to the output of getAll() call.
  • Added getAllKeys() and getAllNewer() calls.
  • Ability to limit creation of new names to the configured list of generations.

Moera naming 0.4.1

21 Aug 22:11
Compare
Choose a tag to compare

Changes

  • Upgraded dependencies, including security fixes.

Moera naming 0.4.0

31 Mar 22:36
Compare
Choose a tag to compare

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() and getPastForLatest() 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.