Skip to content

v2.0.0

Latest

Choose a tag to compare

@isaacharrisholt isaacharrisholt released this 18 Dec 21:34
· 3 commits to main since this release
792aab9
  • Use the more permissive inet_res:getbyname function for DNS lookups.

    • This uses the search option, which will allow things like service.namespace
      to be used in Kubernetes, as opposed to service.namespace.svc.cluster.local.
      Thanks to @tsloughter in #3.
  • Exposes the barnacle/dns and barnacle/local_epmd modules.

    • Users can now use the functions in these modules to create custom strategies.
  • Fixed some README examples, with help from @RLaursen in #5. Thanks!