From 9e84fbea1b4dcd2c3a9c576bb5be86860e74bf6b Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Fri, 17 Mar 2023 08:38:18 -0400 Subject: [PATCH] v0.3.4 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8600b1..e5b179f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v0.3.4] - 2023-03-23 + +### Changed + +* Add grace period on serving system disconnects since they're often followed + very quickly by a reconnect when moving between cell towers. This + fixes an issue where TCP connections would unnecessarily be terminated and + only to reconnect a second later. + ## [v0.3.3] - 2023-01-23 ### Changed @@ -193,6 +202,7 @@ code that this is subscribe to this property to have the correct spelling. Initial Release +[v0.3.4]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.3...v0.3.4 [v0.3.3]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.2...v0.3.3 [v0.3.2]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.1...v0.3.2 [v0.3.1]: https://github.com/nerves-networking/vintage_net_qmi/compare/v0.3.0...v0.3.1 diff --git a/mix.exs b/mix.exs index dce6be6..21a3761 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule VintageNetQMI.MixProject do use Mix.Project - @version "0.3.3" + @version "0.3.4" @source_url "https://github.com/nerves-networking/vintage_net_qmi" def project do