Skip to content

Release v2.2.3

Choose a tag to compare

@thehappydinoa thehappydinoa released this 14 Jun 20:56
· 124 commits to main since this release

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