Spinta

Latest version: v0.1.84

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

Scan your dependencies

Page 3 of 14

0.1.73

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

Backwards incompatible changes:

- Changed `pymongo` version requirement from `"*"` to `"<=4.8.0"`. Version `4.9.0` changed import paths, that broke `spinta` (`806`_).

.. _806: https://github.com/atviriduomenys/spinta/issues/806

0.1.72

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

Improvements:

- Added support for negative float values in `starlette` float routing (use `spinta_float` instead of `float` type) (`781`_).

.. _781: https://github.com/atviriduomenys/spinta/issues/781

- Changed `manifests.default.backend` config value from `''` to `'default'`. Now if nothing is set, default backend will be
`MemoryBackend` instead of nothing (`798`_).

.. _798: https://github.com/atviriduomenys/spinta/issues/798

- Added removal of duplicate models when converting `XSD` to `DSA` (`752`_).

.. _752: https://github.com/atviriduomenys/spinta/issues/752

Bug fixes:

- Fixed `_srid` routing error, when using negative float values as coordinates (`781`_).

- Fixed `Geometry` boundary check not respecting `SRID` latitude and longitude order (used to always assume, that x = longitude,
y = latitude, now it will try to switch based on `SRID`) (`737`_).

.. _737: https://github.com/atviriduomenys/spinta/issues/737

- Fixed some errors when trying to access api endpoints, while server is running with default config settings (`798`_).

- Fixed a problem in `PropertyReader` and `EnumReader` where enums were always added to the top level `property` (`540`_).

.. _540: https://github.com/atviriduomenys/spinta/issues/540

0.1.71

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

Backwards incompatible:

- Spinta no longer automatically migrates `clients` structure (`122`_). Now you have to manually use
`spinta upgrade` command to migrate files. Meaning if there are issues with `clients` file structure you will going to
get errors, suggesting to fix the problem, or run `spinta upgrade` command (`764`_).

Improvements:

- Changed `postgresql` github actions and docker compose version to `16-3.4` (`P129`).

- Changed report bug link to `atviriduomenysvssa.lt` email (`758`_).

.. _758: https://github.com/atviriduomenys/spinta/issues/758

New features:

- Added `spinta upgrade` command, that will migrate backwards incompatible changes between versions (`764`_).

- Use `spinta upgrade` to run all scripts.
- `spinta upgrade -m <script_name>` to run specific script.
- `spinta upgrade -f` to skip all checks and forcefully run scripts.
- `spinta upgrade -d` to run destructive mode, which, depending on script, will override existing changes.
Only use destructive mode, if you know what will be changed, and you have made backups.

- Added `clients` migrate script to `spinta upgrade` command (`764`_).
Main goal is to migrate client files from old structure to newly introduced one in `122`_ task.

- You can specify it with `spinta upgrade -r clients` command.
- Use `spinta upgrade -r clients -f` if you want to make sure that all files are migrated correctly. It will skip
already migrated files and update `keymap.yml`.
- `spinta upgrade -r clients -f -d` will override any new files that match old ones. This is destructive and there are
no rollbacks for it, so only use it if you have backups and understand what will be changed.

.. _764: https://github.com/atviriduomenys/spinta/issues/764

Bug fixes:

- Added missing cluster limit to `:summary` for `Geometry` type properties. Now it's set to 25 clusters (`P130`).

0.1.70

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

Improvements:

- Improved performance of `PostgreSQL` and `SQL` `backend` `getall` functions (`746`_).

.. _746: https://github.com/atviriduomenys/spinta/issues/746

0.1.69

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

Improvements:

- Nested properties for XSD. (`622`_).

.. _622: https://github.com/atviriduomenys/spinta/issues/622

Bug fixes:

- Removed `from mypy.dmypy.client import request` import from `spinta/components.py`.

0.1.68

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

Backwards incompatible:

- Renamed `push_page_size` config field to `default_page_size` (`735`_).

Improvements:

- Changed default config `sync_page_size` and `default_page_size` parameters to be `100000` instead of `1000` (`735`_).

New features:

- Added `enable_pagination` config field, which will enable or disable default pagination behaviour. Request and schema
specifications take priority, meaning even if `enable_pagination` is set to `False`, you can still specify `page(disable:false)`
to enable it for specific requests (`735`_).

.. _735: https://github.com/atviriduomenys/spinta/issues/735

Page 3 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.