Snuba-sdk

Latest version: v3.0.43

Safety actively analyzes 715032 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 13

0.0.3

----------

- Add a query visitor for printing, validating and translating a Query object to a SnQL query
- Allow arrays and tuples of scalars in Expressions
- Add a function that translates from JSON snuba to SnQL SDK

0.0.2

----------

- It is now possible to create a functioning Query, with basic validation. Also CI and release tools have all been set up.

0.0.1

----------

- Created blank repo with basic bootstrapping

Versioning Policy
------------------------------

This project follows [semver](https://semver.org/), with three additions:

- Semver says that major version ``0`` can include breaking changes at any time. Still, it is common practice to assume that only ``0.x`` releases (minor versions) can contain breaking changes while ``0.x.y`` releases (patch versions) are used for backwards-compatible changes (bugfixes and features). This project also follows that practice.

- All undocumented APIs are considered internal. They are not part of this contract.

- Certain features may be explicitly called out as "experimental" or "unstable" in the documentation. They come with their own versioning policy described in the documentation.

We recommend to pin your version requirements against ``0.x.*`` or ``0.x.y``.
Either one of the following is fine:

.. code-block:: python

snuba-sdk>=0.10.0,<0.11.0
snuba-sdk==0.10.1


A major release ``N`` implies the previous release ``N-1`` will no longer receive updates. We generally do not backport bugfixes to older versions unless they are security relevant. However, feel free to ask for backports of specific commits on the bugtracker.

Page 13 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.