Releases: sirtoobii/wg-meta
Releases · sirtoobii/wg-meta
wg-meta-0.3.4
What's Changed
- Also prefix generic comments with INTERNAL_KEY_PREFIX by @sirtoobii in #17
Full Changelog: v0.3.3...v0.3.4
wg-meta-0.3.3
- Fixed deadlock in some situations when reload callbacks are called
Full Changelog: v0.3.2...v0.3.3
wg-meta-0.3.2
- added: CLI: Support for DNS hostname and endpoint FQDN
- changed: CLI: wg-meta show output is now easier to read
- fix: PresistentKeepalive -> PersistentKeepalive Resolves #15
wg-meta-0.3.1
- Improved doc
- fix: concurrency test -> added small delay between writes
wg-meta-0.3.0
- changed: CLI: Seamless support for custom attributes (set and addpeer)
- added: CLI: Ability to remove peers
- added: CLI: Machine readable output (dump)
- changed: Core: removed any predefined wg-meta attributes (except alias and checksum)
- changed: Core: Rewrote parser architecture to be more general and extendable
- changed: Tests: Are now not dependent on threads any more
- changed: Wrapper: API of set() and add_peer()
wg-meta-0.2.3
- changed: Commit behavior when overwrite is set to
False
- changed: Adding custom attributes is now possible in code
wg-meta-0.2.2
- fix: Possible infinite recursion in reload_from_disk()
wg-meta-0.2.1
- fix: Concurrency-test threads detection
wg-meta-0.2.0
- added: reload callbacks
- added: fqdn attr
- added: concurrency handling
- changed: unified attribute names (potentially a breaking change!)
- changed: parsers are separate modules now
wg-meta-0.1.2
- fix: Required perl version in Makefile.PL
- changed: doc upgrades and fixes