Issue: NET-3064 Invalid ACL file must result in an error [fix]
Issue: ST-911 [AMX] Extend lib_amxa for easier verification of RPC methods [new]
GitOrigin-RevId: b9a6c06a107ff9c657a2e2fb8f4552efaf6d688c
Issue: ambiorix/libraries/lib_amxd#146 Add function to retrieve parameter path [new]
Issue: ambiorix/libraries/lib_amxd#148 Add new error code amxd_status_not_supported [other]
Issue: ST-901 [AMX] Get with search path returns too many results [fix]
Issue: ST-907 [AMX] Missing functions in GSDM response [fix]
GitOrigin-RevId: 5df078908951a7710e2743c0db2be44abd299cef
Issue: ambiorix/libraries/lib_amxc#71 Converting an empty string variant to a list should result in an empty list [fix]
Issue: ambiorix/libraries/lib_amxc#72 Fix wrong comma in amxc_var_dump output [fix]
GitOrigin-RevId: 5429493d300e8da9e0e245a4c2becf7166fe90fa
Issue: ambiorix/libraries/lib_amxd#146 Add function to retrieve parameter path [new]
Issue: ambiorix/libraries/lib_amxd#148 Add new error code amxd_status_not_supported [other]
Issue: ST-901 [AMX] Get with search path returns too many results [fix]
Issue: ST-907 [AMX] Missing functions in GSDM response [fix]
GitOrigin-RevId: 51e5c5bf2365277bb3631f27a2ca334af9d4cd76
Issue: ambiorix/libraries/lib_amxc#71 Converting an empty string variant to a list should result in an empty list [fix]
GitOrigin-RevId: 38b8caabb53136c6f7c9bfba726325ecf4f7eb1d
Issue: ambiorix/applications/amxo-cg#23 Files passed with -i option are not handled as include files [fix]
GitOrigin-RevId: eb4b013c74c37fd1c926b6713d954fdfd034792f
Issue: ambiorix/modules/amxb_backends/amxb_ubus#56 Improve wait for and subscribe functionality [fix]
Issue: ambiorix/modules/amxb_backends/amxb_ubus#57 Segmentation fault when stopping process [fix]
GitOrigin-RevId: b333932932dc922c8768b7d9592f6d861b0e29a0
Issue: ambiorix/libraries/lib_amxp#47 Compile regular expressions and validate expressions only once [fix]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: 3fe8fc5966480d32bc7bf753bc8f5ae6645e317c
Issue: ambiorix/libraries/lib_amxd#145 Do not use expression to filter parameters on name or attributes [fix]
Issue: ST-888 [AMX] Improve documentation of amxd_object function with regard to events [other]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: adcfe938b54ff3dc9d8f943f8326fe39a1bdb629
Issue: ambiorix/libraries/lib_amxp#47 Compile regular expressions and validate expressions only once [fix]
Issue: ST-893 Investigate and fix klocwork reports for ambiorix libs and tools [fix]
GitOrigin-RevId: e3efd025715f40c6505d3aa7b86185dcc5490ab6
@@ -8,6 +8,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Release v7.7.0 - 2022-11-22(14:38:41 +0000)
### New
- [libamxa](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa): [AMX] Extend libamxa for easier verification of RPC methods
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Add function to retrieve parameter path
### Fixes
- [libamxa](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa): Invalid ACL file must result in an error
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): Converting an empty string variant to a list should result in an empty list
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): Fix wrong comma in amxc_var_dump output
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [AMX] Get with search path returns too many results
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [AMX] Missing functions in GSDM response
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [AMX] Missing functions in GSDM response
### Other
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Add new error code amxd_status_not_supported
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Issue: ambiorix/libraries/libamxd#148 Add new error code amxd_status_not_supported
- [amxo-cg](https://gitlab.com/prpl-foundation/components/ambiorix/applications/amxo-cg): Files passed with -i option are not handled as include files
- [libamxa](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxa): Investigate and fix klocwork reports for ambiorix libs and tools
- [libamxb](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxb): Make it possible to wait for instances
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): Update documentation of functions amxc_var_get_next, amxc_var_get_previous and amxc_var_get_parent
- [libamxc](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxc): Investigate and fix klocwork reports for ambiorix libs and tools
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Do not use expression to filter parameters on name or attributes
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): Investigate and fix klocwork reports for ambiorix libs and tools
- [libamxm](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxm): Investigate and fix klocwork reports for ambiorix libs and tools
- [libamxp](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp): Compile regular expressions and validate expressions only once
- [libamxp](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxp): Investigate and fix klocwork reports for ambiorix libs and tools
- [lua-amx](https://gitlab.com/prpl-foundation/components/ambiorix/bindings/lua/lua-amx): Wait for objects in sequence causes wrong callback invoke
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): Improve wait for and subscribe functionality
- [mod-amxb-ubus](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amxb_backends/amxb_ubus): Segmentation fault when stopping process
### Changes
- [mod-ba-cli](https://gitlab.com/prpl-foundation/components/ambiorix/modules/amx_cli/mod-ba-cli): [AMX] Dump output arguments of failed methods
### Other
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [AMX] Improve documentation of amxd_object function with regard to events
- [libamxd](https://gitlab.com/prpl-foundation/components/ambiorix/libraries/libamxd): [AMX] Improve documentation of amxd_object function with regard to events
PKG_MAINTAINER:=Soft At Home <support.opensource@softathome.com>
PKG_LICENSE:=BSD-2-Clause-Patent
PKG_LICENSE_FILES:=LICENSE
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.