From 6305aa574a5d3393e9415b8ad29f52cf5aef7984 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Fri, 29 Dec 2023 10:16:09 -0800 Subject: [PATCH 1/8] Update dependencies to stable versions (#70) * Update ovos-bus-client from pinned alpha to stable release version * Update test to mock config and work around changed default config --------- Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 2 +- tests/test_utils.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 064d0d0..b6fe395 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,7 +3,7 @@ neon-mq-connector~=0.7,>=0.7.1 ovos-messagebus~=0.0.3 ovos_utils~=0.0.32 ovos-config~=0.0.10 -ovos-bus-client==0.0.6a21 +ovos-bus-client~=0.0.6 tornado~=6.0,>=6.0.3 neon_utils[network]~=1.6 click~=8.0 diff --git a/tests/test_utils.py b/tests/test_utils.py index c6866ca..912c635 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -286,7 +286,9 @@ def _check_signal(n): class TestConfig(unittest.TestCase): - def test_load_messagebus_config_default(self): + @mock.patch("ovos_config.config.Configuration.load_all_configs") + def test_load_messagebus_config_default(self, load_config): + load_config.return_value = {} from neon_messagebus.util.config import load_message_bus_config, \ _DEFAULT_WS_CONFIG empty_config = {"host": None, From 6d9a8413d302b9f816e905c3d77f8fe1937245d6 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Fri, 29 Dec 2023 18:16:24 +0000 Subject: [PATCH 2/8] Increment Version to 2.0.1a1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 098c280..d724f24 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.0.0" +__version__ = "2.0.1a1" From 9d2c64b57119d72c9aa422677b5b0db188943cfb Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:55:54 -0800 Subject: [PATCH 3/8] Validating latest ovos-messagebus alpha release (#71) Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b6fe395..9220788 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ neon-messagebus-mq-connector~=0.4 neon-mq-connector~=0.7,>=0.7.1 -ovos-messagebus~=0.0.3 +ovos-messagebus~=0.0.3,>=0.0.4a8 ovos_utils~=0.0.32 ovos-config~=0.0.10 ovos-bus-client~=0.0.6 From bb6066c10da28f3d774b4eb7d39d88abf22a8c44 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 10 Jan 2024 18:56:13 +0000 Subject: [PATCH 4/8] Increment Version to 2.0.1a2 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index d724f24..5eddbc6 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.0.1a1" +__version__ = "2.0.1a2" From c3cd9e6bd3c1f73668ae933309e71d52fef314ac Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:43:48 -0800 Subject: [PATCH 5/8] Update ovos-messagebus dependency to stable spec (#72) Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 9220788..6c895ce 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,6 +1,6 @@ neon-messagebus-mq-connector~=0.4 neon-mq-connector~=0.7,>=0.7.1 -ovos-messagebus~=0.0.3,>=0.0.4a8 +ovos-messagebus~=0.0.4 ovos_utils~=0.0.32 ovos-config~=0.0.10 ovos-bus-client~=0.0.6 From ba5377b717f0f141c373eaa007edffa982e1bfa6 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 10 Jan 2024 23:44:02 +0000 Subject: [PATCH 6/8] Increment Version to 2.0.1a3 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 5eddbc6..c0c1ff3 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.0.1a2" +__version__ = "2.0.1a3" From 04ee3c09b278f8c35e1707af6ea05e7dc2605efb Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 10 Jan 2024 23:55:44 +0000 Subject: [PATCH 7/8] Increment Version to 2.0.1 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index c0c1ff3..304aa6e 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.0.1a3" +__version__ = "2.0.1" From 0630ea3cb2eb57604e52b9133de3b62fc308a82c Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Wed, 10 Jan 2024 23:56:13 +0000 Subject: [PATCH 8/8] Update Changelog --- CHANGELOG.md | 70 +++++++--------------------------------------------- 1 file changed, 9 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8547f5b..299ea0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,80 +1,28 @@ # Changelog -## [1.1.1a9](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a9) (2023-12-14) +## [2.0.1a3](https://github.com/NeonGeckoCom/neon_messagebus/tree/2.0.1a3) (2024-01-10) -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a8...1.1.1a9) +[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/2.0.1a2...2.0.1a3) **Merged pull requests:** -- Update dependencies to prep release [\#68](https://github.com/NeonGeckoCom/neon_messagebus/pull/68) ([NeonDaniel](https://github.com/NeonDaniel)) +- Update ovos-messagebus dependency to stable spec [\#72](https://github.com/NeonGeckoCom/neon_messagebus/pull/72) ([NeonDaniel](https://github.com/NeonDaniel)) -## [1.1.1a8](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a8) (2023-11-28) +## [2.0.1a2](https://github.com/NeonGeckoCom/neon_messagebus/tree/2.0.1a2) (2024-01-10) -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a7...1.1.1a8) +[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/2.0.1a1...2.0.1a2) **Merged pull requests:** -- Add language support handler and Update dependencies [\#67](https://github.com/NeonGeckoCom/neon_messagebus/pull/67) ([NeonDaniel](https://github.com/NeonDaniel)) +- Validating latest ovos-messagebus alpha release [\#71](https://github.com/NeonGeckoCom/neon_messagebus/pull/71) ([NeonDaniel](https://github.com/NeonDaniel)) -## [1.1.1a7](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a7) (2023-11-18) +## [2.0.1a1](https://github.com/NeonGeckoCom/neon_messagebus/tree/2.0.1a1) (2023-12-29) -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a6...1.1.1a7) +[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/2.0.0...2.0.1a1) **Merged pull requests:** -- Update MQ Connector with routing fix [\#66](https://github.com/NeonGeckoCom/neon_messagebus/pull/66) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a6](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a6) (2023-11-15) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a5...1.1.1a6) - -**Merged pull requests:** - -- Update neon-messagebus-mq-connector to support response event routing [\#65](https://github.com/NeonGeckoCom/neon_messagebus/pull/65) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a5](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a5) (2023-11-14) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a4...1.1.1a5) - -**Implemented enhancements:** - -- Refactor services into `NeonBusService` [\#32](https://github.com/NeonGeckoCom/neon_messagebus/issues/32) - -**Merged pull requests:** - -- Refactor Service and Update Dependencies [\#63](https://github.com/NeonGeckoCom/neon_messagebus/pull/63) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a4](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a4) (2023-11-14) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a3...1.1.1a4) - -**Merged pull requests:** - -- Update dependencies and add Docker extras [\#64](https://github.com/NeonGeckoCom/neon_messagebus/pull/64) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a3](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a3) (2023-07-27) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a2...1.1.1a3) - -**Merged pull requests:** - -- Update MQ dependencies for K8s compat [\#62](https://github.com/NeonGeckoCom/neon_messagebus/pull/62) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a2](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a2) (2023-07-25) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.1a1...1.1.1a2) - -**Merged pull requests:** - -- Update configuration handling for Kubernetes compat [\#61](https://github.com/NeonGeckoCom/neon_messagebus/pull/61) ([NeonDaniel](https://github.com/NeonDaniel)) - -## [1.1.1a1](https://github.com/NeonGeckoCom/neon_messagebus/tree/1.1.1a1) (2023-07-25) - -[Full Changelog](https://github.com/NeonGeckoCom/neon_messagebus/compare/1.1.0...1.1.1a1) - -**Merged pull requests:** - -- Update Docker default config path [\#60](https://github.com/NeonGeckoCom/neon_messagebus/pull/60) ([NeonDaniel](https://github.com/NeonDaniel)) +- Update dependencies to stable versions [\#70](https://github.com/NeonGeckoCom/neon_messagebus/pull/70) ([NeonDaniel](https://github.com/NeonDaniel))