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

chore(deps): bump snuba-sdk from 2.0.7 to 2.0.12 #5143

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2023

Bumps snuba-sdk from 2.0.7 to 2.0.12.

Release notes

Sourced from snuba-sdk's releases.

2.0.12

  • Extend MQL grammar to support OR filters and parentheses

2.0.11

  • Add MQLContext to capture addition query information that cannot be expressed in MQL string
    • Add visitors to support MQLContext serialization
  • Support curried functions in the MQL grammar

2.0.10

  • Extend the MQL grammar to support unquoted tag values and the usage of spaces as delimiters in the filter string

2.0.9

  • Add a basic version of Formula SnQL translator
    • This translator is not meant to be permanent, it should be replaced with a MQL translator

2.0.8

  • Support the limit and offset field in the MetricsQuery
    • This will set the appropriate LIMIT and OFFSET clauses in the resulting SQL query, allowing for pagination
  • Align MQL filters grammar with Discover filters grammar.
Changelog

Sourced from snuba-sdk's changelog.

2.0.12

  • Extend MQL grammar to support OR filters and parentheses

2.0.11

  • Add MQLContext to capture addition query information that cannot be expressed in MQL string
    • Add visitors to support MQLContext serialization
  • Support curried functions in the MQL grammar

2.0.10

  • Extend the MQL grammar to support unquoted tag values and the usage of spaces as delimiters in the filter string

2.0.9

  • Add a basic version of Formula SnQL translator
    • This translator is not meant to be permanent, it should be replaced with a MQL translator
  • Add MetricsQuery to MQL string encoder

2.0.8

  • Support the limit and offset field in the MetricsQuery
    • This will set the appropriate LIMIT and OFFSET clauses in the resulting SQL query, allowing for pagination
  • Align MQL filters grammar with Discover filters grammar.
Commits
  • f546aef release: 2.0.12
  • 7a6ea2d update changes.rst for 2.0.12 (#145)
  • 7433262 feat(metrics-layer): Add support for more complex filters grammar (#144)
  • d65c0cb Merge branch 'release/2.0.11'
  • 487c399 release: 2.0.11
  • 0f62579 feat(mql) Support curried functions in MQL (#143)
  • dff58ea feat(mql): Add MQL context class (#142)
  • 5851997 Merge branch 'release/2.0.10'
  • 2bec2fd release: 2.0.10
  • 3d4232d feat(mql): Support unquoted tag values and space delimiters in MQL filter (#141)
  • 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 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)

Bumps [snuba-sdk](https://github.com/getsentry/snuba-sdk) from 2.0.7 to 2.0.12.
- [Release notes](https://github.com/getsentry/snuba-sdk/releases)
- [Changelog](https://github.com/getsentry/snuba-sdk/blob/main/CHANGES.rst)
- [Commits](getsentry/snuba-sdk@2.0.7...2.0.12)

---
updated-dependencies:
- dependency-name: snuba-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 3, 2023 15:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 3, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2023

Looks like snuba-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 7, 2023
@dependabot dependabot bot deleted the dependabot/pip/snuba-sdk-2.0.12 branch December 7, 2023 21:21
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