1Release History
2===============
32.3.0 (released 2018-11-23)
4---------------------------
5
6Features and changes
7~~~~~~~~~~~~~~~~~~~~
8- Add result date and time to traceroute, NTP and SSL renderers
9- Add support for specifying measurement tags on measurement creation
10- Add option (--go-web) to open measurement URL in browser
11- Nicer presentation of 403 errors from the API
12- Official supported Python versions changed to 2.7, 3.4, 3.5, 3.6 and 3.7
13
14Bug Fixes
15~~~~~~~~~
16- Fix cousteau/sagan dependencies
17
18
192.2.3 (released 2017-01-17)
20---------------------------
21
22Bug Fixes
23~~~~~~~~~
24- Fix for distribution issues that prevented the command-line scripts from working
25
262.2.2 (released 2017-10-12)
27---------------------------
28
29Features and changes
30~~~~~~~~~~~~~~~~~~~~
31- Align various option defaults, minimums and maximums with API reality, including...
32- ... allow the set of options necessary for "TCP ping" measurements https://labs.ripe.net/Members/wilhelm/measuring-your-web-server-reachability-with-tcp-ping
33- Add compact DNS results renderer
34- Fix some unicode output issues
35
362.1 (released 2016-04-21)
37---------------------------
38
39New Features
40~~~~~~~~~~~~
41- Add a simple NTP renderer
42
43Changes
44~~~~~~~
45- Use new cousteau (1.4) & sagan(1.2) versions.
46
47Bug Fixes
48~~~~~~~~~
49- Fix for some unicode problems when using colors
50- Fix issue #177, with `gdbm` problem.
51
522.0.2 (released 2016-10-21)
53---------------------------
54
55New Features
56~~~~~~~~~~~~
57- Add aliases to measurements IDs
58- Add --traceroute-show-asns to traceroute renderer
59
60Bug Fixes
61~~~~~~~~~
62- Stream command was not passing the correct API key. After API became stricter this command started failing.
63- Handle missing geometry for probes.
64- Fix issues for AS-paths with only 1 probe
65- Various fixes for tests
66
672.0.1 (released 2016-04-20)
68---------------------------
69
70Changes
71~~~~~~~
72- Corrected references in the docs to obsolete command names.
73- Fixed broken 2.0.0 egg.
74
75
762.0.0 (released 2016-04-20)
77---------------------------
78
79Changes
80~~~~~~~
81- Renamed and merged some commands for clarity, preserving the old names as deprecated aliases.
82- Improved help text and usage output.
83- Support for bash auto-completion.
84
85
861.2.3 (released 2016-03-08)
87---------------------------
88
89Changes
90~~~~~~~
91- Usage of newest Cousteau/Sagan library.
92- Support of API keys for fetching results on report command.
93- Default radius for probes filtering is changed to 15.
94- Several changes for supporting Windows.
95
96
971.2.2 (released 2016-01-13)
98---------------------------
99
100New Features
101~~~~~~~~~~~~
102- Cleaner and more consistent implementation of the renderer plugable
103  architecture.
104- Usage of newest Cousteau library.
105
106
1071.2.1 (released 2015-12-15)
108---------------------------
109
110Bug Fixes
111~~~~~~~~~
112- Restored some required template files.
113
114
1151.2.0 (released 2015-12-15)
116---------------------------
117
118Output Changes
119~~~~~~~~~~~~~~
120- `#119`_: Support HTTP results.
121- `#122`_: Allow packagers to set the user agent.
122
123
1241.1.1 (released 2015-11-25)
125---------------------------
126
127Output Changes
128~~~~~~~~~~~~~~
129- `#103`_: Removed header from the ``report`` command.
130
131Bug Fixes
132~~~~~~~~~
133- `#105`_: Measurement report and stream broken on Python3.4.
134
1351.1.0 (released 2015-11-12)
136---------------------------
137
138New features
139~~~~~~~~~~~~
140- Support for the creation of NTP, SSLCert, and HTTP measurements.
141- Additional argument in report command to filter results by probe ASN.
142- Additional renderer that shows the different destination ASNs and some
143  additional stats about them.
144
145Bug Fixes
146~~~~~~~~~
147- Various fixes.
148
149Changes
150~~~~~~~
151- Better testing.
152- Additional documentation.
153
1541.0.0 (released 2015-11-02)
155---------------------------
156- Initial release.
157
158.. _#103: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/103
159.. _#105: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/105
160.. _#119: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/119
161.. _#122: https://github.com/RIPE-NCC/ripe-atlas-tools/issues/122
162