portal/deps/dns_cluster/CHANGELOG.md
Mikael Hugo 35f29f42e3 feat: add flake.nix, .envrc, fix config (runtime.exs), deps compile clean
- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell
- .envrc: use flake
- config/config.exs: move fetch_env! to runtime.exs (compile-time safe)
- config/runtime.exs: all secrets loaded at runtime via env vars
- mix.lock: generated after mix deps.get
- All 3 apps compile cleanly

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-09 19:55:48 +02:00

348 B

Changelog

0.1.3 (2024-02-02)

  • Support OTP 24

0.1.2 (2024-01-08)

  • Use :inet_res.getbyname/2 to resolve the given hostname to support search list for host-name lookup, such as in k8s and similar setups

0.1.1 (2023-09-27)

  • Fix bug where an empty clauses would raise an argument error

0.1.0 (2023-07-11)

  • Initial release