Releases: superdesk/superdesk-core
Releases · superdesk/superdesk-core
v2.6.4-rc1
What's Changed
- send current tags when analyzing article via imatrics by @petrjasek in #2405
- allow newer elastic-apm agent by @petrjasek in #2423
- SDAAP-59 Add desk tracking fields to item/task schema by @marwoodandrew in #2425
- [SDAAP-45] The AP Media v2.2 includes the nitf namespace by @marwoodandrew in #2428
- update boto3 to version which works on python 3.10 by @petrjasek in #2431
- when we get the value deserialized from json it can be objectid by @petrjasek in #2443
- fix filter condition value errors with cache by @petrjasek in #2444
Full Changelog: v2.6.3...v2.6.4-rc1
v2.6.3
What's Changed
- [SDCP-667] Unlock by user on users last session end by @MarkLark86 in #2435
Full Changelog: v2.6.2...v2.6.3
v2.6.2
What's Changed
- use same id for all logging messages by @petrjasek in #2429
- [NHUB-231] fix(ws): Filter consumers on push not working when proxy is used by @MarkLark86 in #2430
Full Changelog: v2.6.1...v2.6.2
v2.6.1
Full Changelog: v2.6.0...v2.6.1
v2.5.4-rc1
What's Changed
- SDAAP-59 Add desk tracking fields to item/task schema by @marwoodandrew in #2425
- [SDAAP-45] The AP Media v2.2 includes the nitf namespace by @marwoodandrew in #2428
Full Changelog: v2.5.3...v2.5.4-rc1
v2.6.2-rc1
What's Changed
- use same id for all logging messages by @petrjasek in #2429
- [NHUB-231] fix(ws): Filter consumers on push not working when proxy is used by @MarkLark86 in #2430
Full Changelog: v2.6.1...v2.6.2-rc1
v2.6.0
What's Changed
- make default spellcheck available by default by @petrjasek in #2347
- [SDAAP-7] Add fahrenheit_to_celsius macro by @MarkLark86 in #2348
- [SDAAP-10] Add
init_version
to validators schema by @MarkLark86 in #2349 - initial rundown show/template api by @petrjasek in #2350
- when we fetch association update the metadata on the root item by @petrjasek in #2351
- fix archive.get call with req=None by @petrjasek in #2352
- Planning: As a SD admin I want to ingest planning items. [SDESK-6480] by @GyanP in #2353
- fix flask request scope error in private filter by @petrjasek in #2355
- fix get archive error when there in celery by @petrjasek in #2356
- [SDESK-6441] Ability to register new routing rule handlers by @MarkLark86 in #2354
- fix issue with recursive publishing by @petrjasek in #2358
- SDESK-6522 Embargo information is not ingested from NINJS sources by @marwoodandrew in #2361
- fix(ingest) Missing uri kills more than it should by @marwoodandrew in #2362
- remove custom ssl adapter using old tls by @petrjasek in #2365
- avoid version=None in newsroom ninjs output by @petrjasek in #2366
- enable CI on python 3.10 by @petrjasek in #2367
- [SDNTB-773] fix(iMatrics): Use
article/store
endpoint for publishing data by @MarkLark86 in #2369 - [SDESK-6584] The Quick List of macros is not populating by @marwoodandrew in #2371
- make type of query_string query configurable by @petrjasek in #2370
- Fix : Store one keyword as an array when Image (IPTC metadata) parser is used [SDESK-6566] by @devketanpro in #2372
- avoid using superdesk.app in json_utils by @petrjasek in #2373
- Fix : item updates if it's a new version. by @devketanpro in #2374
- Support posting new items without IDs in
app:populate
command by @MarkLark86 in #2375 - handle item missing in elastic when updating by @petrjasek in #2376
- avoid using superdesk.app by @petrjasek in #2377
- fix searching by author name by @petrjasek in #2379
- fix multi field search by @petrjasek in #2380
- [STTNHUB-179] Add text to html converter by @MarkLark86 in #2383
- handle OPTIONS requests on upload endpoints by @petrjasek in #2384
- fix get_headers not using current app by @petrjasek in #2385
- fix celery crashing on python 3.10 by @petrjasek in #2386
- set explicit sorting in delete_action by @petrjasek in #2387
- [SDESK-6609] Config to disable item updates via ingest by @MarkLark86 in #2388
- fix error when updating ingest provider by @petrjasek in #2389
- avoid overriding metadata when publishing associated item by @petrjasek in #2390
- Enable search highlights on /ingest and /published apis [SDESK-6611] by @devketanpro in #2392
- fix item unlocking when there is an old schedule set in autosave by @petrjasek in #2393
- [NHUB-195] improve(ws): Ability to filter consumers using message filters by @MarkLark86 in #2394
- fix ninjs description is empty when abstract is empty by @petrjasek in #2396
- PNG image upload fails (EWTN) [SDESK-6662] by @devketanpro in #2395
- only check session token when there is no auth header by @petrjasek in #2399
- fix(legal-archive) the mongo document count was timing out by @marwoodandrew in #2400
- fix(index_from_mongo) index collections with string id's by @marwoodandrew in #2397
- Fix : admin user can't clear their own session but can clear other user sessions [SDESK-6696]. by @devketanpro in #2398
- fix(archive) typo in related media references delete by @marwoodandrew in #2401
- fix populate abstract macro replace type by @petrjasek in #2402
- chore: Update eve-elastic by @MarkLark86 in #2404
- [TGA-38] fix(vocabs): Allow unknown in custom_field_config by @MarkLark86 in #2403
- update translations by @petrjasek in #2406
- fix filter conditions with like/startswith/endswith by @petrjasek in #2408
- avoid yaml warning when starting superdesk by @petrjasek in #2409
- set
REBUILD_ELASTIC_ON_INIT_DATA_ERROR
to false by default by @petrjasek in #2410 - tweak content api items elastic mapping by @petrjasek in #2413
- add uri field to contacts by @petrjasek in #2417
Full Changelog: v2.5.2...v2.6.0
v2.6.0-rc5
add uri field to contacts (#2417) store external id in a new field instead of _id so the validation works for events. SDCP-661
v2.5.3
What's Changed
- PNG image upload fails (EWTN) [SDESK-6662] by @devketanpro in #2395
- fix(legal-archive) the mongo document count was timing out by @marwoodandrew in #2400
- fix(index_from_mongo) index collections with string id's by @marwoodandrew in #2397
- fix(archive) typo in related media references delete by @marwoodandrew in #2401
Full Changelog: v2.5.2...v2.5.3
v2.6.0-rc4
What's Changed
- tweak content api items elastic mapping by @petrjasek in #2413
Full Changelog: v2.6.0rc3...v2.6.0-rc4