From fde5b18be4f6e9e7820f2160eee28b52976030b5 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 13 Oct 2018 19:37:07 +0100 Subject: [PATCH] Update changelog for v0.2.7 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74c063..4c72c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - in case of vulnerabilities. --> +## [0.2.7] - 2018-10-13 +### Added +- Session firewall, which makes it possible to control who can open sessions with your node +- Add `getSwitchQueues` to admin socket +- Add `InterfacePeers` for configuring static peerings via specific network interfaces +- More output shown in `getSwitchPeers` +- FreeBSD service script in `contrib` + +## Changed +- CircleCI builds are now built with Go 1.11 instead of Go 1.9 + +## Fixed +- Race condition in the switch table, reported by trn +- Debug builds are now tested by CircleCI as well as platform release builds +- Port number fixed on admin graph from unknown nodes + ## [0.2.6] - 2018-07-31 ### Added - Configurable TCP timeouts to assist in peering over Tor/I2P