Skip to content

Releases: censys/censys-python

Release v2.0.9

07 Oct 14:27
0a37f96

Choose a tag to compare

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

23 Sep 19:05
c9d4b79

Choose a tag to compare

Changelog

General

  • Updated arguments for Assets.get_assets() and Seeds.get_seeds()
  • Removed the use of typing.Protocol (hotfix for #170)

CLI

  • Added the censys account command for checking which account you are authenticated with and how much of your quota has been used.
  • Added warning on censys config when environmental variables are set

Release v2.0.7

15 Sep 16:49
36693fc

Choose a tag to compare

  • Added tagging methods to v2 classes
  • Added commenting methods to v2 classes
  • Added alias of accounts methods for v2 classes

Release v2.0.6

24 Aug 23:43
68743a3

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

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

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

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

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

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

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