Skip to content

Releases: censys/censys-python

Release v2.2.12

29 Mar 15:04
d5533d1
Compare
Choose a tag to compare

What's Changed ❇️

  • feat: Add support for setting request IDs to assist debugging #606

Full Changelog: v2.2.11...v2.2.12

Release v2.2.11

31 Jan 20:49
2c13006
Compare
Choose a tag to compare

What's Changed ❇️

  • feat: Add CLI and API support for ASM saved queries in #598

Full Changelog: v2.2.10...v2.2.11

Release v2.2.10

15 Dec 21:50
Compare
Choose a tag to compare

What's Changed ❇️

  • Added risk events support in #585

Full Changelog: v2.2.9...v2.2.10

Release v2.2.9

09 Nov 18:05
Compare
Choose a tag to compare

What's Changed ❇️

  • Added new seeds CLI commands in #571

Full Changelog: v2.2.8...v2.2.9

Release v2.2.8

18 Oct 20:03
Compare
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
Compare
Choose a tag to compare

Breaking Changes ❌

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

Release v2.2.6

14 Sep 20:39
Compare
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
Compare
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
Compare
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
Compare
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