René's URL Explorer Experiment


Title: Bump kafka-python from 0.9.5 to 2.0.1 by dependabot-preview[bot] · Pull Request #439 · python-beaver/python-beaver · GitHub

Open Graph Title: Bump kafka-python from 0.9.5 to 2.0.1 by dependabot-preview[bot] · Pull Request #439 · python-beaver/python-beaver

X Title: Bump kafka-python from 0.9.5 to 2.0.1 by dependabot-preview[bot] · Pull Request #439 · python-beaver/python-beaver

Description: Bumps kafka-python from 0.9.5 to 2.0.1. Release notes Sourced from kafka-python's releases. 2.0.0 (Feb 10, 2020) This release includes breaking changes for any application code that has not migrated from older Simple-style classes to newer Kafka-style classes. Deprecation Remove deprecated SimpleClient, Producer, Consumer, Unittest (jeffwidman / PR #1196) Admin Client Use the controller for topic metadata requests (TylerLubeck / PR #1995) Implement list_topics, describe_topics, and describe_cluster (TylerLubeck / PR #1993) Implement eq and hash for ACL objects (TylerLubeck / PR #1955) Fixes KafkaAdminClient returning IncompatibleBrokerVersion when passing an api_version (ian28223 / PR #1953) Admin protocol updates (TylerLubeck / PR #1948) Fix describe config for multi-broker clusters (jlandersen / PR #1869) Miscellaneous Bugfixes / Improvements Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl (swenzel / PR #1918) Fix slots usage and use more slots (carsonip / PR #1987) Optionally return OffsetAndMetadata from consumer.committed(tp) (dpkp / PR #1979) Reset conn configs on exception in conn.check_version() (dpkp / PR #1977) Do not block on sender thread join after timeout in producer.close() (dpkp / PR #1974) Implement methods to convert a Struct object to a pythonic object (TylerLubeck / PR #1951) Test Infrastructure / Documentation / Maintenance Update 2.4.0 resource files for sasl integration (dpkp) Add kafka 2.4.0 to CI testing (vvuibert / PR #1972) convert test_admin_integration to pytest (ulrikjohansson / PR #1923) xfail test_describe_configs_topic_resource_returns_configs (dpkp / Issue #1929) Add crc32c to README and docs (dpkp) Improve docs for reconnect_backoff_max_ms (dpkp / PR #1976) Fix simple typo: managementment -> management (timgates42 / PR #1966) Fix typos (carsonip / PR #1938) Fix doc import paths (jeffwidman / PR #1933) Update docstring to match conn.py's (dabcoder / PR #1921) Do not log topic-specific errors in full metadata fetch (dpkp / PR #1980) Raise AssertionError if consumer closed in poll() (dpkp / PR #1978) Log retriable coordinator NodeNotReady, TooManyInFlightRequests as debug not error (dpkp / PR #1975) Remove unused import (jeffwidman) Remove some dead code (jeffwidman) Fix a benchmark to Use print() function in both Python 2 and Python 3 (cclauss / PR #1983) Fix a test to use ==/!= to compare str, bytes, and int literals (cclauss / PR #1984) Fix benchmarks to use pyperf (carsonip / PR #1986) Remove unused/empty .gitsubmodules file (jeffwidman / PR #1928) Remove deprecated ConnectionError (jeffwidman / PR #1816) 1.4.7 (Sep 30, 2019) This release is focused on KafkaConsumer performance, Admin Client improvements, and Client concurrency. The KafkaConsumer iterator implementation ... (truncated) Changelog Sourced from kafka-python's changelog. 2.0.1 (Feb 19, 2020) Admin Client KAFKA-8962: Use least_loaded_node() for AdminClient.describe_topics() (jeffwidman / PR #2000) Fix AdminClient topic error parsing in MetadataResponse (jtribble / PR #1997) 2.0.0 (Feb 10, 2020) This release includes breaking changes for any application code that has not migrated from older Simple-style classes to newer Kafka-style classes. Deprecation Remove deprecated SimpleClient, Producer, Consumer, Unittest (jeffwidman / PR #1196) Admin Client Use the controller for topic metadata requests (TylerLubeck / PR #1995) Implement list_topics, describe_topics, and describe_cluster (TylerLubeck / PR #1993) Implement __eq__ and __hash__ for ACL objects (TylerLubeck / PR #1955) Fixes KafkaAdminClient returning IncompatibleBrokerVersion when passing an api_version (ian28223 / PR #1953) Admin protocol updates (TylerLubeck / PR #1948) Fix describe config for multi-broker clusters (jlandersen / PR #1869) Miscellaneous Bugfixes / Improvements Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl (swenzel / PR #1918) Fix slots usage and use more slots (carsonip / PR #1987) Optionally return OffsetAndMetadata from consumer.committed(tp) (dpkp / PR #1979) Reset conn configs on exception in conn.check_version() (dpkp / PR #1977) Do not block on sender thread join after timeout in producer.close() (dpkp / PR #1974) Implement methods to convert a Struct object to a pythonic object (TylerLubeck / PR #1951) Test Infrastructure / Documentation / Maintenance Update 2.4.0 resource files for sasl integration (dpkp) Add kafka 2.4.0 to CI testing (vvuibert / PR #1972) convert test_admin_integration to pytest (ulrikjohansson / PR #1923) xfail test_describe_configs_topic_resource_returns_configs (dpkp / Issue #1929) Add crc32c to README and docs (dpkp) Improve docs for reconnect_backoff_max_ms (dpkp / PR #1976) Fix simple typo: managementment -> management (timgates42 / PR #1966) Fix typos (carsonip / PR #1938) ... (truncated) Commits fcc9a30 Patch Release 2.0.1 3c3fdc1 KAFKA-8962: Use least_loaded_node() for describe_topics() 7195f03 Fix topic error parsing in MetadataResponse bbb8c90 Bump version for development of next release ed8c9cb Release 2.0.0 6e2978e _send_request_to_controller returns a raw result, not a future f92889a Use the controller for topic metadata requests da01fef Implement list_topics, describe_topics, and describe_cluster 209515b Implement methods to convert a Struct object to a pythonic object (#1951) 3d98741 Remove unused import Additional commits viewable in compare view 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. Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking Bump now in your Dependabot dashboard. 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 use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot dashboard: Update frequency (including time of day and day of week) Pull request limits (per update run and/or open at any time) Out-of-range updates (receive only lockfile updates, if desired) Security updates (receive only security updates, if desired)

Open Graph Description: Bumps kafka-python from 0.9.5 to 2.0.1. Release notes Sourced from kafka-python's releases. 2.0.0 (Feb 10, 2020) This release includes breaking changes for any application code that has not m...

X Description: Bumps kafka-python from 0.9.5 to 2.0.1. Release notes Sourced from kafka-python's releases. 2.0.0 (Feb 10, 2020) This release includes breaking changes for any application code that has n...

Opengraph URL: https://github.com/python-beaver/python-beaver/pull/439

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:a1b41825-2cbe-ba98-4bd1-bd06af7c8440
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idDE60:8E31A:713695:92E04F:697688E3
html-safe-noncecadf49c1b92d4cb1a92058a6c25486684007ce90f4ae72cc9ef9f84c8253cd8e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTYwOjhFMzFBOjcxMzY5NTo5MkUwNEY6Njk3Njg4RTMiLCJ2aXNpdG9yX2lkIjoiMTUwMTY0NzA3MjQxNzcxMjM1NSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacf7d32062d7de5236de9163e2e3c65cbbf511d006db4033f4a0d3df1eb938975d
hovercard-subject-tagpull_request:390095261
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-beaver/python-beaver/pull/439/checks
twitter:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2141?s=400&v=4
og:image:altBumps kafka-python from 0.9.5 to 2.0.1. Release notes Sourced from kafka-python's releases. 2.0.0 (Feb 10, 2020) This release includes breaking changes for any application code that has not m...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None032152924a283b83384255d9489e7b93b54ba01da8d380b05ecd3953b3212411
turbo-cache-controlno-preview
go-importgithub.com/python-beaver/python-beaver git https://github.com/python-beaver/python-beaver.git
octolytics-dimension-user_id16486652
octolytics-dimension-user_loginpython-beaver
octolytics-dimension-repository_id5171841
octolytics-dimension-repository_nwopython-beaver/python-beaver
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id5171841
octolytics-dimension-repository_network_root_nwopython-beaver/python-beaver
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5b577f6be6482e336e3c30e8daefa30144947b17
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-beaver%2Fpython-beaver%2Fpull%2F439%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-beaver%2Fpython-beaver%2Fpull%2F439%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python-beaver%2Fpython-beaver
Reloadhttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
Reloadhttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
Reloadhttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
python-beaver https://patch-diff.githubusercontent.com/python-beaver
python-beaverhttps://patch-diff.githubusercontent.com/python-beaver/python-beaver
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-beaver%2Fpython-beaver
Fork 166 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-beaver%2Fpython-beaver
Star 552 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-beaver%2Fpython-beaver
Code https://patch-diff.githubusercontent.com/python-beaver/python-beaver
Issues 17 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/issues
Pull requests 13 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pulls
Actions https://patch-diff.githubusercontent.com/python-beaver/python-beaver/actions
Projects 0 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/projects
Security 0 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/security
Insights https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pulse
Code https://patch-diff.githubusercontent.com/python-beaver/python-beaver
Issues https://patch-diff.githubusercontent.com/python-beaver/python-beaver/issues
Pull requests https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pulls
Actions https://patch-diff.githubusercontent.com/python-beaver/python-beaver/actions
Projects https://patch-diff.githubusercontent.com/python-beaver/python-beaver/projects
Security https://patch-diff.githubusercontent.com/python-beaver/python-beaver/security
Insights https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fpython-beaver%2Fpython-beaver%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fpython-beaver%2Fpython-beaver%2Fissues%2Fnew%2Fchoose
dependabot-previewhttps://patch-diff.githubusercontent.com/apps/dependabot-preview
masterhttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/tree/master
dependabot/pip/kafka-python-2.0.1https://patch-diff.githubusercontent.com/python-beaver/python-beaver/tree/dependabot/pip/kafka-python-2.0.1
Conversation 3 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439
Commits 1 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/commits
Checks 0 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
Files changed https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/files
Please reload this pagehttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
Bump kafka-python from 0.9.5 to 2.0.1 https://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/python-beaver/python-beaver/pull/439/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.