2019-11-09 21:46:28 +00:00
|
|
|
# Changes in version 1.?.? - 2019-1?-??
|
|
|
|
|
2019-11-22 08:47:20 +00:00
|
|
|
* Medium changes
|
|
|
|
- Improve runtime performance of the hidserv module by storing
|
|
|
|
extrapolated statistics even if computed network fractions are
|
|
|
|
zero, to avoid re-processing these statistics over and over.
|
2020-01-27 20:12:21 +00:00
|
|
|
- Extract directory authority bytes per day in the bwhist module.
|
2020-02-23 09:53:46 +00:00
|
|
|
- Rewrite insert_bwhist in SQL to improve performance of the bwhist
|
|
|
|
module.
|
2019-11-22 08:47:20 +00:00
|
|
|
|
2020-01-13 08:49:50 +00:00
|
|
|
* Minor changes
|
|
|
|
- Make Jetty host configurable.
|
2020-01-16 08:35:29 +00:00
|
|
|
- Configure a base URL in order to turn ExoneraTor's permanent
|
|
|
|
links into https:// links.
|
2020-01-15 08:22:10 +00:00
|
|
|
- Set default locale `US` at the beginning of the execution.
|
2020-01-15 14:52:17 +00:00
|
|
|
- Set default time zone `UTC` at the beginning of the execution.
|
2020-03-31 08:30:46 +00:00
|
|
|
- Simplify logging configuration.
|
2020-01-13 08:49:50 +00:00
|
|
|
|
2019-11-09 21:46:28 +00:00
|
|
|
|
2019-11-09 20:43:49 +00:00
|
|
|
# Changes in version 1.3.0 - 2019-11-09
|
2018-10-10 13:48:12 +00:00
|
|
|
|
|
|
|
* Medium changes
|
|
|
|
- Start downloading and processing votes.
|
|
|
|
- Add Apache Commons Math 3.6.1 as dependency.
|
2018-10-29 18:41:12 +00:00
|
|
|
- Extend ipv6servers module to generate servers part of legacy
|
|
|
|
module.
|
2019-08-06 15:32:51 +00:00
|
|
|
- Use Ivy for resolving external dependencies rather than relying
|
|
|
|
on files found in Debian stable packages. Requires installing Ivy
|
|
|
|
(using `apt-get install ivy`, `brew install ivy`, or similar) and
|
|
|
|
running `ant resolve` (or `ant -lib /usr/share/java resolve`).
|
|
|
|
Retrieved files are then copied to the `lib/` directory, except
|
|
|
|
for dependencies on other metrics libraries that still need to be
|
|
|
|
copied to the `lib/` directory manually. Current dependency
|
|
|
|
versions resolved by Ivy are the same as in Debian stretch with
|
|
|
|
few exceptions.
|
2019-08-14 09:47:41 +00:00
|
|
|
- Remove Cobertura from the build process.
|
2019-09-17 08:05:27 +00:00
|
|
|
- Update PostgreSQL JDBC driver version to 42.2.5.
|
2019-11-09 19:38:51 +00:00
|
|
|
- Update to metrics-lib 2.9.1 and ExoneraTor 4.2.0.
|
2018-10-10 13:48:12 +00:00
|
|
|
|
|
|
|
|
2018-09-25 07:30:45 +00:00
|
|
|
# Changes in version 1.2.0 - 2018-08-25
|
|
|
|
|
|
|
|
* Medium changes
|
|
|
|
- Add ExoneraTor 4.0.0 thin jar as dependency.
|
|
|
|
|
|
|
|
|
2018-05-29 13:21:45 +00:00
|
|
|
# Changes in version 1.1.0 - 2018-05-29
|
|
|
|
|
|
|
|
* Medium changes
|
|
|
|
- Replace Gson with Jackson.
|
2018-01-09 16:47:15 +00:00
|
|
|
|
|
|
|
* Minor changes
|
|
|
|
- Avoid sending an error after a (partial) response.
|
|
|
|
|
|
|
|
|
2017-12-20 14:28:35 +00:00
|
|
|
# Changes in version 1.0.3 - 2017-12-20
|
|
|
|
|
|
|
|
* Major changes
|
|
|
|
- Use an embedded Jetty.
|
|
|
|
- Use metrics-base as build environment.
|
|
|
|
- Add metrics timeline events underneath graphs.
|
|
|
|
- Replace broken SVGs with higher-resolution PNGs.
|
|
|
|
|
|
|
|
|
2017-10-05 07:53:45 +00:00
|
|
|
# Changes in version 1.0.2 - 2017-10-04
|
|
|
|
|
|
|
|
* Minor changes
|
|
|
|
- Update news.json to version 147 of doc/MetricsTimeline.
|
|
|
|
|
|
|
|
|
|
|
|
# Changes in version 1.0.1 - 2017-09-25
|
|
|
|
|
|
|
|
* Minor changes
|
|
|
|
- Update link to old user number estimates.
|
|
|
|
|
|
|
|
|
2017-09-19 12:30:54 +00:00
|
|
|
# Changes in version 1.0.0 - 2017-09-19
|
|
|
|
|
|
|
|
* Major changes
|
|
|
|
- This is the initial release after almost eight years of
|
|
|
|
development.
|
|
|
|
|