- Upgrade node 12 -> 16.
- Update
rw-api-microservice-node
to add CORS support.
- Replace CT integration library
- Add node affinity to kubernetes configuration.
- Add
excludeGeometries
optional param tosql2FS
endpoint, to support opting out of loading geometries. - Add tests to
sql2FS
for both POST and GET requests.
- Set CPU and memory quotas on k8s config
- Added liveliness and readiness probes to k8s config
- Update jsonapi-serializer which may lead to changes in response signature: SeyZ/jsonapi-serializer#93
- Replace generators with async/await
- CS formatting to match ESLint rules
- Update ESLint packages and config
- Added hook to validate ESLint on commit
- Update node version to 12.x
- Replace npm with yarn
- Add support for
SELECT DISTINCT columnName
query types in FS query generator