===================
Backwards incompatible changes:
- Check geometry boundaries (`454`_). Previously you could publish spatial
data, with geometries out of CRS bounds, now if your geometry is out of CRS
bound, you will get error. To fix that, you need to check if you specify
correct SRID and if you pass geometries according to specified SRID
specifikation.
.. _454: https://github.com/atviriduomenys/spinta/issues/454
New features:
- New type of manifest read from database, this enables live schema updates
(`113`_).
.. _113: https://github.com/atviriduomenys/spinta/issues/113
- Automatic migrations with `spinta migrate` command, this command compares
manifest and database schema and migrates database schema, to match given
manifest table (`372`_).
.. _372: https://github.com/atviriduomenys/spinta/issues/372
- HTTP API for inspect (`477`_). Now it is possible to inspect data source
not only from CLI, but also via HTTP API.
.. _477: https://github.com/atviriduomenys/spinta/issues/477
Improvements:
- Generate next page only for last object (`529`_).
.. _529: https://github.com/atviriduomenys/spinta/issues/529
Bug fixes:
- Fixing denormalized properties (`379`_, `380`_).
.. _379: https://github.com/atviriduomenys/spinta/issues/379
.. _380: https://github.com/atviriduomenys/spinta/issues/380
- Fix join with base model (`437`_).
.. _437: https://github.com/atviriduomenys/spinta/issues/437
- Fix WIPE timeout with large amounts of related data (`432`_). This is fixed
by adding indexes on related columns.
.. _432: https://github.com/atviriduomenys/spinta/issues/432
- Fix changed dictionaly size error (`554`_).
.. _554: https://github.com/atviriduomenys/spinta/issues/554
- Fix pagination infinite loop error (`542`_).
.. _542: https://github.com/atviriduomenys/spinta/issues/542