Skip to content

Releases: censys/censys-python

Release v2.2.8

18 Oct 20:03

Choose a tag to compare

What's Changed ❇️

  • Added retry for HTTP 503 status code

Full Changelog: v2.2.7...v2.2.8

Release v2.2.7

02 Oct 14:11

Choose a tag to compare

Breaking Changes ❌

Full Changelog: v2.2.6...v2.2.7

Release v2.2.6

14 Sep 20:39

Choose a tag to compare

What's Changed ❇️

  • Added post search methods for hosts in #541

Full Changelog: v2.2.5...v2.2.6

Release v2.2.5

31 Aug 21:09

Choose a tag to compare

What's Changed ❇️

  • Added --timeout option for the Search CLI command in #537
  • Updated CLI and Autocomplete in #519
  • Added build docs ci step in #530

Full Changelog: v2.2.4...v2.2.5

Release v2.2.4

06 Jul 18:45

Choose a tag to compare

What's Changed ❇️

  • Removed Python 3.7 support in #511
  • Removed Search Certs v1 API in #514
  • Fixed object storages assets client in #510
  • Updated the method to specify search fields in #512

Full Changelog: v2.2.3...v2.2.4

Release v2.2.3

14 Jun 20:56

Choose a tag to compare

What's Changed ❇️

  • This is the last version to support Python 3.7
  • Added Beta Endpoints in #496

Breaking Changes ❌

  • Renamed the ASM API Client Events to Logbook for consistency

    • Imports will need to be updated.

    Old Imports

    from censys.asm.events import Events

    New Imports ✨

    from censys.asm.logbook import Logbook

Full Changelog: v2.2.2...v2.2.3

Release v2.2.2

09 May 14:00

Choose a tag to compare

What's Changed ❇️

  • Made dependencies more flexible in #484
  • Fixed issue with building docs

Full Changelog: v2.2.1...v2.2.2

Release v2.2.1

08 May 20:58

Choose a tag to compare

What's Changed ❇️

  • Added Autocomplete support for CLI and Search Queries in #482
  • Enhanced API retry logic in #481
  • Fixed issue that prevented retrying when receiving a 500 error message in #478

Full Changelog: v2.2.0...v2.2.1

Release v2.2.0

27 Apr 15:37

Choose a tag to compare

What's Changed ❇️

  • Added Certs V2 (CensysCerts) and Web Entities (WebEntitiesAssets) API Support in #468

  • Added deprecation for Certs V1 This is going away soon, please switch to Certs v2 (docs)

  • Added Certificate index to the view and search commands

    • Try it now:
    censys view 9b00121b4e85d50667ded1a8aa39855771bdb67ceca6f18726b49374b41f0041 --index-type certificates
    # Or
    censys search 'names: censys.io' --index-type certificates --fields names
  • Enhanced the subdomains command using the new Certs V2 API

Breaking Changes ❌

  • Removed Risksv1 and renamed Risksv2 to simply Risks.

    • Imports will need to be updated.

    Old Imports

    from censys.asm.risks.v2 import Risksv2

    New Imports ✨

    from censys.asm.risks import Risks
  • Removed Certs V1

    Legacy Certs V1 Imports

    from censys.search import CensysCertificates

    New Certs V2 Imports ✨

    from censys.search import CensysCerts
    
    # Make sure to update queries and pagination logic
  • Removed Certs V1 from CLI

Full Changelog: v2.1.9...v2.2.0

Release v2.1.9

21 Oct 19:04

Choose a tag to compare

What's Changed

  • feat(asm-api): Add Inventory Search in #374
  • fix: raise certificates index timeout to match server in #384

Full Changelog: v2.1.8...v2.1.9