open62541:pack/v1.3-rc2

Last commit made on 2022-02-16
Get this branch:
git clone -b pack/v1.3-rc2 https://git.launchpad.net/open62541

Branch merges

Branch information

Name:
pack/v1.3-rc2
Repository:
lp:open62541

Recent commits

73e0c4f... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

[ci skip] Pack with inline submodules

eca1796... by Andreas Ebner

feat(server) automatic copy applicationdescription to the endpoints

182e408... by Andreas Ebner

feat(server) adjust monitor item event filter result status code, setup event severity in ctt example

3b61ed6... by Andreas Ebner

feat(server) extended event-filter implicit numeric casting options

ea5ae0b... by Andreas Ebner

feat(ex) add event-type to selected fields

5905d7c... by Andreas Ebner

server(deps) adjusted PLCopen nodeset location

123054d... by =?utf-8?b?R8O2dHogR8O2cmlzY2g=?= <email address hidden>

chore(deps): Updates ua-nodeset to `f71b3f4`

* aligns with `master`

92e6daa... by LeSmou

fix(core): Use uint8_t for utf8 JSON encoding (values >127 allowed)

c432b2f... by LeSmou

feat(tests): JSON encoding must succeed when the value comes from decoding

1e4b6c2... by LeSmou

fix(core): JSON utf8 encoding always succeeds

May print bad utf8 if we have that internally.
The receiving end may chose to abort or to repair/replace.