|
1 | 1 | ## Release Notes: _iss_ |
2 | 2 |
|
| 3 | +### 1.4.7 (02.01.2019) |
| 4 | + |
| 5 | +1. Dropped compatibility with orbit v1.4.6 due to breaking changes in _fifa_. |
| 6 | + |
| 7 | +2. Removed LVAR section for non test builds. |
| 8 | + |
| 9 | +3. Upgraded to mruby 2.0.0 |
| 10 | + |
3 | 11 | ### 1.4.6 (16.08.2018) |
4 | 12 |
|
5 | 13 | 1. Compatibility with _ski_ v1.4.6 |
| 14 | + |
6 | 15 | 2. Support for deflated transfer encoding. |
| 16 | + |
7 | 17 | 3. Convert files with LATIN-9 charset encoding to UTF-8. |
8 | 18 | ```json |
9 | 19 | // $ORBIT_HOME/config/lfv.json |
|
15 | 25 | } |
16 | 26 | ``` |
17 | 27 | 4. Handle every request within its own process. |
| 28 | + |
18 | 29 | 5. Cache several API endpoint results on client side that wont change frequently. |
| 30 | + |
19 | 31 | 6. New `--cleanup` flag to adjust the interval to cleanup forked processes. |
| 32 | + |
20 | 33 | 7. Ensure that _fifa_ does not include ansi colors in its output. |
| 34 | + |
21 | 35 | 8. Increase MacOSX min SDK version from 10.5 to to 10.11. |
| 36 | + |
22 | 37 | 9. Remove 32-bit build targets. |
23 | 38 |
|
24 | 39 | ### 1.4.5 (26.06.2018) |
25 | 40 |
|
26 | 41 | #### Tool |
27 | 42 |
|
28 | 43 | 1. Great performance improvements by factor 15. |
| 44 | + |
29 | 45 | 2. API routes have been redesign without having an `/api` prefix. |
30 | 46 | ``` |
31 | 47 | $ iss --routes |
|
43 | 59 | HEAD /ping |
44 | 60 | ``` |
45 | 61 | 3. New `HEAD /ping` route for better monitoring and `GET /embed` to embed the app. |
| 62 | + |
46 | 63 | 4. The config settings for the log file viewer has been redesign and extended to the timestamps. |
47 | 64 | ```json |
48 | 65 | // $ORBIT_HOME/config/lfv.json |
|
60 | 77 | - `planets` is a single string that will be used to invoke _fifa_. |
61 | 78 | - `files` is an array of path names who follow the syntax of [fnmatch(3)](http://man7.org/linux/man-pages/man3/fnmatch.3.html). |
62 | 79 | - `timestamps` specifies which files contains timestamps and where to find them in each line. |
| 80 | + |
63 | 81 | 5. New `--timeout` flag to adjust the read timeout of a socket. |
| 82 | + |
64 | 83 | 6. New `--size` flag to adjust the size of the connection pool. |
| 84 | + |
65 | 85 | 7. Server continues to run when SIGPIPE or SISSYS signal has been received. |
| 86 | + |
66 | 87 | 8. Log date, time and signal on graceful shut-down. |
| 88 | + |
67 | 89 | 9. Fixed various memory leaks. |
| 90 | + |
68 | 91 | 10. Reduced memory footprint. |
69 | 92 |
|
70 | 93 | #### Web |
71 | 94 |
|
72 | 95 | 1. Advanced live-search capabilities for the log file viewer
(search, highlight, navigate and count). |
| 96 | + |
73 | 97 | 2. Adjustable refresh intervals and download sizes for log files. |
| 98 | + |
74 | 99 | 3. Filter log file entries by date range. |
75 | | -4. Drop-downs display additional infos like file size, last modified timestamp and the plc identifier for tcp traces |
| 100 | + |
| 101 | +4. Drop-downs display additional infos like file size, last modified timestamp and the plc identifier for tcp traces. |
| 102 | + |
76 | 103 | 5. Page loads about 3 times faster. |
| 104 | + |
77 | 105 | 6. Update notifier pops-up when an update has been detected. |
| 106 | + |
78 | 107 | 7. The log file viewer loads 10 kB from the end of each file by default. |
79 | 108 |
|
| 109 | + |
80 | 110 | ### 1.4.4 - Initial release (12.02.2018) |
81 | 111 |
|
82 | 112 | A web frontend and API endpoint for _Orbit_. |
|
0 commit comments