Spinta

Latest version: v0.1.84

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

Scan your dependencies

Page 13 of 14

0.1.12

===================

Bug fixes:

- Fix a bug in `spinta push`. It failed when resource was defined on a dataset.

0.1.11

===================

New features:

- Add implicit filters for external sql backend. With implicit filters, now
you can specify filter on models once and they will be used automatically on
related models (`74`_).

.. _74: https://gitlab.com/atviriduomenys/spinta/-/issues/74

Bug fixes:

- Fix ref data type in HTML export.

0.1.10

===================

Backwards incompatible changes:

- `choice` type was changed to `enum`.

New features:

- Add `root` config option, to set namespaces, which will be shown on `/`.
Also this option restricts access only to specified namespace.

- Change ufunc `schema(name)` to `connect(self, schema: name)`.

- Possibility to provide title and description metadata for namespaces
(`56`_).

.. _56: https://gitlab.com/atviriduomenys/spinta/-/issues/56

- Fix duplicate items in `/:ns/:all` query results (`23`_).

.. _23: https://gitlab.com/atviriduomenys/spinta/-/issues/23

- Add `spinta copy --format-name` option, to reformat names on copy (`53`_).

.. _53: https://gitlab.com/atviriduomenys/spinta/-/issues/53

- Add `spinta copy --output --columns` flags. Now by default `spinta copy`
writes to stdout instead of a file (`76`_). `--columns` is only available
when writing to stdout.

.. _76: https://gitlab.com/atviriduomenys/spinta/-/issues/76

- Add `spinta copy --order-by access` flag (`53`_).

.. _53: https://gitlab.com/atviriduomenys/spinta/-/issues/53

- Add `enum` type dimension for properties. This allows to list possible values
of a property (`72`_).

.. _72: https://gitlab.com/atviriduomenys/spinta/-/issues/72

- Filter data automatically by `enum.access` (`73`_).

.. _73: https://gitlab.com/atviriduomenys/spinta/-/issues/73

0.1.9

==================

- Add `spinta --version`.

- Add `spinta init` command, to initialize empty manifest table.

- Add `spinta show` command, to print manifest table to stdout.

- Backend now became optional and by default manifest is configured without
manifest.

- `spinta inspect` no longer overwrites existing manifest. By default, manifest
is printed to stdout. Only if `-o` flag is given, then manifest is written
into a csv file.

0.1.8

==================

- Fix incorrectly built python packages (`poetry3610`_).

.. _poetry3610: https://github.com/python-poetry/poetry/issues/3610

0.1.7

==================

- Fix URL link formatting in HTML output.

- `external.prepare` for Model and Property became `Expr` instead of `dict`.

- `Expr` now has it's own `unparse` and preserves exact expression
representation.

- `Sql` backend now supports formulas in `select()`. This was only added to
support composition keys, but also all kinds of formulas in `select()` are
supported, but not yet implemented.

- `count()` now must be inside `select()`, but only for `Sql` backend.

- `Property.external` no longer can be a list, if you need more than one
value, use `prepare`. That means, listing multiple items in `source` column
is no longer supported.

Page 13 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.