Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency censys to v2.2.12 #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
censys (changelog) ==2.1.1 -> ==2.2.12 age adoption passing confidence

Release Notes

censys/censys-python (censys)

v2.2.12

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.11...v2.2.12

v2.2.11

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed ❇️

  • Added retry for HTTP 503 status code

Full Changelog: censys/censys-python@v2.2.7...v2.2.8

v2.2.7

Compare Source

Breaking Changes ❌

Full Changelog: censys/censys-python@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.4...v2.2.5

v2.2.4

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.3...v2.2.4

v2.2.3

Compare Source

What's Changed ❇️

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: censys/censys-python@v2.2.2...v2.2.3

v2.2.2

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed ❇️

Full Changelog: censys/censys-python@v2.2.0...v2.2.1

v2.2.0

Compare Source

What's Changed ❇️

  • Added Certs V2 (CensysCerts) and Web Entities (WebEntitiesAssets) API Support in https://github.com/censys/censys-python/pull/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 :x:

* Removed `Risksv1` and renamed `Risksv2` to simply `Risks`.
* Imports will need to be updated.

**Old Imports**
```python
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**: https://github.com/censys/censys-python/compare/v2.1.9...v2.2.0

v2.1.9

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.8...v2.1.9

v2.1.8

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.7...v2.1.8

v2.1.7

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.6...v2.1.7

v2.1.6

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.5...v2.1.6

v2.1.5

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.4...v2.1.5

v2.1.4

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.3...v2.1.4

v2.1.3: Release v2.1.3

Compare Source

What's Changed

Full Changelog: censys/censys-python@v2.1.2...v2.1.3

v2.1.2: Release v2.1.2

Compare Source

What's Changed

  • feat(api): Added support for the Host Diff API
  • feat(cli): Improved config options
  • chore(api): Enhance multithreaded API calls
  • chore(cli): Improve error handling and tests
  • chore(docs): Improve usage docs
  • chore(deps): Update dependencies
  • fix(deps): Correct importlib-metadata versions

Full Changelog: censys/censys-python@v2.1.1...v2.1.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency censys to v2.1.2 Update dependency censys to v2.1.3 Mar 8, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.3 Update dependency censys to v2.1.4 May 15, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.4 Update dependency censys to v2.1.5 Jun 18, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.5 Update dependency censys to v2.1.6 Jun 24, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.6 Update dependency censys to v2.1.8 Sep 25, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.8 Update dependency censys to v2.1.9 Nov 20, 2022
@renovate renovate bot changed the title Update dependency censys to v2.1.9 Update dependency censys to v2.2.2 May 28, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.2 Update dependency censys to v2.2.3 Jun 14, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.3 Update dependency censys to v2.2.4 Jul 6, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.4 Update dependency censys to v2.2.5 Aug 31, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.5 Update dependency censys to v2.2.6 Sep 14, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.6 Update dependency censys to v2.2.7 Oct 2, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.7 Update dependency censys to v2.2.8 Oct 18, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.8 Update dependency censys to v2.2.9 Nov 9, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.9 Update dependency censys to v2.2.10 Dec 16, 2023
@renovate renovate bot changed the title Update dependency censys to v2.2.10 Update dependency censys to v2.2.11 Jan 31, 2024
@renovate renovate bot changed the title Update dependency censys to v2.2.11 Update dependency censys to v2.2.12 Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants