Skip to content

Commit 7cd0cee

Browse files
committed
Release v1.4.7
1 parent 6229827 commit 7cd0cee

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
## Release Notes: _iss_
22

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+
311
### 1.4.6 (16.08.2018)
412

513
1. Compatibility with _ski_ v1.4.6
14+
615
2. Support for deflated transfer encoding.
16+
717
3. Convert files with LATIN-9 charset encoding to UTF-8.
818
```json
919
// $ORBIT_HOME/config/lfv.json
@@ -15,17 +25,23 @@
1525
}
1626
```
1727
4. Handle every request within its own process.
28+
1829
5. Cache several API endpoint results on client side that wont change frequently.
30+
1931
6. New `--cleanup` flag to adjust the interval to cleanup forked processes.
32+
2033
7. Ensure that _fifa_ does not include ansi colors in its output.
34+
2135
8. Increase MacOSX min SDK version from 10.5 to to 10.11.
36+
2237
9. Remove 32-bit build targets.
2338

2439
### 1.4.5 (26.06.2018)
2540

2641
#### Tool
2742

2843
1. Great performance improvements by factor 15.
44+
2945
2. API routes have been redesign without having an `/api` prefix.
3046
```
3147
$ iss --routes
@@ -43,6 +59,7 @@
4359
HEAD /ping
4460
```
4561
3. New `HEAD /ping` route for better monitoring and `GET /embed` to embed the app.
62+
4663
4. The config settings for the log file viewer has been redesign and extended to the timestamps.
4764
```json
4865
// $ORBIT_HOME/config/lfv.json
@@ -60,23 +77,36 @@
6077
- `planets` is a single string that will be used to invoke _fifa_.
6178
- `files` is an array of path names who follow the syntax of [fnmatch(3)](http://man7.org/linux/man-pages/man3/fnmatch.3.html).
6279
- `timestamps` specifies which files contains timestamps and where to find them in each line.
80+
6381
5. New `--timeout` flag to adjust the read timeout of a socket.
82+
6483
6. New `--size` flag to adjust the size of the connection pool.
84+
6585
7. Server continues to run when SIGPIPE or SISSYS signal has been received.
86+
6687
8. Log date, time and signal on graceful shut-down.
88+
6789
9. Fixed various memory leaks.
90+
6891
10. Reduced memory footprint.
6992

7093
#### Web
7194

7295
1. Advanced live-search capabilities for the log file viewer
 (search, highlight, navigate and count).
96+
7397
2. Adjustable refresh intervals and download sizes for log files.
98+
7499
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+
76103
5. Page loads about 3 times faster.
104+
77105
6. Update notifier pops-up when an update has been detected.
106+
78107
7. The log file viewer loads 10 kB from the end of each file by default.
79108

109+
80110
### 1.4.4 - Initial release (12.02.2018)
81111

82112
A web frontend and API endpoint for _Orbit_.

mrblib/iss/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
# SOFTWARE.
2222

2323
module ISS
24-
VERSION = '1.4.7-beta'.freeze
24+
VERSION = '1.4.7'.freeze
2525
end

0 commit comments

Comments
 (0)