Skip to content

Releases: sirtoobii/wg-meta

wg-meta-0.3.4

20 Mar 09:58
73fcf0f
Compare
Choose a tag to compare

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

20 Dec 10:19
320085c
Compare
Choose a tag to compare
  • Fixed deadlock in some situations when reload callbacks are called

Full Changelog: v0.3.2...v0.3.3

wg-meta-0.3.2

13 Oct 08:06
Compare
Choose a tag to compare
  • 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

06 Jul 10:10
Compare
Choose a tag to compare
  • Improved doc
  • fix: concurrency test -> added small delay between writes

wg-meta-0.3.0

02 Jul 10:31
8be25f1
Compare
Choose a tag to compare
  • 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

15 Apr 12:20
Compare
Choose a tag to compare
  • changed: Commit behavior when overwrite is set to False
  • changed: Adding custom attributes is now possible in code

wg-meta-0.2.2

05 Mar 09:36
Compare
Choose a tag to compare
  • fix: Possible infinite recursion in reload_from_disk()

wg-meta-0.2.1

28 Feb 17:34
Compare
Choose a tag to compare
  • fix: Concurrency-test threads detection

wg-meta-0.2.0

28 Feb 10:51
62e9766
Compare
Choose a tag to compare
  • 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

22 Jan 08:24
Compare
Choose a tag to compare
  • fix: Required perl version in Makefile.PL
  • changed: doc upgrades and fixes