Skip to content

Latest commit

 

History

History
183 lines (121 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

183 lines (121 loc) · 9.35 KB

Alfred API - Changelog

2.3.0 (Unreleased)

Changed

  • ALFREDAPI-385: Change docker & compose files for integration tests to use harbor and docker.io/xenit
  • ALFREDAPI-387: Add existence check and 404 to working copies endpoint
  • ALFREDAPI-368: Replace obsoleted Gradle plugins (org.dm.bundle and ampde)
  • ALFREDAPI-386: Upgrade to Gradle 5

Fixed

  • ALFREDAPI-392: Stop the incorrect publishing of (development use case only) apix-impl JARs

2.2.0 (2019-09-17)

Changed

  • ALFREDAPI-346: Moved Alfred API to Github: https://github.com/xenit-eu/alfred-api
  • ALFREDAPI-384: Added hasPermission to IPermissionService and used it to fix ApixV1Webscript#getAllInfoOfNodes(). The endpoint POST /alfresco/s/apix/v1/nodeInfo now returns a list with any faulty nodes (e.g. Access Denied or Does not Exist) removed instead of HTTP 500

2.1.0 (2019-08-26)

Changed

  • ALFREDAPI-382: Configure docker project to run with debug enabled locally, but regularly on Jenkins

Deleted

Fixed

  • ALFREDAPI-325: HTTP 500 when requesting a dictionary definition with unregisterd namespace
  • ALFREDAPI-349: 500 Internal Error upon order by parties
  • ALFREDAPI-357: Query with special character in it (e.g. - or {) causes 500 exception
  • ALFREDAPI-381: Changing the name of a node now also updates the qname path
  • ALFREDAPI-382: Return 400 when PUTting acls with malformed body
  • ALFREDAPI-367: Get content of non existing node results in SC 500

2.0.2 (2019-06-25)

Added

Fixed

  • ALFREDAPI-322: Fix HTTP response codes for node details and node delete
  • ALFREDAPI-372: Workaround for bad Highlight handling (Epic: phase out 500 Errors)

2.0.1 RC1 (2019-04-29)

This is a release candidate for 2.0, intended to test out installations with Alfresco 6.0. It is not yet intended for production.

Added

Deleted

1.20.0 (2019-04-17)

Added

Changed

1.19.0 (2019-03-26)

Added

  • FREDSUP-594: Added optional parameter to metadata post webscript to clean up default aspects when generalizing the type

Fixed

  • ALFREDAPI-347: Fixes HTTP 500 when using range-filters in search query
  • ALFREDAPI-348: Fixes build-issue that caused some tests to be skipped

1.18.0 (2019-03-07)

Added

1.17.3 (2019-02-27)

Fixed

1.17.0 (2019-02-27)

Added

Changed

Fixed

  • ALFREDAPI-340: Fixed issue where NullPointerException would occur when property definition of facet is null

1.16.1 (2019-01-17)

Fixed

  • ALFREDAPI-334: Hotfix for building AMPs containing multiple, conflicting JARs

1.16.0 (2019-01-17)

Added

  • AVP-81: Make Start Workflow return a json object with the workflow instance ID
  • AVP-103: Make "key" part of the Apix json model for the workflow definition
  • ALFREDAPI-297: Added Workspace parameter to Search Query to specify Store to search in
  • ALFREDAPI-330 Add assertion for the correct facet begin present

Changed

  • ALFREDAPI-327: Use correct logging levels in bulk web script
  • ALFREDAPI-328: Use correct logging levels in SearchService
  • ALFREDAPI-306: Facets returned in a search on 5.x now include bucketed facets
    • Bucketed facets in Alfresco 4.2 remain unsupported

Fixed

  • ALFREDAPI-307: Fix HTTP 500 in /dictionary/types/ for a document type with an (unencoded) qname that contains a dot (.)
  • ALFREDAPI-326: Search endpoint leaves off facets property when no facets match
  • ALFREDAPI-329: Default BPM selection when none/no valid config entry is found

1.15.0 (2018-11-28)

Added

Changed

Fixed

  • ALFREDAPI-299: AlfrescoPropertyConvertor throwing errors

  • ALFREDAPI-309: Add ?exclude=… option to /workflows/definitions

  • ALFREDAPI-295: publishAmpPublicationToReleaseRepository task not available

  • ALFREDAPI-270: Permanent delete does not work when used in bulk call

1.14.4 (2018-09-04)

Fixed

  • ALFREDAPI-301: apix-interface module not published to artifactory
  • ALFREDAPI-293: Alfred API not returning all facets
  • ALFREDAPI-275: Searchqueries with noderef always return no results
  • ALFREDAPI-295: publishAmpPublicationToReleaseRepository task not available
  • ALFREDAPI-285: Total results not correct when skip is used in queries for 4.2.8
  • ALFREDAPI-268: Build fails always on Jenkins due to test bundle install

1.14.3 (2018-07-11)

Added

Changed

Fixed

  • ALFREDAPI-279: Missing dependency to apache StringUtils
  • ALFREDAPI-277: Corrected Activiti version for Alfresco 5.0 and 5.1
  • ALFREDAPI-267: getVersion always returns 1.11.2
  • ALFGDPR-61: Requesting non existing properties should return null if the namespace of the qname is invalid