Spinta

Latest version: v0.1.84

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

Scan your dependencies

Page 11 of 14

0.1.24

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

Backwards incompatible changes:

- Some reserved properties were changed in `:changes` endpoint:

- `_id` -> `_cid`
- `_rid` -> `_id`

- `_id` -> `name` was renamed in `:ns` endpoint.

- In `:ns` endpoint `title` is no longer populated with `name` and is empty if
not explicitly specified.

New features:

- Add `geometry` type support with PostGIS. Now it is possible to store
spatial data.

- Add `--dry-run` option to `spinta push`. This will run whole push process,
but does not send data to the target location. Useful for testing push.

- Add `--stop-on-error` option to `spinta push`. This will stop push process
when first error is encountered.

Refactoring:

- Exporting data to variuos formats and specifically HTML format was heavilly
refactored. HTML format is mostly rewritten.

0.1.23

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

Bug fixes:

- Fix `spinta inspect` when updating existing manifest and a `property` with
the `ref` type has changed.

Refactoring:

- Unify manifest loading and configuration. Now more placed uses unified
`configure_rc` function for loading and configuring Spinta.

- Add possibility to load manifest from a file stream, without specifying
file name. Currently this is not yet exposed via CLI interface.

0.1.22

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

Backwards incompatible changes:

- Refactored accesslog, now accesslog only logs information about a request,
not a response content. Previously whole response content was logged, which
created huge log files pretty quickly. Now logs should be a lot smaller.
But information about each individual object accessed is no longer
available. (`97`_)

.. _97: https://gitlab.com/atviriduomenys/spinta/-/issues/97

New features:

- Add support for units in `property.ref`.

Improvements:

- `spinta run` no longer requires setting `AUTHLIB_INSECURE_TRANSPORT=1`
environment variable, it is set internally.

Bug fixes:

- Fix incorrect parsing of `null`, `false` and `true`.

0.1.21

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

Backwards incompatible changes:

- When returning error messages now `eid` became string, previously it was an
integer.

New features:

- Add support for enums on datasets.
- Add support for type arguments, for example `geometry(point)`. But
currently type arguments are not interpreted in any way.
- Added `geojson` to list of supported backend, but actual `geojson` backend
is not yet implemented.

Improvements:

- When reading manifest from XLSX show tab number.

Bug fixes:

- Fix `copy` command to render `-2` as is, instead of `negative(2)`.
- Fix `enum` with `0` as value, before this fix, `enum` items with `0` was
ignored.

0.1.20

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

Backwards incompatible changes:

- Configuration reader now assumes, that a required configuration parameter
is not given if it is None. Previously zeros, empty strings or lists were
considered as if required value was not given. But zero or an empty list
can be a valid given value. Since all tests pass I assume, this change should
not create any issues.

New features:

- Allow unknown columns to be added at the end of manifest table.

Bug fixes:

- Fix a bug related with dynamic manifest construction from command line
arguments. Now dynamic manifest uses `inline` manifest type, which now
supports `sync` parameter. Also simplified code responsible for dynamic
manifest building.

- Fix a bug on external sql backend in dynamic query construction from related
models with filters. Bug appeared only of a model had more than one related
models (`120`_).

.. _120: https://gitlab.com/atviriduomenys/spinta/-/issues/120

- Fix a bug on external sql backend, when select was used with joins to
related tables.

0.1.19

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

Backwards incompatible changes:

- Use different push state file for each server (`110`_). Previously push
state was stored in `{data_dir}/pushstate.db`, now it is moved to
`{data_dir}/push/{remote}.db`, where remote is section name without client
name part from credentials.cfg file. When upgrading, you need to move
`pushstate.db` manually to desired location. If not moved, you will loose
you state and all data will be pushed.

.. _110: https://gitlab.com/atviriduomenys/spinta/-/issues/110

- Use different location for keymap SQLite database file (`117`_).
Previously, by default `keymaps.db` file, was stored in a current working
directory, but now file was moved to `{data_dir}/keymap.db`. Please move
`keymaps.db` file to `{data_dir}/keymap.db` after upgrade. By default
`{data_dir}` is set to `~/.local/share/spinta`.

.. _117: https://gitlab.com/atviriduomenys/spinta/-/issues/117

New features:

- Show server error and first item from data chunk sent to server, this will
help to understand what was wrong in case of an error (`111`_).

.. _111: https://gitlab.com/atviriduomenys/spinta/-/issues/111

- Add `--log-file` and `--log-level` arguments to `spinta` command.

- In HTML format view, show file name and link to a file if `_id` is included
in the query (`114`_).

.. _114: https://gitlab.com/atviriduomenys/spinta/-/issues/114

- Add support for ASCII manifest files. This makes it easy to test examples
from tests or documentation. ASCII manifests files must have `.txt` file
extension to be recognized as ASCII manifest files.

Bug fixes:

- Fix issue with self referenced models, external SQL backend ended up with
an infinite recursion on self referenced models (`110`_).

.. _110: https://gitlab.com/atviriduomenys/spinta/-/issues/110

Page 11 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.