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 shillelagh from 1.1.5 to 1.2.7 #233

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps shillelagh from 1.1.5 to 1.2.7.

Release notes

Sourced from shillelagh's releases.

Shillelagh 1.2.7

Two small fixes for the GSheets adapter (thanks @​yang for reporting them).

Shillelagh 1.2.6

New release adding support to querying durations in Google Sheets. In the Python API they are returned as datetime.timedelta objects (and should be passed as such when filtering), and in the CLI they are string representations such as 1014 days, 2:03:04.

Shillelagh 1.2.5

A new release with some improvements to the system adapter:

sql> SELECT * FROM "system://" LIMIT 2;
timestamp                           cpu0    cpu1    cpu2    cpu3    cpu4    cpu5    cpu6    cpu7    cpu8    cpu9    cpu10    cpu11    virtual_total    virtual_available    virtual_percent    virtual_used    virtual_free    virtual_active    virtual_inactive    virtual_wired    swap_total    swap_used    swap_free    swap_percent     swap_sin    swap_sout
--------------------------------  ------  ------  ------  ------  ------  ------  ------  ------  ------  ------  -------  -------  ---------------  -------------------  -----------------  --------------  --------------  ----------------  ------------------  ---------------  ------------  -----------  -----------  --------------  -----------  -----------
2023-07-14 22:07:10.292952+00:00   0.52     0.01    0.25       0   0.218    0.01    0.2     0.01    0.2        0    0.12      0         34359738368          13592928256               60.4     17968046080       271433728       13326610432         12421562368       4641435648    9663676416   8401190912   1262485504            86.9  90934898688    346648576
2023-07-14 22:07:11.298629+00:00   0.574    0       0.32       0   0.212    0       0.16    0       0.18       0    0.129     0.01      34359738368          13593366528               60.4     17967742976       270090240       13326852096         12423344128       4640890880    9663676416   8401190912   1262485504            86.9  90934898688    346648576
sql>

Shillelagh 1.2.4

In 1.2.3 I was trying to unpin the requests-cache dependency so I can use it with Superset master, but I did it in the wrong place. Now it should work.

Shillelagh 1.2.3

A small release, unpinning requests-cache, adding the yarl dependency to the generic JSON adapter, and omitting warnings when non-requested adapters fail to to load.

Shillelagh 1.2.2

New feature: you can now pass request headers to the generic JSON adapter via query parameters in the URL, eg:

SELECT *
FROM "https://.../search?domain=facebook&zone=com&_s_headers=(X-Auth-Token:SECRET)#$.domains[*]"

Shillelagh 1.2.1

The biggest feature in this release is the support for BestIndexObject with the latest apsw. This allows plugin to know which columns are being requested, reducing the amount of data that needs to be fetched.

Also, Python 3.11 is officially supported now.

And thanks to @​sjmillius for their fix to the virtual table syntax (betodealmeida/shillelagh#340).

Shillelagh 1.2.0

This release has some small changes so that the module works with SQLAlchemy 2.0, while still working with 1.4.

Changelog

Sourced from shillelagh's changelog.

Version 1.2.7 - 2023-08-14

  • Fix unneeded error when an operators is not supported by adapter (#378)
  • Fix comparison to empty strings in GSheets (#379)

Version 1.2.6 - 2023-07-20

  • Add support for querying durations in Google Sheets (#374)

Version 1.2.5 - 2023-07-14

  • System adapter now supports memory (virtual/swap) queries (#369 and #372)

Version 1.2.4 - 2023-05-15

  • Relax dependency for requests-cache correctly (#362)

Version 1.2.3 - 2023-05-15

  • Add yarl dependency to the generic JSON adapter (#355)
  • Only warn of errors when loading adapters if they are explicitly requested (#360)
  • Relax dependency for requests-cache (#361)

Version 1.2.2 - 2023-04-17

  • Allow passing request headers to the generic JSON adapter via query arguments (#354)

Version 1.2.1 - 2023-04-14

  • Allow specifying custom request headers when using the generic JSON adapter (#337)
  • Fix for escaping identifiers correctly (#340)
  • Support for S3-compatible storage (#343)
  • Adapters can now know which columns were requested (#345)
  • Python 3.11 officially supported (#334)
  • Fix for error when an adapater can't be loaded (#346)
  • Fix for BestIndexObject (#350)
  • Fix for empty dataframes (#351)

Version 1.2.0 - 2023-02-17

  • Use marshal instead of pickle for adapter argument serde (#321)
  • Support SQLAlchemy 2.0 (and 1.4) (#331)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [shillelagh](https://github.com/betodealmeida/shillelagh) from 1.1.5 to 1.2.7.
- [Release notes](https://github.com/betodealmeida/shillelagh/releases)
- [Changelog](https://github.com/betodealmeida/shillelagh/blob/main/CHANGELOG.rst)
- [Commits](betodealmeida/shillelagh@1.1.5...1.2.7)

---
updated-dependencies:
- dependency-name: shillelagh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2023
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.

0 participants