Skip to content

Commit

Permalink
add 0.6.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
a3s7p committed Aug 18, 2022
1 parent 04ebd06 commit e29a396
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelogs/0.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 0.6.1

- Depends on `wireleap/common` v0.3.6.

- `wireleap_tun` bypass API:
- `wireleap` no longer creates/uses `bypass.json`
- bypass list changes are written directly to `wireleap_tun.sock`
- removed dependency on `fsnotify/fsnotify` in `wireleap_tun`
- `wireleap_tun` now handles setting IPv6 routes correctly
- `wireleap_tun` IPv6 bind failure workaround applied
- `tun` will no longer start without a configured service contract

- API call retry interval changed to 150ms (was 100ms), total wait
increased to 15s (was 10s)

- Wireleap broker state logic improved wrt race conditions

- git version now includes `+` instead of `-`, marking the extra
information at the end of the version number as build info instead of
pre-release version suffix as per the semver spec

0 comments on commit e29a396

Please sign in to comment.