- Upgrade node 12 -> 16.
- Update
rw-api-microservice-node
to remove CT integration support.
- Add support for hosts from
x-rw-domain
header when generating pagination links.
- Update
rw-api-microservice-node
to add CORS support.
- Add support for hosts from
referer
header when generating pagination links.
- Update
rw-api-microservice-node
to fix issue with Fastly headers.
- Remove dependency on CT's
authenticated
functionality
- Replace CT integration library
- Add proxy endpoint for
expire-cache
functionality
- Security updates to the
handlebars
andwebsocket-extensions
NPM packages. - Prevent filtering by internal
userRole
anduserName
fields. - Fix issue where microservice user validation would always fail for the currently used token.
- Update k8s configuration with node affinity.
- Add possibility of sorting layers by user fields (such as name or role).
- Fix issue where pagination links in GET layers would have unexpected
usersRole
parameter.
- Fix issue where pagination links in GET layers would have unexpected
usersRole
parameter. - Add support for dataset overwrite using multiple files in parallel.
- Update node version to 12.
- Replace npm with yarn.
- Add liveliness and readiness probes.
- Add resource quota definition for kubernetes.