Release v2.2.3
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
EventstoLogbookfor 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