Releases: censys/censys-python
Releases · censys/censys-python
Release v2.0.6
- Added
Risks
API Class - Added delete assets comment method
- Added support for cookies
- Added output file format hinting
- Added infinite page option to CLI
- Added
darglint
dev 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
--open
argument to opens users to the page they were attempting to query - Added
rich
to 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_search
fromCensysSearchAPIv1
, please usesearch
General
- Added a
view_all
method toCensysSearchAPIv2
CLI
- Added
hosts
to thesearch
CLI command - Added
v1
andv2
specific arguments to search - Added a
view
CLI command - Updated the
hnri
CLI command to use search v2
Docs
- Added docs for
examples/
- Added
v1
examples - Added resource links
- Updated ASM examples
Tests
- Updated CLI tests
Release v2.0.0
Changelog
Potentially Breaking Changes
- Changed to namespace packages This means that imports should be formatted as follows
# Search
from censys.search import SearchClient
# ASM
from censys.asm import AsmClient
General
- Created a
common
module - Updated and standardized docstrings
- Enabled typing with the
py.typed
file - Standardized typing
- Deprecation warnings
- Simplified code
- Moved
__version__
toversions.py
- Bumped dependencies
- Updated
.gitignore
- Removed
version
from config
Search
- Added new Client for both
v1
andv2
indexes - Added new
CensysHosts
index - Separated Search
v1
andv2
endpoints - Added Examples to docstrings
ASM
- Separated
Assets
specific code - Added
get_subdomains
- Added Cloud Count Endpoints
Docs
- Updated README
- Updated autodocs to include the namespace
- Pinned versions in
docs/requirements.txt
Tests
- Mocked all endpoints
- Increased coverage
- Included
pytest
in Python CI workflow
Beta Release v2.0.0-beta2
Install
pip install censys==2.0.0b2
Docs
Changelog
- Enabled typing with the
py.typed
file - Bumped dependency
- Updated README
Beta Release v2.0.0-beta1
Install
pip install censys==2.0.0b1
Docs
Changelog
- Mocked all endpoints
- Increased coverage
- Included
pytest
in Python CI workflow - Updated and standardized docstrings
- Standardized typing
- Deprecation warnings
- Simplified code
- Updated imports to be relative
- Moved
__version__
toversions.py
Search
- Added new Client for both
v1
andv2
indexes - Added new
CensysHosts
index - Separated Search
v1
andv2
endpoints - Added Examples to docstrings
ASM
- Separated
Assets
specific code - Added
get_subdomains