Skip to content

Releases: censys/censys-python

Release v2.0.6

24 Aug 23:43
68743a3
Compare
Choose a tag to compare
  • 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

02 Aug 15:29
5b1b7d5
Compare
Choose a tag to compare
  • Upgraded dependencies
  • Added new endpoint GetHostByCert (docs)
  • Point v1 certs endpoints to search.censys.io

Release v2.0.4

27 Jul 20:55
b9dea61
Compare
Choose a tag to compare
  • 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

27 Jul 20:45
6258466
Compare
Choose a tag to compare
Pre-release
Merge pull request #125 from censys/adh/new-v2-endpoints

Add Support for new endpoints

Release v2.0.3

15 Jun 13:42
c61d512
Compare
Choose a tag to compare

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

03 Jun 15:31
5fc8eaa
Compare
Choose a tag to compare

Changelog

General

  • Removed forceful deprecation warnings

Docs

  • Added asciinema for CLI
  • Fixed screenshot for PyPi

Release v2.0.1

02 Jun 17:34
6d87f69
Compare
Choose a tag to compare

Changelog

Potentially Breaking Changes

  • Removed paged_search from CensysSearchAPIv1, please use search

General

  • Added a view_all method to CensysSearchAPIv2

CLI

  • Added hosts to the search CLI command
  • Added v1 and v2 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

10 May 17:46
78c1b21
Compare
Choose a tag to compare

Changelog

Potentially Breaking Changes

# 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__ to versions.py
  • Bumped dependencies
  • Updated .gitignore
  • Removed version from config

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
  • 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

21 Apr 17:23
68d4dff
Compare
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
Compare
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