|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +Version `2.2.0`_ |
| 6 | +================ |
| 7 | +**Date**: June 11, 2024 |
| 8 | + |
| 9 | +* API client: |
| 10 | + |
| 11 | + * Update `analyze` command to use analysis endpoint |
| 12 | + * Add `persona_details` command to pull a sensor persona's details based on ID |
| 13 | + * Add `sensor_list` command to pull list of sensors from a users workspace, based on API key used |
| 14 | + * Add `sensor_activity` command to pull sensor activity feed from users workspace |
| 15 | + * Add `sensor_activity_ips` command to pull list of source ips from sensor activity feed |
| 16 | + |
| 17 | +* CLI: |
| 18 | + |
| 19 | + * Update `analyze` output to match that of new endpoint response |
| 20 | + * Add `persona-details` command to display command response |
| 21 | + * Add `sensor-list` command to display command response |
| 22 | + * Add `sensor-activity` command to display command response |
| 23 | + |
| 24 | +* Dependencies: |
| 25 | + |
| 26 | + * Updated Clic to version 8.1.7 |
| 27 | + * Updated ansimarkup to version 2.1.0 |
| 28 | + * Updated click-repl to version 0.3.0 |
| 29 | + * Updated dict2xml to version 1.7.5 |
| 30 | + * Updated jinja2 to version 3.1.4 |
| 31 | + * Updated more-itertools to version 10.3.0 (for py3.8 and above only) |
| 32 | + * Updated requests to version 2.32.3 |
| 33 | + |
5 | 34 | Version `2.1.0`_ |
6 | 35 | ================ |
7 | 36 | **Date**: February 07, 2024 |
@@ -380,6 +409,7 @@ Version `0.2.0`_ |
380 | 409 | .. _`1.2.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.1.0...1.2.0 |
381 | 410 | .. _`1.2.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.0...1.2.1 |
382 | 411 | .. _`1.3.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.1...1.3.0 |
383 | | -.. _`2.0.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.3.0...HEAD |
| 412 | +.. _`2.0.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.3.0...2.0.0 |
384 | 413 | .. _`2.0.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.0.0...2.0.1 |
385 | 414 | .. _`2.1.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.0.1...2.1.0 |
| 415 | +.. _`2.2.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.1.0...HEAD |
0 commit comments