Skip to content

Releases: xddxdd/bird-lg-go

v1.4.5

07 May 06:04
v1.4.5
28ea837

Choose a tag to compare

  • Limit max POST payload size in APIs

Full Changelog: v1.4.4...v1.4.5

v1.4.4

27 Feb 04:41
v1.4.4
2369ca3

Choose a tag to compare

What's Changed

  • Adding vrf support by @frantathefranta in #138
  • Use more robust method to get host/port from WHOIS server setting (#137)

New Contributors

Full Changelog: v1.4.3...v1.4.4

Release v1.4.3

19 Jan 19:14
v1.4.3
c98b546

Choose a tag to compare

  • Protect against specifying too many servers in frontend requests

Full Changelog: v1.4.2...v1.4.3

Release v1.4.2

11 Jan 19:42
v1.4.2
4e8c24a

Choose a tag to compare

  • Add a proxy option --bird-restrict-cmds (defaults to true) to limit Bird queries to show protocols ... and show route .... This prevents exposing networking information via e.g. show interfaces.
  • Refactored argument parsing logic for both frontend and proxy. Now they can accept both dashes and underscores in arguments (e.g. --title-brand and --title_brand both works now).

Full Changelog: v1.4.1...v1.4.2

Release v1.4.1

11 Jan 19:00
v1.4.1
fc2438b

Choose a tag to compare

  • Limit concurrent traceroute requests in proxy service

Full Changelog: v1.4.0...v1.4.1

v1.4.0

02 Dec 05:38
v1.4.0
0649bcb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.12.1...v1.4.0

Release v1.3.12.1

14 Oct 02:36
v1.3.12.1
bb93395

Choose a tag to compare

No code changes, rebuild release binary with CGO_ENABLED=0 (for non-glibc systems)

Full Changelog: v1.3.12...v1.3.12.1

Release v1.3.12

04 Oct 20:42
v1.3.12
ae6460d

Choose a tag to compare

What's Changed

  • fix: " cuase unexpected TEXT but ' not by @ljcbaby in #133

Full Changelog: v1.3.11...v1.3.12

Release v1.3.11

27 Sep 08:54
v1.3.11
4a8c752

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.10...v1.3.11

Release v1.3.10

03 Jul 03:00
v1.3.10
e9750a8

Choose a tag to compare

  • Correctly handle protocol names with dash and/or numbers (#120)