Skip to content

Releases: censys/censys-python

Beta Release v2.0.0-beta2

21 Apr 17:23
68d4dff

Choose a tag to compare

Pre-release

Install

pip install censys==2.0.0b2

Docs

Beta Docs

Changelog

  • Enabled typing with the py.typed file
  • Bumped dependency
  • Updated README

Beta Release v2.0.0-beta1

19 Apr 20:54
27515ae

Choose a tag to compare

Pre-release

Install

pip install censys==2.0.0b1

Docs

Beta 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__ to versions.py

Search

  • Added new Client for both v1 and v2 indexes
  • Added new CensysHosts index
  • Separated Search v1 and v2 endpoints
  • Added Examples to docstrings

ASM

  • Separated Assets specific code
  • Added get_subdomains

Release v1.1.1

23 Feb 19:08
60c4101

Choose a tag to compare

  • Fixed bug with event API fetching
  • Minor code and docs cleanup

Release v1.1.0

25 Nov 15:53
a123cd9

Choose a tag to compare

  • Added ASM support
  • Added exponential backoff
  • Added ASM testing
  • Updated Docs
    • Added ASM Usage

Release v1.0.1

02 Nov 19:04
23f4219

Choose a tag to compare

  • Added HTTPS Proxy Support
  • Updated Tests
  • Updated Docs
    • Updated Usage
    • Added Advanced Usage

Release v1.0.0

25 Sep 15:06
1fe6caa

Choose a tag to compare

  • Added CLI from censys/censys-command-line
    • Added hnri subcommand
    • Added config subcommand
    • Added search subcommand
  • Configured Read the Docs