forked from GENIVI/rvi_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
58 lines (31 loc) · 1.44 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--- V 0.2 ---
RVI TOP LEVEL:
Updated documentation to reflect changes. Pegged build deps on
v0.2 of dependant repos in rebar.config. Removed unsupported
option from setup_rvi_node.sh screen
Added lager start at system startup.
Added RPM that builds and installs on Tizen and Debian.
Updated and documented configuration files in hvac_demo and root
dir to reflect new funcationality.
Added web socket support (in service_edge).
Now builds against v0.2 of all dependencies.
SERVICE EDGE:
Fixed correct json decoding of parameters
Added websocket support
SERVICE DISCOVERY:
Changed debug to info to get a cleaner log.
Scrubbed duplicates from get_network_addresses()
SCHEDULE:
Now survives a failure to send to a remote node.
Changed debug to info.
Added direct message send if setup_data_link returns that the data link is already up.
RVI COMMON:
Renamed error code to not_available
Added new status code (already_conencted).
Added get_component_config with default value as extra arg
Added result handler for web socket dispatcher in service_edge_rpc.erl
DATA LINK
Now handles node_address set to 0.0.0.0 to indicate that node is
behind firewall and can only do outbound connections
Now does auto reconnect to static nodes that are not available at boot time
Ripped out bert_rpc usage. Replaced with homebrewed protocol manager.