Releases: envoyproxy/examples
Releases · envoyproxy/examples
v0.0.13
v0.0.12
build(deps-dev): bump @vitejs/plugin-react in /single-page-app/ui Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.3.4 to 4.5.2. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
v0.0.11
build(deps): bump google.golang.org/grpc Bumps the examples-load-reporting group with 1 update in the /load-reporting-service directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: examples-load-reporting ... Signed-off-by: dependabot[bot] <support@github.com>
v0.0.10
build(deps): bump framer-motion in /single-page-app/ui (#438) Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.16.0 to 11.16.1. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.16.0...v11.16.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.0.9
v0.0.8
build(deps): bump golang.org/x/net (#316) Bumps the examples-grpc-bridge group in /grpc-bridge/server with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.29.0 to 0.31.0 - [Commits](https://github.com/golang/net/compare/v0.29.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: examples-grpc-bridge ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.0.7
v0.0.6
v0.0.5
v0.0.4
golang-http: update example to adapt latest break change (#99) For behavior change: Change ``OnLogDownstreamStart``, ``OnLogDownstreamPeriodic`` and ``OnLog`` methods so that user can get the request/response's headers and trailers when producing access log. Signed-off-by: spacewander <spacewanderlzx@gmail.com>