Skip to content

Latest commit

 

History

History
210 lines (176 loc) · 14.8 KB

NEWS.md

File metadata and controls

210 lines (176 loc) · 14.8 KB

3.0.x - Ramsons

3.0.10

  • MODFQMMGR-639: Add acquisition-units interface dependency to module descriptor

3.0.9

  • Add instance-formats interface to module descriptor

3.0.8

  • Fix user-friendly queries and dropdown values for various fields
  • MODFQMMGR-618: Organizations migration id/name/code fixes
  • MODFQMMGR-619: Handle hidden POL fields
  • MODFQMMGR-622: Turn JSONB arrays into Java arrays when retrieving results
  • MODFQMMGR-623: Resolve query failures against loan policy field
  • MODFQMMGR-625: Aggregate dropdown values from all tenants in ECS environments
  • MODFQMMGR-630: Add generic exception handler

3.0.7

3.0.6

  • MODFQMMGR-599: Add migration to remove query conditions that use $ne on UUID-type fields
  • MODFQMMGR-601: Fix bug with the instance date_2 field implementation
  • MODFQMMGR-602: Add migration for ID -> name field changes

3.0.5

  • MODFQMMGR-577: Fix env var typo in module descriptor and update documentation
  • MODFQMMGR-588: Additional migration scripts
  • MODFQMMGR-510: Cancel running queries in DB upon request
  • more fix
  • MODFQMMGR-591: Fix bug where FQM was sending multiple (and different) tenant headers in some API requests

3.0.4

  • MODFQMMGR-577: Reduce the default cache expiration time for the entity type cache
  • MODFQMMGR-583: Use available indexes for more fields

3.0.3

  • Add DB_HOST_READER env variable to module descriptor, set to ""
  • MODFQMMGR-575: Fix bug where query results would be double-counted
  • MODFQMMGR-576: Make field Exchange rate — Rate queryable
  • MODFQMMGR-582: Update fields that are visible by default when viewing list results

3.0.2

  • MODFQMMGR-532: Aggregate languages from all tenants in ECS environments
  • MODFQMMGR-566: Make the available value API case-insensitive
  • MODFQMMGR-570: Add missing "permissions" interfaces to the module descriptor
  • MODFQMMGR-573 Consider converted date for timezone offsets, rather than system time

3.0.1

  • MODFQMMGR-558 Add acquisition unit names to the Organizations entity type
  • MODFQMMGR-563 Add /query/contents/privileged endpoint to request query results on behalf of another user
    • This includes a minor version bump for the fqm-query interface
  • MODFQMMGR-544 Remove the last materialized view 🎉
  • MODFQMMGR-555 Add categories to the Organizations entity type
  • MODFQMMGR-568 Remove callbacks to simplify code

3.0.0

  • Many (many) bug fixes and entity type data additions
  • MODFQMMGR-523 Upgrade holdings-storage to 8.0
  • MODFQMMGR-227 Remove derived_table_name column from entity type table
  • MODFQMMGR-203 New, simpler, entity type management system
  • MODFQMMGR-88 Add back-end translation guidelines
  • MODFQMMGR-174 Add entity type creator dev tool to simplify creating/maintaining entity types
  • UXPROD-4500 Add support for entity-type-level permissions
  • MODFQMMGR-222 Add resource allocation guidance to README
  • MODFQMGMR-303 Add support for the new stringUUIDType data type
  • MODFQMMGR-308 Change data types to make better use of indexes
  • MODFQMMGR-333 Update API to support fetching entity types with missing permissions
  • MODFQMMGR-230 Add support for composite entity types
  • UXPROD-4868 Recreate all entity types using the composite model
  • MODFQMMGR-390 Add ability to hide fields
  • MODFQMMGR-394 Expose JSONB as a hidden field in most entity types
  • UXPROD-4881 Add support for automatic query migration, to prevent breaking changes
  • MODFQMMGR-382 Add support for limiting non-essential columns when inheriting entity types
  • MODFQMMGR-225 Enable cross-tenant querying in ECS environments
  • MODFQMMGR-415 Cache entity type definitions
  • MODFQMMGR-453 Add local development permissions bypass (THIS SHOULD NOT BE USED IN PRODUCTION!)
  • MODFQMMGR-494 Update permission names
  • MODFQMMGR-496 Create unique permissions for each API endpoint
  • MODFQMMGR-525 Use folio-spring-support 8.3.0
  • UIPQB-144 Remove the "not equal" operator from the UUID types

2.0.x - Quesnelia

2.0.5

2.0.4

  • MODFQMMGR-289 Fix bug where custom fields were not queryable
  • MODFQMMGR-290 Fix bug in the Instances entity type where data was incorrectly filtered out in some cases

2.0.3

  • MODFQMMGR-202 Include system exchange rate when set exchange rate isn't active

2.0.2

  • MODFQMMGR-217 Fix read/write split bug
  • MODFQMMGR-217 Lower contributor-name-types dependency version
  • MODFQMMGR-213 Limit available currencies in queries to only those actually supported in FOLIO

2.0.1

2.0.0

1.0.x - Poppy

1.0.3

1.0.2

  • Remove the instance_title_searchable field from the Items entity type
  • Purge old query results based on query start date/time instead of the end date/time
  • Fix bug in user preferred contact type
  • Update the provided _tenant interface in the module descriptor to 2.0

1.0.1

1.0.0

  • Initial release