Spinta

Latest version: v0.1.84

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

Scan your dependencies

Page 12 of 14

0.1.18

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

Bug fixes:

- Because an incorrect template was used, html format was not outputing
anything at all. Added a test to actually test what is inside rendered
html, this should prevent errors like this in future.

0.1.17

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

New features:

- Add /robots.txt handler. Currently it allows everything for robots and is
mainly added to avoid error messages in logs about missing robots.txt.

Bug fixes:

- Allow private properties to be used ad `file()` arguments for `file` types.

- When pushing data to remote server, read data as default client, by default

- Previously data was read with admin rights, which caused issues with
non-open properties being sent to remote, which was refused by remote as
unknown properties.

- When copying data with `spinta copy --no-source`, also clean `ref`, `source`
and `prepare` values of `resource` rows.

0.1.16

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

New features:

- `spinta inspect` now can read an existing manifest file and update it with
new schema changes made in data source, preserving all manual edits made in
manifest file. This is not yet fully tested, but does work in simple cases.
This feature is not yet ready for use in production, because not all manual
edits in manifest file can be preserved. For example composite foreign keys
are not yet implemented.

- Add API endpoint `/:check` for checking if manifest table is correct.

- Add `file()` function for reading file data from external datasets.
Currently this is only implemented for SQL backend.

Bug fixes:

- Now root namespace is always added to manifest event if manifest is empty.
This fixes 404 error when accessing root namespace on an empty manifest.

- Create default auth client automatically if it does not exists. Currently
this was enabled only for `spinta inspect` command.

0.1.15

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

Actually this version was released, but because of human error, it was the
same as 0.1.14 version.

0.1.14

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

Backwards incompatible changes:

- `spinta push` command is now unified with other commands and works like
this `spinta push manifest1 manifest2 target`. Target configuration is moved
to XDG compatible credentials configuration, state is now saved in a XDG
directory too, by default. `-r` was replaced with `--credentials`, but by
default credentials are looked in `~/.config/spinta/credentials` so there is
no need to specify it. `-c` flag is also no longer exists, you can add
client to target like this `clienttarget`, if client is not specified it
will be read from credentials file.

- Now configuration and data files are stored in a XDG Base Directory
Specification compatible directories, by default, but can be overridden via
main config file, environment variables or command line arguments.

Performance improvements:

- Migrated from Earley to LALR(1) parser algorithm and this made formula
parser 10 times faster, doing write operations involving `_where`, things
should be about 3-5 times faster. Whole test suite after this because 20%
faster.

- Moved select list handling out of rows loops and this made lists of objects
about 5 times faster.

- Enabled server-side cursors for getall actions, now memory consumption is
always constant even when downloading large amounts of data.

- Fix few bugs in access logging, because of these bugs whole result set was
consumed at once and stored in memory. This cause delays, when starting to
download data and also used a lot of memory.

0.1.13

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

New features:

- Add support for XLSX format for manifest tables (`79`_).

.. _79: https://gitlab.com/atviriduomenys/spinta/-/issues/79

- Add `lang` support in manifest files, now it is possible to describe data
structures in multiple languages (`85`_).

.. _85: https://gitlab.com/atviriduomenys/spinta/-/issues/85

- Add `spinta pii detect --limit` which is set to 1000 by default.

- Now it is possible to pass AST query form to `_where` for `upsert`,
`update` and `patch` operations. This improves performance of data sync.

Bug fixes:

- Do a proper `content-type` header parsing to recognize if request is a
streaming request.

- Fix bug with incorrect type conversion before calculating patch, which
resulted in incorrect patch, for example with date types (`94`_).

.. _94: https://gitlab.com/atviriduomenys/spinta/-/issues/94

Page 12 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.