Releases: censys/censys-python
Releases · censys/censys-python
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 AsmClientGeneral
- Created a
commonmodule - Updated and standardized docstrings
- Enabled typing with the
py.typedfile - Standardized typing
- Deprecation warnings
- Simplified code
- Moved
__version__toversions.py - Bumped dependencies
- Updated
.gitignore - Removed
versionfrom config
Search
- Added new Client for both
v1andv2indexes - Added new
CensysHostsindex - Separated Search
v1andv2endpoints - Added Examples to docstrings
ASM
- Separated
Assetsspecific 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
pytestin Python CI workflow
Beta Release v2.0.0-beta2
Install
pip install censys==2.0.0b2Docs
Changelog
- Enabled typing with the
py.typedfile - Bumped dependency
- Updated README
Beta Release v2.0.0-beta1
Install
pip install censys==2.0.0b1Docs
Changelog
- Mocked all endpoints
- Increased coverage
- Included
pytestin 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
v1andv2indexes - Added new
CensysHostsindex - Separated Search
v1andv2endpoints - Added Examples to docstrings
ASM
- Separated
Assetsspecific code - Added
get_subdomains
Release v1.1.1
- Fixed bug with event API fetching
- Minor code and docs cleanup
Release v1.1.0
- Added ASM support
- Added exponential backoff
- Added ASM testing
- Updated Docs
- Added ASM Usage
Release v1.0.1
- Added HTTPS Proxy Support
- Updated Tests
- Updated Docs
- Updated Usage
- Added Advanced Usage
Release v1.0.0
- Added CLI from censys/censys-command-line
- Added
hnrisubcommand - Added
configsubcommand - Added
searchsubcommand
- Added
- Configured Read the Docs