Skip to content

Releases: xenit-eu/alfred-api

v5.0.2

16 May 07:36
72247d8
Compare
Choose a tag to compare

Fixed

  • ALFREDAPI-544: fix Date range search by dropping unprocessed facet labels

v5.0.1

19 Mar 15:46
8a8da4d
Compare
Choose a tag to compare

5.0.1

The artifact name of apix-interface has been changed to alfred-api-interface.

Fixed

  • ALFREDAPI-537: Fix conflicts between artifacts when publishing to Sonatype
  • ALFREDAPI-538: Fixed issue where errors related to jackson library conflicts would occurs while Alfresco is running
  • ALFREDAPI-540: Realign interface artifact name
  • ALFREDAPI-541: Clarify dependency installation instructions

v5.0.0

12 Dec 16:02
ea844d7
Compare
Choose a tag to compare

From this version onward Dynamic Extensions is replaced by Alfresco MVC
as framework to reduce maintenance efforts.

⚠️ To make this change clearer the Alfred API Maven group ID has been updated from eu.xenit.apix
to eu.xenit.alfred.api.

This release also drops support for Alfresco 6.2 and adds support for 7.4.

Added

Changed

  • ALFREDAPI-527: Alfresco containers use port 8080 now instead of ephemeral ports
  • ALFREDAPI-536: Reabsorb alfred-api-docs repo into this

Fixed

Removed

v4.0.0

18 Jan 12:48
25bdc63
Compare
Choose a tag to compare

This release adds support for Alfresco 7.3 and drops support for Alfresco 5.2 and 6.1.

Added

Fixed

  • ALFREDAPI-503: Fixed issue where site information could not be retrieved if the user does not have permissions to one of the components

Removed

v3.1.0

25 Apr 07:14
29d3ec9
Compare
Choose a tag to compare

3.1.0 (2022-04-25)

Added

Changed

  • ALFREDAPI-498: Improve handling of version node association retrieval

v3.0.2

30 Nov 10:52
7409e5b
Compare
Choose a tag to compare

3.0.2 (2021-11-30)

Added

  • ALFREDAPI-492: /v1/nodes POST enpoint now accepts aspects to add/remove
  • ALFREDAPI-497: Re-enable composeDown after integrationTest in build

v3.0.1

29 Sep 15:12
46053a0
Compare
Choose a tag to compare

3.0.1 (2021-09-29)

Changed

  • XENOPS-891: Update docker images and wars to latest hotfix for 52, 62 & 70
  • ALFREDAPI-378: Replace deprecated calls to serviceregistry

Fixed

3.0.0

02 Aug 14:59
d68daec
Compare
Choose a tag to compare

3.0.0 (2021-07-29)

This release adds support for Alfresco 7.0 and drops support for Alfresco 5.0, 5.1 and 6.0.

Changed

Deleted

v2.7.1

14 Jan 10:44
98aa938
Compare
Choose a tag to compare

2.7.1 (2021-01-13)

Changed

  • ALFREDAPI-398: Move documentation to docs.xenit.eu/alfred-api
  • ALFREDAPI-401: Replace org.codehaus.jackson dependencies with
    com.fasterxml dependencies, and moved shared source of integration tests to integration tests module.
  • ALFREDAPI-470: Prevent problematic memory usage using /search on
    large datasets by not using 'unlimited' (-1) as a default.
  • ALFREDAPI-464: Change JavaDoc generation on AlfredApi Interface
    to avoid jdk bug
  • ALFREDAPI-296: Change dictionaryService to return mandatory aspects for type- and aspectdefinitions
  • ALFREDAPI-445: Improve exceptionhandling for duplicate files in nodes Create/Copy/Move

Fixed

  • ALFREDAPI-184: Improve graceful handling of bad input in
    ConfigurationWebscript1
  • ALFREDAPI-463: Fix quotation marks in searches being improperly
    escaped. Search queries can now be escaped properly. E.g. "Compas Format" instead of \"Compas Format\" as was needed previously.
  • ALFREDAPI-466: Fix usage of the special -me- argument for the
    peopleAPI v1 & v2
  • ALFREDAPI-472: Fix AccessDeniedException in sitesService
    (primarily from Alfresco Records Management)
  • ALFREDAPI-473: Integration tests are again run

v2.7.0

08 Oct 22:21
e045ce0
Compare
Choose a tag to compare

2.7.0 (2020-10-09)

Changed

Added

Fixed

  • ALFREDAPI-390: Remove symlinks in code
  • ALFREDAPI-259: Intellij does not load the code of the integration tests project correctly
  • ALFREDAPI-453: Fix publishing which was broken due to above fixes