Skip to content

Releases: getodk/central

ODK Central v2024.1.0

29 Apr 19:43
f21b33a
Compare
Choose a tag to compare

Entities

  • Create a new Entity List without publishing a Form (#575)
  • Add a new property to an Entity List without publishing a Form (#576)
  • Add additional Entities to an Entity List by uploading a spreadsheet (#589, #593, #583)
  • Delete an Entity from the Entity data table (#584)
  • Delete an Entity from the Entity detail page (#591)
  • Remove Entity List from cache after Entity is deleted or Entity property is added to List (#599)
  • Prevent an Entity List from being created with the same case-insensitive name as another (#627)
  • Add support for $orderby OData query parameter (getodk/central-backend#1078)
  • Return Entities in stable order from REST API (#582)
  • Autogenerate missing UUID when creating Entity using API (#574)
  • Exclude deleted Forms from list of Forms that use Entity List (#643)
  • Exclude Draft Forms from list of Forms that use Entity List (#645)

Bugs Fixed + Small Wins

Operations + Maintenance

  • Fix check for Docker Compose v1 during upgrade to Postgres 14 (#619)
  • Create number of API server instances based on memory available to container, not to host (#577)
  • Resolve Docker Compose warning that version is obsolete (#636)
  • Improve JSON output from command line tools (getodk/central-backend#979)
  • Update usage information metrics (#572)
  • Update backend dependencies (getodk/central-backend#1069)
  • Update frontend dependencies (getodk/central-frontend#924)
  • Update infrastructure dependencies (#570)
  • Update Enketo (#571)
  • Update pyxform (#571)
  • Update translations (#569)

Forum announcement: https://forum.getodk.org/t/odk-central-v2024-1-add-entities-by-uploading-a-csv/46616

ODK Central v2023.5.1

29 Jan 22:29
20dcbf4
Compare
Choose a tag to compare
  • Update Enketo (#594)
  • Update pyxform (#594)

ODK Central v2023.5.0

18 Dec 23:03
b04bb6e
Compare
Choose a tag to compare

Updating Entities via Submission

  • See update conflicts from home page (#500)
  • See update conflicts on page of Entity Lists (#502)
  • Filter by update conflicts in Entity table (#503)
  • See update conflicts in Entity table (#504)
  • See summary of update conflicts on Entity Detail page (#505)
  • Mark update conflicts as resolved on Entity Detail page (#506)
  • See update conflicts in Entity feed (#507)
  • See Entity update in Submission feed (#513)

Other Improvements to Entities

  • Automatically link a matching Form Attachment of a Form Draft to an Entity List if publishing the Draft also publishes the Entity List (#554)
  • Show "Link Entity List" button for a newly published Entity List (getodk/central-frontend#916)
  • Filter Entities CSV download using API (#521)
  • Translate the word "label" when showing changes on Entity Detail page (getodk/central-frontend#816)
  • Fix Entity OData feed by adding __system/version property to schema (#565)
  • Rename version column to __version in Entities download to OpenRosa clients (#501)
  • Exclude deleted Entities from count of Entities (#560)
  • Do not classify later Submission edits as pending Submissions when changing Entity Workflow setting (#561)
  • After Entity Workflow setting is changed, do not reprocess Submission versions that previously resulted in an Entity processing error (#547)
  • Require new Forms that modify Entities to specify at least one Entity action (currently either create or update), then limit their Submissions to the specified actions (#518)
  • Ensure that two Entity updates will not receive same version number under conditions of high concurrency (#541)

Bugs Fixed + Small Wins

Operations + Maintenance

Forum announcement: https://forum.getodk.org/t/odk-central-v2023-5-entity-updates-via-submissions/44311

ODK Central v2023.4.0

25 Sep 22:58
65d38c5
Compare
Choose a tag to compare

Single Sign-on

  • Support Single Sign-on with OpenID Connect (#449)

Entities

Bugs Fixed + Small Wins

Maintenance

Forum announcement: https://forum.getodk.org/t/odk-central-2023-4/43212

ODK Central v2023.3.1

06 Jul 15:39
906addf
Compare
Choose a tag to compare
  • Set Entity properties correctly if a new Form version changes save_to (getodk/central-backend#914)
  • If a Project has enabled encryption, its main data table for Submissions can now be downloaded (getodk/central-backend#701)
  • Allow a Submission Attachment to be previewed in Enketo when its file name contains a dollar sign (#438)
  • Add ability to use $select with a parent ID in OData (getodk/central-backend#722)
  • Update Enketo (#445)
    • Performance improvements for loading large Forms
    • Ukrainian translation

ODK Central v2023.3.0

01 Jun 19:02
4604090
Compare
Choose a tag to compare

Datasets

Bugs Fixed + Small Wins

Maintenance

  • Remove unreliable check for successful migration so that data deletion does not fail during Postgres upgrade (#430)
  • Update Enketo (#409)
    • Submissions are now re-attempted multiple times when in offline mode
    • Draw/signature/annotate widgets now preserve original image size when annotating and have better resize performance
    • See here for more notes about what changed in Enketo.
  • Update pyxform-http (#409)
  • Update infrastructure dependencies (#398)
  • Update backend dependencies (getodk/central-backend#791)
  • Update frontend dependencies (getodk/central-frontend#758)
  • Update translations (getodk/central-frontend#759)
  • Update usage information metrics (#410)

Forum announcement: https://forum.getodk.org/t/odk-central-2023-3/41748

ODK Central v2023.2.1

24 Mar 22:12
302b582
Compare
Choose a tag to compare
  • Speed up stopping containers (#416)
  • Update Node for API server (#415)

ODK Central v2023.2.0

10 Mar 00:11
2491b64
Compare
Choose a tag to compare

Infrastructure

  • Upgrade to PostgreSQL v14 (#343)
  • Enable easier customization of install variables (#389, #401)
  • Upgrade to Docker v23.x, Docker Compose v2.16.x (#402)

Entities

Bugs Fixed + Small Wins

Maintenance

Forum announcement: https://forum.getodk.org/t/odk-central-2023-2/40618

ODK Central v2023.1.0

03 Feb 23:28
00364ca
Compare
Choose a tag to compare

Datasets

  • See more context on Datasets list
  • See Dataset properties and sources
  • See Dataset source information on Form Overview

Bugs Fixed + Small Wins

Maintenance

Release criteria: https://docs.google.com/document/d/1sufFP5TwCBjy7ZuY7kVo_n8iJSkdpTagHaXum10wvZc/edit?usp=sharing
Forum announcement: https://forum.getodk.org/t/odk-central-v2023-1/40267

ODK Central v2022.3.1

12 Dec 23:42
7f22a66
Compare
Choose a tag to compare

Bugs Fixed

  • Values in groups showed as blank in Excel and Power BI when using the OData feed.