Skip to content

Releases: Pevensie/barnacle

v2.0.0

18 Dec 21:34
792aab9

Choose a tag to compare

  • 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!

v1.1.0

25 Oct 19:56
9926f4f

Choose a tag to compare

  • Add run_once function for when polling is not needed - #2