-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
87 lines (64 loc) · 2.97 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
0.3.4 2023-03-20 Tobias Bossert (tobib at cpan.org)
- Fixed incorrect handling of #+comment attributes
0.3.3 2022-12-20 Tobias Bossert (tobib at cpan.org)
- Fixed dead lock in some situations when a reload callback is called
0.3.2 2021-12-10 Tobias Bossert (tobib at cpan.org)
- 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
0.3.1 2021-07-06 Tobias Bossert (tobib at cpan.org)
- Improved doc
- fix: concurrency test -> added small delay between writes
0.3.0 2021-07-03 Tobias Bossert (tobib at cpan.org)
- 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()
0.2.3 2021-04-15 Tobias Bossert (tobib at cpan.org)
- changed: Commit behaviour when set to overwrite = False
- changed: Adding custom attributes is now possible in code
0.2.2 2021-02-28 Tobias Bossert (tobib at cpan.org)
- fix: Possible infinite recursion in reload_from_disk()
0.2.1 2021-02-28 Tobias Bossert (tobib at cpan.org)
- fix: Concurrency-test threads detection
0.2.0 2021-02-28 Tobias Bossert (tobib at cpan.org)
- added: reload callbacks
- added: fqdn attr
- added: concurrency handling
- changed: unified attribute names (potentially a breaking change!)
- changed: parsers are separate modules now
0.1.2 2021-01-22 Tobias Bossert (tobib at cpan.org)
- fix: Required perl version in Makefile.PL
- changed: doc upgrades and fixes
0.1.1 2021-01-21 Tobias Bossert (tobib at cpan.org)
- Small QoL-changes (dist)
0.1.0 2021-01-21 Tobias Bossert (tobib at cpan.org)
- added: more doc
- fix: set min version everywhere to v5.20
0.0.6 2021-01-20 Tobias Bossert (tobib at cpan.org)
- added: permission check (CLI)
- added: Pretty errors and warnings (CLI)
- changed: Refactored to Wireguard::WGmeta namespace
- added: Interface state to show output (CLI)
- added: methods to remove peers and interfaces (API)
- cpan release
0.0.5 2020-12-31 Tobias Bossert (tobib at cpan.org)
- fix: Allow non wireguard .conf files in $WIREGUARD_HOME
- changed: Added interface public key to the show command
0.0.4 2020-12-20 Tobias Bossert (tobib at cpan.org)
- added: add peer functionality to cli
- fix: Makefile version updates
0.0.3 2020-12-20 Tobias Bossert (tobib at cpan.org)
- added: Makefile for .deb package
- fix: apply command
- added: support for custom wg-meta attributes
- added: foundation for validating attribute values
- changed: show output (cleanup)
0.0.2 2020-12-20 Tobias Bossert (tobib at cpan.org)
- fix: Alias must be unique
- change: prettified wg-meta show output
0.0.1 2020-12-20 Tobias Bossert (tobib at cpan.org)
- initial release