Skip to content

Releases: ember-nexus/api

0.1.16

06 Nov 22:02
b6577e0
Compare
Choose a tag to compare

0.1.16 - 2024-11-06

Added

  • Improve error handling when request contains malformed JSON, closes [#343].

Changed

  • Upgrade PHP to 8.3.13, closes [#341].
  • Change license from AGPL 3 to Source First License 1.1, closes [#345].

0.1.15

12 Oct 12:49
01e7ac1
Compare
Choose a tag to compare

0.1.15 - 2024-10-12

Changed

  • Increase reference dataset version to 0.0.25.

Fixed

  • Fix pagination bug with the get index endpoint, where the total number of nodes was limited to the page size, and
    therefore always showed zero additional pages. Node count is now calculated correctly, closes [#338].

0.1.14

07 Oct 19:44
fdaa2ec
Compare
Choose a tag to compare

0.1.14 - 2024-10-07

Added

  • Add HTTP header Access-Control-Expose-Headers, closes [#336].

0.1.13

02 Oct 21:22
31f2439
Compare
Choose a tag to compare

0.1.13 - 2024-10-02

Changed

  • Upgrade PHP to 8.3.12, skipping 8.3.11, closes [#332].
  • Upgrade upstream dependency NGINX Unit to 1.33.0, closes [#333].

0.1.12

04 Aug 22:15
c69b08d
Compare
Choose a tag to compare

0.1.12 - 2024-08-04

Changed

  • Update versions of Neo4j used inside the CI, closes [#326].
  • Upgrade PHP to 8.3.10, closes [#329].

0.1.11

08 Jul 13:03
cc84c82
Compare
Choose a tag to compare

0.1.11 - 2024-07-08

Changed

  • Upgrade PHP to 8.3.9, closes [#324].
  • Upgrade Xdebug to 3.3.2.
  • Remove deprecated php stan configuration.

0.1.10

23 Jun 13:50
05a7f07
Compare
Choose a tag to compare

0.1.10 - 2024-06-23

Changed

  • Upgrade Symfony and other PHP dependencies, closes [#322].

0.1.9

09 Jun 13:43
97117ea
Compare
Choose a tag to compare

0.1.9 - 2024-06-09

Changed

  • Rework README.md, add shield labels.
  • Fix LICENSE file.
  • Upgrade PHP to 8.3.8, closes [#321].

0.1.8

25 May 19:26
36b97dd
Compare
Choose a tag to compare

0.1.8 - 2024-05-25

Changed

  • Upgrade to Alpine 3.20, closes [#315].
  • Fix GetInstanceConfigurationTest and documentation for GetInstanceConfigurationController.
  • Fix labels used in automatic GitHub issues, closes [#314].
  • Fix CI version replace command, closes [#318].

0.1.7

17 May 10:41
74e25a1
Compare
Choose a tag to compare

0.1.7 - 2024-05-17

Added

  • Add requestId property to all logs to enable finding all logs made during a single request, closes [#306].

Changed

  • Change naming of internal variables to replace Uuid with Id, because the variables are already type hinted and
    Id emerged as a better convention in the ecosystem. Closes [#292].
  • Server exceptions with the HTTP status code 500 will now always log their message.
  • Upgrade PHP to 8.3.7, closes [#310].
  • Update PHP dependencies, related to [#310].
  • Feature tests use production docker build in CI, closes [#297].

Fixed

  • Fix wrong license identifier in Dockerfile, closes [#302].