Skip to content

Latest commit

 

History

History
116 lines (92 loc) · 7.32 KB

NEWS.md

File metadata and controls

116 lines (92 loc) · 7.32 KB

3.0.x

3.0.4

  • Require interface entity-types v2.0
  • Allow hidden fields in user-friendly query generation (MODLISTS-175)
  • Handle null conditions during user-friendly query generation (MODLISTS-176)
  • Make migration errors non-fatal (MODLISTS-178)

3.0.3

  • Retry failed S3 uploads during export (MODLISTS-158)
  • Use custom SystemUserClient only when system user is enabled (MODLISTS-165)
  • Ignore unrecognized fields during export (MODLISTS-170)

3.0.2

  • Consider daylight savings when determining dates to show for user-friendly queries (MODLISTS-161)
  • Add a missing interface to the MD (MODLISTS-160)

3.0.1

  • Use the new /query/contents/privileged API endpoint for exports (MODFQMMGR-563)
  • Retry migrating queries when enabling the module when requests fail due to missing entity type permissions (MODLISTS-155)
  • Synchronize system user permissions in the module descriptor and system-user-permissions.txt (MODLISTS-157)

3.0.0

  • Add allocated resource recommendations to README (MODLISTS-97)
  • Always include ID columns in exports
  • Restrict list access to lists, based on the user's permissions (MODLISTS-112)
  • Handle new entity type respone format from mod-fqm-manager (MODLISTS-128)
  • Rename the "lists.item.refresh" permission to follow naming conventions (MODLISTS-136)
  • Add support for automatic list query migration (MODLISTS-126)
  • Localize dates in user-friendly query (MODLISTS-145)
  • Integrate permission name changes from mod-fqm-manager (MODLISTS-153)
  • Add retry logic to list query migration during tenant initialization (MODLISTS-155)
  • Migrate cross-tenant lists to private (MODLISTS-152)
  • Convert dates to local time when exporting lists (MODLISTS-135)

2.0.x

2.0.6

  • Fix artifact version (2.0.5 was accidentally released as a snapshot)

2.0.5

  • Add system user to handle long-lived exports (MODLISTS-109)

2.0.4

  • Add a startup check to verify that S3/MinIO are accessible (MODLISTS-108)
  • Fix a bug where records deleted after a list refresh caused exports to fail (MODLISTS-105)

2.0.3

  • Add more detail about S3/MinIO config to the README (MODLISTS-107)
  • Only select columns that are visibleByDefault when none are specified in the list (MODLISTS-98)
  • Fix bug where data was never retrieved for non-default columns (MODLISTS-99)

2.0.2

  • Fix bug where the Missing Items canned list could not be duplicated (MODLISTS-104)

2.0.1

  • Bump folio-s3-client dependency to the latest version (MODLISTS-96)
  • Fix bug with multipart uploads of CSVs (MODFQMMGR-218)

2.0.0

1.0.x

1.0.4

  • Bump the folio-s3-client dependency version to 2.0.5

1.0.3

  • Handle IllegalArgumentExceptions in requests

1.0.2

  • Rename canned reports and update their descriptions
  • Update the provided _tenant interface in the module descriptor to 2.0

1.0.1

  • Add performance metadata to refreshes
  • Update the available fields in the Loan entity type
  • Increase column width for FQL queries

1.0.0

  • Initial release