Skip to content

v0.0.8

Compare
Choose a tag to compare
@Dynom Dynom released this 23 Apr 20:22
· 101 commits to master since this release
71b478d

Changelog

5606dab Improving test coverage (#6)
71b478d Improving suggestion quality (#11)

Functional changes:

  • Allowing Finder to suggest, even on malformed addresses. This solve j@exampleorg situations.
  • Moving the HitList earlier in the chain, this causes new addresses to be known in the same request
  • Updating GraphQL endpoint to include autocomplete
  • lowercase error field in the JSON. Wasn't really used before, so shouldn't be a BC
  • Bringing the autocomplete and suggestion handlers more in line. They now reply with the same status-codes and JSON structure in similar situations.
  • There is now a "memory" backend, for quick PoC situations.