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 sanic from 19.12.2 to 20.9.0 in /ingestion-edge #1425

Merged
merged 1 commit into from
Oct 5, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2020

Bumps sanic from 19.12.2 to 20.9.0.

Release notes

Sourced from sanic's releases.

Version 20.9.0

Features

  • #1887 Pass subprotocols in websockets (both sanic server and ASGI)
  • #1894 Automatically set test_mode flag on app instance
  • #1903 Add new unified method for updating app values
  • #1906, #1909 Adds WEBSOCKET_PING_TIMEOUT and WEBSOCKET_PING_INTERVAL configuration values
  • #1935 httpx version dependency updated, it is slated for removal as a dependency in v20.12
  • #1937 Added auto, text, and json fallback error handlers (in v21.3, the default will change form html to auto)

Bugfixes

  • #1897 Resolves exception from unread bytes in stream

Deprecations and Removals

  • #1903 config.from_envar, config.from_pyfile, and config.from_object are deprecated and set to be removed in v21.3

Developer infrastructure

  • #1890, #1891 Update isort calls to be compatible with new API
  • #1893 Remove version section from setup.cfg
  • #1924 Adding --strict-markers for pytest

Improved Documentation

  • #1922 Add explicit ASGI compliance to the README

Version 20.6.3

Bugfixes

  • #1884 Socket binding implemented properly for IPv6 and UNIX sockets

Version 20.6.2

Features

  • #1641 Socket binding implemented properly for IPv6 and UNIX sockets

Version 20.6.1

Features

  • #1760 Add version parameter to websocket routes

  • #1866 Add sanic as an entry point command

... (truncated)

Changelog

Sourced from sanic's changelog.

Version 20.9.0

Features


  • [#1887](https://github.com/huge-success/sanic/issues/1887) <https://github.com/huge-success/sanic/pull/1887>_ Pass subprotocols in websockets (both sanic server and ASGI)

  • [#1894](https://github.com/huge-success/sanic/issues/1894) <https://github.com/huge-success/sanic/pull/1894>_ Automatically set test_mode flag on app instance

  • [#1903](https://github.com/huge-success/sanic/issues/1903) <https://github.com/huge-success/sanic/pull/1903>_ Add new unified method for updating app values

  • [#1906](https://github.com/huge-success/sanic/issues/1906) <https://github.com/huge-success/sanic/pull/1906>, [#1909](https://github.com/huge-success/sanic/issues/1909) <https://github.com/huge-success/sanic/pull/1909> Adds WEBSOCKET_PING_TIMEOUT and WEBSOCKET_PING_INTERVAL configuration values

  • [#1935](https://github.com/huge-success/sanic/issues/1935) <https://github.com/huge-success/sanic/pull/1935>_ httpx version dependency updated, it is slated for removal as a dependency in v20.12

  • [#1937](https://github.com/huge-success/sanic/issues/1937) <https://github.com/huge-success/sanic/pull/1937>_ Added auto, text, and json fallback error handlers (in v21.3, the default will change form html to auto)

Bugfixes


  • [#1897](https://github.com/huge-success/sanic/issues/1897) <https://github.com/huge-success/sanic/pull/1897>_ Resolves exception from unread bytes in stream

Deprecations and Removals


  • [#1903](https://github.com/huge-success/sanic/issues/1903) <https://github.com/huge-success/sanic/pull/1903>_ config.from_envar, config.from_pyfile, and config.from_object are deprecated and set to be removed in v21.3

Developer infrastructure


... (truncated)

Commits

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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2020
@dependabot dependabot bot requested a review from relud October 1, 2020 06:32
@relud

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/pip/ingestion-edge/sanic-20.9.0 branch 2 times, most recently from 6f45dad to 67e50ba Compare October 5, 2020 18:22
@relud relud removed their request for review October 5, 2020 18:23
@relud relud self-assigned this Oct 5, 2020
@dependabot dependabot bot force-pushed the dependabot/pip/ingestion-edge/sanic-20.9.0 branch from 67e50ba to 729d642 Compare October 5, 2020 22:27
@codecov-commenter
Copy link

Codecov Report

Merging #1425 into master will increase coverage by 43.13%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             master     #1425       +/-   ##
==============================================
+ Coverage     56.86%   100.00%   +43.13%     
==============================================
  Files           105         8       -97     
  Lines          4363       398     -3965     
  Branches        405         0      -405     
==============================================
- Hits           2481       398     -2083     
+ Misses         1747         0     -1747     
+ Partials        135         0      -135     
Flag Coverage Δ Complexity Δ
#ingestion_beam ? ?
#ingestion_edge 100.00% <ø> (ø) 0.00 <ø> (ø)
#ingestion_sink ? ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
.../com/mozilla/telemetry/ingestion/sink/io/Pipe.java
...lla/telemetry/transforms/DecodePubsubMessages.java
...etry/transforms/KeyByBigQueryTableDestination.java
...om/mozilla/telemetry/util/BeamFileInputStream.java
...ingestion/core/schema/SchemaNotFoundException.java
...main/java/com/mozilla/telemetry/util/GzipUtil.java
...la/telemetry/ingestion/sink/config/SinkConfig.java
...a/com/mozilla/telemetry/decoder/ParseLogEntry.java
...com/mozilla/telemetry/options/InputFileFormat.java
...a/telemetry/avro/PubsubMessageRecordFormatter.java
... and 87 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 561e217...729d642. Read the comment docs.

Copy link
Contributor

@relud relud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit a4dd3bd into master Oct 5, 2020
@dependabot dependabot bot deleted the dependabot/pip/ingestion-edge/sanic-20.9.0 branch October 5, 2020 22:29
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants