Releases: censys/censys-python
Releases · censys/censys-python
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 accountcommand for checking which account you are authenticated with and how much of your quota has been used. - Added warning on
censys configwhen 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
Release v2.0.6
- Added
RisksAPI Class - Added delete assets comment method
- Added support for cookies
- Added output file format hinting
- Added infinite page option to CLI
- Added
darglintdev dependency
Release v2.0.5
- Upgraded dependencies
- Added new endpoint
GetHostByCert(docs) - Point v1 certs endpoints to
search.censys.io
Release v2.0.4
- Upgraded dependencies
- Added new endpoints
- Added metadata method
- Added host names method
- Added host events method
- Switched to poetry for project management
Beta Release v2.0.4-beta1
Merge pull request #125 from censys/adh/new-v2-endpoints Add Support for new endpoints
Release v2.0.3
Changelog
General
- Added an invalid color exception
- Added
types-request - Upgraded deps
CLI
- Added a
--openargument to opens users to the page they were attempting to query - Added
richto improve CLI interface
Release v2.0.2
Changelog
General
- Removed forceful deprecation warnings
Docs
- Added asciinema for CLI
- Fixed screenshot for PyPi
Release v2.0.1
Changelog
Potentially Breaking Changes
- Removed
paged_searchfromCensysSearchAPIv1, please usesearch
General
- Added a
view_allmethod toCensysSearchAPIv2
CLI
- Added
hoststo thesearchCLI command - Added
v1andv2specific arguments to search - Added a
viewCLI command - Updated the
hnriCLI command to use search v2
Docs
- Added docs for
examples/ - Added
v1examples - Added resource links
- Updated ASM examples
Tests
- Updated CLI tests