Releases: ReliefApplications/ems-backend
Releases · ReliefApplications/ems-backend
v2.9.0
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
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
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
2.7.1 (2024-03-04)
Bug Fixes
- now working nested fields in reference data aggregation (#993) (0603afc)
v2.7.0
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
2.6.5 (2024-02-15)
Bug Fixes
- due to multi instance setup, uploading files for email sending could fail (c8e1a59)
v2.6.4
2.6.4 (2024-02-12)
Bug Fixes
- choicesbyurl field with choices without text could break choices assignment (1cb2cbb)
v2.6.3
2.6.3 (2024-02-12)
Bug Fixes
- user ability would not be correctly set when cached (648c5ce)
v2.6.2
2.6.2 (2024-02-07)
Bug Fixes
- reference data resolvers could break schema (98d8fe7)
v2.6.1
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)