===================
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