Add ability to connect to PostgreSQL via unix socket

This commit is contained in:
Victor Freire 2022-08-12 14:00:16 -03:00
parent 09cd7ba304
commit ec5acf7be2
3 changed files with 13 additions and 3 deletions

View file

@ -5,6 +5,7 @@
- Updated dependencies (including the library that lacked armhf support) [#722](https://github.com/juanfont/headscale/pull/722)
- Fix missing group expansion in function `excludeCorretlyTaggedNodes` [#563](https://github.com/juanfont/headscale/issues/563)
- Improve registration protocol implementation and switch to NodeKey as main identifier [#725](https://github.com/juanfont/headscale/pull/725)
- Add ability to connect to PostgreSQL via unix socket [#734](https://github.com/juanfont/headscale/pull/734)
## 0.16.0 (2022-07-25)