Releases: GoogleCloudPlatform/microservices-demo
Releases · GoogleCloudPlatform/microservices-demo
v0.3.3
v0.3.2
What's Changed
- Memorystore, updated Redis to 6.x by @mathieu-benoit in #618
- Updated cartservice .NET to v6 by @mathieu-benoit in #629
- Updated the dotnet version in the main branch CI workflow by @Shabirmean in #633
- Updated issue templates by @ckim328 in #627
- Updated node from 12 to 16, grpc -> grpc-js by @askmeegs in #630
- Added cluster, pod and zonal details to the page footer by @Shabirmean in #636
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
Big changes:
- Cymbal Branding: The UI and list of products now fit the branding of "Cymbal Shops", a fictitious company created by Google to be used in demo apps. A "CYMBAL_BRANDING" environment variable allows developers to use the "Cymbal Shops" logo and wording.
Small changes:
- GKE Autopilot instructions added to README.md.
- Typo fixed.
- Various dependency upgrades by dependabot (e.g., 590).
v0.2.4
This patch release introduces multiple features and bug fixes:
- adds an an Alibaba Cloud flag for the frontend
- adds skaffold debugging support for Go services, the Locust loadgenerator, and the .NET cartservice
- adds an "Open in Cloud Shell" tutorial, linked in the README
- fixes startup bugs for the loadgen and cartservice (2) (improved retry logic)
- fixes a bug caused by uncaught Python exceptions on tracing startup
v0.2.3
v0.2.2
This release address the following:
- fixes build failures due to buildkit
- upgrades CartService to .NET 5
- Cartservice - managed gRPC
- (respectful-code) replaces instances of the word "whitelist" with "Allow"
- workaround for a NuGet bug causing CartService builds to fail
- fixed an improperly-caught exception but in recommendationservice
- gRPC health probe upgrade
- base image upgrades for Node, Python, .NET