v7.0.0
7.0.0 (2024-03-13)
⚠ BREAKING CHANGES
Enhancements
- prompt before continuing when using an outdated version (DEV-3350) (#850) (38907fa)
- remove --verbose flag from xmlupload (DEV-3389) (#869) (1e2e170)
- resume an interrupted xmlupload (DEV-3323) (#853) (4acf841)
- resume-xmlupload: add option to skip the first resource (DEV-3412) (#878) (a53785f)
Bug Fixes
- add "packaging" as dependency (DEV-3368) (#856) (81508b0)
- create: fix crash when no project is on the server (DEV-3405) (#875) (9607799)
- don't retry on 404 project not found (DEV-3362) (#857) (5c19f60)
- don't retry on errors in the 400 range (DEV-3349) (#877) (c543274)
- ingest: ingest container must be part of knora-net (DEV-3370) (#858) (cd018ee)
- pypi: prevent that PR merged into PR is published to pypi (DEV-3394) (#871) (3d5e071)
- release-please: adapt version check (DEV-3363) (#854) (d04b731)
- resume-xmlupload: make it impossible to resume after all resources have been created (DEV-3398) (#865) (8aa5d30)
- resume-xmlupload: make resource counting more user friendly (DEV-3397) (#864) (2b5295d)
- xmlupload: don't crash if the project has more than 50 errors (DEV-3364) (#855) (a0be38e)
- xmlupload: don't loose elements when stashing standoff properties (DEV-3151) (#870) (c8e8966)
- xmlupload: exit with code 0 if xmlupload finishes with batch (DEV-3396) (#863) (8a15973)
- xmlupload: fix xmlupload text as xml when uploading stash (DEV-3361) (#851) (79a643a)
Maintenance
- bump start-stack to 2024.03.01 (#879) (b1c8262)
- connection: call specific error response codes (DEV-3339) (#832) (d8531bd)
- deps-dev: bump the all-dependencies group with 5 updates (#849) (4c8b942)
- excel2xml: better error message for invalid text values (#861) (914acd8)
- fix test_xml_validation_low_level.py (#837) (3e758c7)
- project create: add erroneously removed exc_info in logging (DEV-3294) (#866) (19d1f25)
- ruff reformatting (#867) (5ed62fc)
- ruff.lint.isort: force-single-line (#840) (fb3c1d9)
- test: make integration test excel2json (#841) (e5b0206)
- test: make integration test excel2xml (#842) (8b12f8b)
- test: make integration test general commands (#846) (0e61eef)
- test: make integration test ingest-xmlupload (#843) (fb58779)
- test: make integration test project (#844) (a7e0fc6)
- test: make integration test utils (#847) (089c41d)
- test: make integration test xmlupload (#845) (f80cc90)
- xmlupload (#852) (c8e6284)