Skip to content

Bump datasette from 0.45 to 0.46#10

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/datasette-0.46
Open

Bump datasette from 0.45 to 0.46#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/datasette-0.46

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2020

Copy link
Copy Markdown

Bumps datasette from 0.45 to 0.46.

Release notes

Sourced from datasette's releases.

0.46

Warning: This release contains a security fix related to authenticated writable canned queries. If you are using this feature you should upgrade as soon as possible.

  • Security fix: CSRF tokens were incorrectly included in read-only canned query forms, which could allow them to be leaked to a sophisticated attacker. See issue 918 for details.
  • Datasette now supports GraphQL via the new datasette-graphql plugin - see GraphQL in Datasette with the new datasette-graphql plugin.
  • Principle git branch has been renamed from master to main. (#849)
  • New debugging tool: /-/allow-debug tool (demo here) helps test allow blocks against actors, as described in Defining permissions with "allow" blocks. (#908)
  • New logo for the documentation, and a new project tagline: "An open source multi-tool for exploring and publishing data".
  • Whitespace in column values is now respected on display, using white-space: pre-wrap. (#896)
  • New await request.post_body() method for accessing the raw POST body, see Request object. (#897)
  • Database file downloads now include a content-length HTTP header, enabling download progress bars. (#905)
  • File downloads now also correctly set the suggested file name using a content-disposition HTTP header. (#909)
  • tests are now excluded from the Datasette package properly - thanks, abeyerpath. (#456)
  • The Datasette package published to PyPI now includes sdist as well as bdist_wheel.
  • Better titles for canned query pages. (#887)
  • Now only loads Python files from a directory passed using the --plugins-dir option - thanks, Amjith Ramanujam. (#890)
  • New documentation section on Publishing to Vercel.
Changelog

Sourced from datasette's changelog.

0.46 (2020-08-09)

.. warning:: This release contains a security fix related to authenticated writable canned queries. If you are using this feature you should upgrade as soon as possible.

  • Security fix: CSRF tokens were incorrectly included in read-only canned query forms, which could allow them to be leaked to a sophisticated attacker. See issue 918 <https://github.com/simonw/datasette/issues/918>__ for details.
  • Datasette now supports GraphQL via the new datasette-graphql <https://github.com/simonw/datasette-graphql>__ plugin - see GraphQL in Datasette with the new datasette-graphql plugin <https://simonwillison.net/2020/Aug/7/datasette-graphql/>__.
  • Principle git branch has been renamed from master to main. ([#849](https://github.com/simonw/datasette/issues/849) <https://github.com/simonw/datasette/issues/849>__)
  • New debugging tool: /-/allow-debug tool (demo here <https://latest.datasette.io/-/allow-debug>) helps test allow blocks against actors, as described in :ref:authentication_permissions_allow. ([#908](https://github.com/simonw/datasette/issues/908) <https://github.com/simonw/datasette/issues/908>)
  • New logo for the documentation, and a new project tagline: "An open source multi-tool for exploring and publishing data".
  • Whitespace in column values is now respected on display, using white-space: pre-wrap. ([#896](https://github.com/simonw/datasette/issues/896) <https://github.com/simonw/datasette/issues/896>__)
  • New await request.post_body() method for accessing the raw POST body, see :ref:internals_request. ([#897](https://github.com/simonw/datasette/issues/897) <https://github.com/simonw/datasette/issues/897>__)
  • Database file downloads now include a content-length HTTP header, enabling download progress bars. ([#905](https://github.com/simonw/datasette/issues/905) <https://github.com/simonw/datasette/issues/905>__)
  • File downloads now also correctly set the suggested file name using a content-disposition HTTP header. ([#909](https://github.com/simonw/datasette/issues/909) <https://github.com/simonw/datasette/issues/909>__)
  • tests are now excluded from the Datasette package properly - thanks, abeyerpath. ([#456](https://github.com/simonw/datasette/issues/456) <https://github.com/simonw/datasette/issues/456>__)
  • The Datasette package published to PyPI now includes sdist as well as bdist_wheel.
  • Better titles for canned query pages. ([#887](https://github.com/simonw/datasette/issues/887) <https://github.com/simonw/datasette/issues/887>__)
  • Now only loads Python files from a directory passed using the --plugins-dir option - thanks, Amjith Ramanujam. ([#890](https://github.com/simonw/datasette/issues/890) <https://github.com/simonw/datasette/pull/890>__)
  • New documentation section on :ref:publish_vercel.

.. _v0_45:

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 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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [datasette](https://github.com/simonw/datasette) from 0.45 to 0.46.
- [Release notes](https://github.com/simonw/datasette/releases)
- [Changelog](https://github.com/simonw/datasette/blob/main/docs/changelog.rst)
- [Commits](simonw/datasette@0.45...0.46)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 11, 2020

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No linting violations have been found in this PR.

@codecov

codecov Bot commented Aug 11, 2020

Copy link
Copy Markdown

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   92.69%   92.69%           
=======================================
  Files           4        4           
  Lines         342      342           
=======================================
  Hits          317      317           
  Misses         25       25           
Flag Coverage Δ
#unittests 92.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 a543b90...d173454. Read the comment docs.

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.

0 participants