Skip to content

Releases: ReliefApplications/ems-backend

v2.9.0

29 Apr 11:43
Compare
Choose a tag to compare
v2.9.0 Pre-release
Pre-release

2.9.0 (2024-04-29)

Bug Fixes

  • Graphql questions would not display text values in history downloads #91235 (#1026) (676f035)

Features

  • Add 'in' and 'notIn' operators for record queries (#951) (e850042)

v2.8.0

24 Apr 11:48
Compare
Choose a tag to compare
v2.8.0 Pre-release
Pre-release

2.8.0 (2024-04-24)

Bug Fixes

  • csv export should now lookalike excel export (#981) (b13e55c)
  • some ref data aggregations would not send correct data. Now use field name instead of grahp ql field name (#998) (d2e7074)
  • update user management and who configurations (38798f2)

Features

Reverts

v2.7.2

25 Mar 14:42
Compare
Choose a tag to compare
v2.7.2 Pre-release
Pre-release

2.7.2 (2024-03-25)

Bug Fixes

  • add check for empty context filter (#995) (31a8544)
  • now working nested fields in reference data aggregation (ed564b3)

v2.7.1

04 Mar 18:10
Compare
Choose a tag to compare

2.7.1 (2024-03-04)

Bug Fixes

  • now working nested fields in reference data aggregation (#993) (0603afc)

v2.7.0

23 Feb 15:35
Compare
Choose a tag to compare

2.7.0 (2024-02-23)

Bug Fixes

  • extractFields would fail if no choice (ecd2f86)
  • in operator would not work for layers using aggregation on ref data (8dceae5)
  • replace NodeCache with RedisCache for multi-instances, to prevent using decoupled cache instances (#990) (8d71e3c)
  • some layers could not correctly use latitude / longitude due to lowecase (b85c074)

Features

  • implementation of choicesByGraphQL questions (#987) (578be53)

v2.6.5

15 Feb 15:20
Compare
Choose a tag to compare

2.6.5 (2024-02-15)

Bug Fixes

  • due to multi instance setup, uploading files for email sending could fail (c8e1a59)

v2.6.4

12 Feb 14:53
Compare
Choose a tag to compare

2.6.4 (2024-02-12)

Bug Fixes

  • choicesbyurl field with choices without text could break choices assignment (1cb2cbb)

v2.6.3

12 Feb 10:38
Compare
Choose a tag to compare

2.6.3 (2024-02-12)

Bug Fixes

  • user ability would not be correctly set when cached (648c5ce)

v2.6.2

07 Feb 15:34
Compare
Choose a tag to compare
v2.6.2 Pre-release
Pre-release

2.6.2 (2024-02-07)

Bug Fixes

  • reference data resolvers could break schema (98d8fe7)

v2.6.1

01 Feb 12:05
Compare
Choose a tag to compare
v2.6.1 Pre-release
Pre-release

2.6.1 (2024-02-01)

Bug Fixes

  • date & datetime filters not working as expected (#919) (ab3d2f3)
  • decodeUriComponent in feature layer would cause some issues (7389f07)
  • feature route would sometimes stop server on failure (3f11952)