forked from Netflix/dial-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
61 lines (53 loc) · 2.29 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
59
60
61
---------------------------------------------------------------------
Version 1.0.6 (72ab437)
---------------------------------------------------------------------
Server changes:
- Update to DIAL specificiation 2.0
---------------------------------------------------------------------
Version 1.0.5 (06edbce)
---------------------------------------------------------------------
Server changes:
- Update to DIAL specificiation 1.7.2
- CORE compliance security patch
- Added CORS compliance test scripts
---------------------------------------------------------------------
Version 1.0.4 (1673785)
---------------------------------------------------------------------
Server changes:
- Update to DIAL specificiation 1.7
- Catch SIGTERM so that we don't self terminate.
---------------------------------------------------------------------
Version 1.0.2 (1673785)
---------------------------------------------------------------------
Server changes:
- Fix an application state bug when the application is launched
without using DIAL.
- Remove unnecessary functionality from Mongoose.
- Use constant values for DIAL port.
- Propery reap child processes.
Client (test tool) changes:
- None
---------------------------------------------------------------------
Version 1.0.1 (1601607)
---------------------------------------------------------------------
General Changes:
- Simplified directory structure.
- Version.txt changed to Version.h.
- moved main Makefile into src dir.
Server changes:
- Server configuration options moved into dial_options.h.
- Added logic to walk/proc to see if the named app (eg Netflix)
is running before attempting to start/kill the app.
- Improved payload handling:
- Explicitly define payload size.
- Added logic to check validity of payload, and send HTTP 400
"bad request" responses to requests with improper payloads.
- Added URL encoding for payloads.
- Added logic to compare launch payload on subsequent launch
requests.
Client (test tool) changes:
- small change to printed format of server names.
---------------------------------------------------------------------
Version 1.0 (1416215)
---------------------------------------------------------------------
Initial release.