Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@ppacher ppacher released this 23 Jan 19:11
· 100 commits to master since this release
65068b6

This release increases the overall stability of NextDHCP by adding additional unit tests and fixing known bugs and limitations. A lot of work has been put into refactoring the lease storage interface and creating a new, simplified implementation. Users should be able to use their existing bbolt databases as automatic migration should care about schema changes.

Changelog

0cb5c34 Added new cute gopher mascot / logo
a33f88d core/lease: refactored/simplified database handling
0584adb core/log: added common request-based log fields
a0e7566 core: moved interface utilities to dedicated package (and 3a2bb85)
e31e390 dhcpserver: send DHCP response to correct MAC/IP address
50d4462 dhcpserver: update server block keys when specifying a range. Fixes #17
e5d2b50 plugin/ranges: call next handler if request IP is not in the defined ranges
200f294 plugin/ranges: minor updates