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

Bump taxii2-client from 2.2.2 to 2.3.0 #1274

Merged
merged 5 commits into from
Mar 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps taxii2-client from 2.2.2 to 2.3.0.

Release notes

Sourced from taxii2-client's releases.

Version 2.3.0

  • #95 Remove extra whitespace in Content-Type header (@​2xyo)
  • #94 Pagination changes to support more of the header combinations used in TAXII 2.0 (RFC7233). Provide similar as_pages method for v21 paginated call.
  • #93 Fixes to ReadTheDocs not rendering Reference API documentation
  • #91 Transitioned test suite from TravisCI to GitHub Workflows
  • #89 Expose the cert parameter to all API classes in v20 and v21
Changelog

Sourced from taxii2-client's changelog.

Version 2.3.0 2021-03-12

  • #95 Remove extra whitespace in Content-Type header (@​2xyo)
  • #94 Pagination changes to support more of the header combinations used in TAXII 2.0 (RFC7233). Provide similar as_pages method for v21 paginated call.
  • #93 Fixes to ReadTheDocs not rendering Reference API documentation
  • #91 Transitioned test suite from TravisCI to GitHub Workflows
  • #89 Expose the cert parameter to all API classes in v20 and v21

Version 2.2.2 2020-09-10

  • #85 Provide more details when a Server Response status code is 406. (v20, v21)
  • #84 Fallback "Range" HTTP Header for pagination requests. (@​teizenman) (v20)
  • #81 More flexibility for the Status Endpoint validation. It no longer fails for optional successes, pendings, failures lists (@​maybe-sybr) (v20, v21)

Version 2.2.1 2020-07-17

  • #78 Prevent KeyError when TAXII Server Response does not include 'Content-Range' Header (v20)

Version 2.2.0 2020-07-02

  • #76 drop python versions older than 3.5
  • #75 fixes construction of Range Header for paginated requests RFC 7233. (@​dougle)

Version 2.1.0 2020-06-09

  • #68 Support for user-specified authentication including token-based authentication.
  • #71 Don't log a warning when the total number of available objects is less than the per request size limit.

Version 2.0.0 2020-04-01 Base release of the TAXII Client for 2.1. Unsupported features:

  • TLS support in requests
  • Force connection initiation using HTTPS Note import taxii2client by default will load TAXII 2.1 classes. If this is not desired use from taxii2client import v20 or from taxii2client.v20 import <class>

Version 1.0.1 2020-04-01

  • Fix packaging problem
  • #60, #23 Pagination generator function available as_pages for get_objects and get_manifest requests

Version 1.0.0 2020-04-01 Base release of the TAXII Client for 2.0. Unsupported features:

  • TLS support in requests
  • Force connection initiation using HTTPS

Version 0.5.0 2018-11-09

... (truncated)

Commits
  • 11c2ee8 Bump version: 2.2.2 → 2.3.0
  • b7f5d8f update CHANGES.txt for v2.3.0
  • c776650 Merge pull request #94 from emmanvg/pagination-changes
  • 5d6ba88 Update README.rst
  • 1485fd8 move _grab_total_items to v20, update README.rst
  • a3ccd50 minor tweaks in v21 as_pages and common, update test suite
  • 16a0f31 Merge pull request #95 from 2xyo/media-type
  • 3ee5574 Merge pull request #89 from zrush-mitre/master
  • b0abfdc define _cert for v20 Server class
  • 1a1c400 Merge branch 'master' of github.com:oasis-open/cti-taxii-client into zrush-ma...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@auto-assign auto-assign bot requested a review from patel-bhavin March 18, 2021 13:26
@P4T12ICK P4T12ICK merged commit f581273 into develop Mar 18, 2021
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/taxii2-client-2.3.0 branch March 18, 2021 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant