From ed7f21322a0d650a7d5c9751b99734939df534a7 Mon Sep 17 00:00:00 2001 From: murali-shris Date: Fri, 15 Jul 2022 22:17:32 +0530 Subject: [PATCH 1/2] publish at_lookup for timeout handling feature --- at_lookup/CHANGELOG.md | 3 +++ at_lookup/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/at_lookup/CHANGELOG.md b/at_lookup/CHANGELOG.md index f802260d..777c19a3 100644 --- a/at_lookup/CHANGELOG.md +++ b/at_lookup/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.0.27 +- Improved timeout handling in outbound message listener +- Upgraded at_commons version to 3.0.19 ## 3.0.26 - Update at_commons version 3.0.18 to display hidden keys in scan ## 3.0.25 diff --git a/at_lookup/pubspec.yaml b/at_lookup/pubspec.yaml index d260047e..dc98b54c 100644 --- a/at_lookup/pubspec.yaml +++ b/at_lookup/pubspec.yaml @@ -1,6 +1,6 @@ name: at_lookup description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.) -version: 3.0.26 +version: 3.0.27 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev @@ -12,7 +12,7 @@ dependencies: crypton: ^2.0.1 crypto: ^3.0.1 at_utils: ^3.0.10 - at_commons: ^3.0.18 + at_commons: ^3.0.19 mutex: ^3.0.0 mocktail: ^0.3.0 From 8be2e8161b0b142ad7b959613ecd91ac21298ee6 Mon Sep 17 00:00:00 2001 From: murali-shris Date: Fri, 15 Jul 2022 22:28:22 +0530 Subject: [PATCH 2/2] changelog --- at_lookup/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at_lookup/CHANGELOG.md b/at_lookup/CHANGELOG.md index 777c19a3..230d5ce4 100644 --- a/at_lookup/CHANGELOG.md +++ b/at_lookup/CHANGELOG.md @@ -1,5 +1,5 @@ ## 3.0.27 -- Improved timeout handling in outbound message listener +- Improved timeout handling logic in outbound message listener - Upgraded at_commons version to 3.0.19 ## 3.0.26 - Update at_commons version 3.0.18 to display hidden keys in scan