Skip to content

Commit

Permalink
Release v2.2.0 (#83)
Browse files Browse the repository at this point in the history
* Failed-record error messages should use detailed "message", when present, instead of label. Fixes UIHAADM-125.
* Verify that stats-message parsing works for new format, add test suite. Fixes UIHAADM-124.
* When sending end-range dates as part of a query, extend them to the datetimes at the end of the day. Fixes UIHAADM-126.
* Close button on last-logs page returns to harvestables list or detail page depending on where it came from. Fixes UIHAADM-129.
* The "Extra configuration" textarea in the Storage form is now mandatory. Fixes UIHAADM-127.
* Update jobs column heading and jobs detail view text. Fixes UIHAADM-131.
* The list of a single harvester's recent jobs is sorted in reverse chronological order, like the list of all jobs. Fixes UIHAADM-133.
* Update permission names to encompass logfile-deletion threshold. Fixes UIHAADM-135.
* Set up internationalization for permission names. Fixes UIHAADM-138.
* Add Settings page for log-file time-deletion threshold. Fixes UIHAADM-136.
  • Loading branch information
MikeTaylor authored Oct 23, 2024
1 parent 9cd2b23 commit a6a5f53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change history for ui-harvester-admin

## 2.2.0 (IN PROGRESS)
## [2.2.0](https://github.com/folio-org/ui-harvester-admin/tree/v2.2.0) (2024-10-23)

* Failed-record error messages should use detailed "message", when present, instead of label. Fixes UIHAADM-125.
* Verify that stats-message parsing works for new format, add test suite. Fixes UIHAADM-124.
* When sending end-range dates as part of a query, extend them to the datetimes at the end of the day. Fixes UIHAADM-126.
* Close button on last-logs page returns to harvestables list or detail page depending on where it came from. Fixes UIHAADM-129.
* The "Extra configuration" textarea in the Storage form is now mandatory. Fixes UIHAADM-127.
* Update jobs column heading and jobs detail view text. Fixes UIHAADM-131.
* The list of a single harvester's recent jobs is sorted in reverse chonological order, like the list of all jobs. Fixes UIHAADM-133.
* The list of a single harvester's recent jobs is sorted in reverse chronological order, like the list of all jobs. Fixes UIHAADM-133.
* Update permission names to encompass logfile-deletion threshold. Fixes UIHAADM-135.
* Set up internationalization for permission names. Fixes UIHAADM-138.
* Add Settings page for log-file time-deletion threshold. Fixes UIHAADM-136.

## [2.1.0](https://github.com/folio-org/ui-harvester-admin/tree/v2.1.0) (2024-02-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indexdata/harvester-admin",
"version": "2.1.0",
"version": "2.2.0",
"description": "Admin console for the Index Data Harvester",
"repository": "https://github.com/indexdata/ui-harvester-admin",
"license": "Apache-2.0",
Expand Down

0 comments on commit a6a5f53

Please sign in to comment.