Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

v0.8.3

Latest
Compare
Choose a tag to compare
@benc-uk benc-uk released this 04 Jan 17:29
· 1 commit to main since this release
35d1253
  • Users are now referenced by ID (GUID) and not their username which was an email. Having users email in URL requests was a poor choice!
  • API & frontend changes accordingly
  • Private APIs prefixed /private added (to Users service) which are not exposed through the API gateway but also have no auth on them
  • API gateway scripts and Kubernetes Ingress updated accordingly to block private APIs
  • Removed hits to /health and /metric from logging
docker pull ghcr.io/benc-uk/daprstore/products:0.8.3
docker pull ghcr.io/benc-uk/daprstore/cart:0.8.3
docker pull ghcr.io/benc-uk/daprstore/users:0.8.3
docker pull ghcr.io/benc-uk/daprstore/orders:0.8.3
docker pull ghcr.io/benc-uk/daprstore/frontend-host:0.8.3