===================
Improvements:
- Multiple improvements in `spinta push` command (`311`_):
- New `--no-progress-bar` option to disable progress bar, this also skips
counting of rows, which can be slow in some cases, for example when reading
data from views (`332`_).
- New `--retry-count` option, to repeat push operation only with objects that
ended up in an error on previous push. By default 5 times are retried.
- New `--max-error-count` option, to stop push operation after specified
number of errors, by default 50 errors is set.
- Now instead of sending `upsert`, push became more sofisticated and sends
`insert`, `patch` or `delete`.
- If objects were deleted from source, they are also deleted from target
server.
- Errors are automatically retried after each push.
.. _311: https://github.com/atviriduomenys/spinta/issues/311
.. _332: https://github.com/atviriduomenys/spinta/issues/332
- Now it is possible to reference external models, this is done by specifying 3
or lower data maturity level. When `property.level` is set to 3 or lower for
`ref` type properties, local values are accepted, testing notes
`notes/types/ref/external`_ (`208`_).
.. _notes/types/ref/external: https://github.com/atviriduomenys/spinta/blob/a3d0157baaa4f82a7a760141a830ca2731b23387/notes/types/ref/external.sh
.. _208: https://github.com/atviriduomenys/spinta/issues/208
- Now it is possible to specify `required` properties in `property.type`_
(`259`_).
.. _property.type: https://atviriduomenys.readthedocs.io/dsa/dimensijos.html#property.type
.. _259: https://github.com/atviriduomenys/spinta/issues/259
- Specifying SRID for `geometry` type data on writes is no longer required
(`330`_).
.. _330: https://github.com/atviriduomenys/spinta/issues/330
- Now it is pssible to specify `geometry(geometry)` and `geometry(geometryz)`
types.
- `base` dimension is now supported in tabular manifest files (`325`_), but reading and
writing to models with base is still not fully implemented.
.. _325: https://github.com/atviriduomenys/spinta/issues/325
- Support for new `RDF` format was added (`308`_).
.. _308: https://github.com/atviriduomenys/spinta/issues/308
Bug fixes:
- New ascii table formater, that should fix memory issues, when large amounts
of data are downloaded (`359`_).
.. _359: https://github.com/atviriduomenys/spinta/issues/359
- Fix order logitude and latidude when creatling links to OSM maps (`334`_).
.. _334: https://github.com/atviriduomenys/spinta/issues/334
- Add possibility to explicitly select `_revision` (`339`_).
.. _339: https://github.com/atviriduomenys/spinta/issues/339