Releases: censys/censys-python
Releases · censys/censys-python
Release v2.1.6
What's Changed
- feat(cli): Add nmap xml input in #312
- docs(cli): Update add-seeds docs in #315
- chore(docs): Update CLI gif in #320
Full Changelog: v2.1.5...v2.1.6
Release v2.1.5
What's Changed
- feat(cli): New Subdomain enumeration CLI (
censys subdomains
) in #302 - test(cli): Update CLI tests in #305
- test(asm): Update ASM tests in #309
- test(search): Update Search tests in #311
Full Changelog: v2.1.4...v2.1.5
Release v2.1.4
What's Changed
- build(deps): Drop Python 3.6 Support in #296
- build(deps): Update backoff dependency to 2.x in #294
- feat(asm): Add API support for asset discovery trails in #291
- fix: Update language to match ASM in #295
Full Changelog: v2.1.3...v2.1.4
Release v2.1.3
What's Changed
- This is the last version to support Python 3.6
- feat(api): Add v2 Risks API in #257
- chore(docs): Update docs to include new APIs in #240
- chore(api): Add virtual_hosts to the aggregate function in #241
- chore(cli): Warn on invalid file format output for Search/View v2 CLI in #266
- chore(deps): bump rich from 11.0.0 to 11.1.0 in #244
- chore(deps): bump sphinx-copybutton from 0.4.0 to 0.5.0 in #250
- chore(deps): bump rich from 11.1.0 to 11.2.0 in #251
Full Changelog: v2.1.2...v2.1.3
Release v2.1.2
What's Changed
- feat(api): Added support for the Host Diff API
- feat(cli): Improved config options
- chore(api): Enhance multithreaded API calls
- chore(cli): Improve error handling and tests
- chore(docs): Improve usage docs
- chore(deps): Update dependencies
- fix(deps): Correct importlib-metadata versions
Full Changelog: v2.1.1...v2.1.2
Release v2.1.1
What's Changed
- feat(api): Search Virtual Hosts in #218
- Added the
--virtual-hosts
argument to$ censys search {...}
- Added the
- fix(cli): Display correct percentage of quota used
- chore(deps): Update various dependencies
Full Changelog: v2.1.0...v2.1.1
Release v2.1.0
What's Changed
- chore(api): Remove Deprecated v1 API Endpoints in #207
- chore(docs): Add example using logbook cursor and host asset in #199
- feat(api): Update and Delete Comment Support in #196
- chore(docs): Update Docs October 2021 in #181
Full Changelog: v2.0.9...v2.1.0
Release v2.0.9
What's Changed
- chore(deps): bump rich from 10.10.0 to 10.11.0 in #173
- chore(deps-dev): bump types-requests from 2.25.8 to 2.25.9 in #174
- chore(deps-dev): bump pytest-cov from 2.12.1 to 3.0.0 in #176
- feat(api): ASM API Update - Add subdomain endpoints in #177
- chore(deps): bump rich from 10.11.0 to 10.12.0 in #178
- fix(cli): Fix CLI Colors in #175
Full Changelog: v2.0.8...v2.0.9
Release v2.0.8
Changelog
General
- Updated arguments for
Assets.get_assets()
andSeeds.get_seeds()
- Removed the use of
typing.Protocol
(hotfix for #170)
CLI
- Added the
censys account
command for checking which account you are authenticated with and how much of your quota has been used. - Added warning on
censys config
when environmental variables are set
Release v2.0.7
- Added tagging methods to v2 classes
- Added commenting methods to v2 classes
- Added alias of accounts methods for v2 classes