Skip to content

Releases: envoyproxy/examples

v0.0.13

16 Jun 20:12
9c4a7e5
Compare
Choose a tag to compare
github/deps: Recreate ci deps to resolve protobuf cve (#681)

Signed-off-by: Ryan Northey <ryan@synca.io>

v0.0.12

16 Jun 18:14
Compare
Choose a tag to compare
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

24 Mar 18:55
Compare
Choose a tag to compare
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

08 Jan 15:56
a2ad2df
Compare
Choose a tag to compare
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

06 Dec 12:11
42ac602
Compare
Choose a tag to compare
Use base64url encoding for oauth2 state parameter (#342)

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

v0.0.8

25 Nov 12:53
022ea05
Compare
Choose a tag to compare
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

19 Nov 16:53
be2e4e1
Compare
Choose a tag to compare
lua-cluster-specifier: Fix upstream flakiness (#297)

Signed-off-by: Ryan Northey <ryan@synca.io>

v0.0.6

06 Nov 18:38
f44b535
Compare
Choose a tag to compare
Update Jaeger UI and service port according to docs for jaeger exampl…

v0.0.5

05 Sep 16:49
0c210f1
Compare
Choose a tag to compare
Add nonce support to the oauth2 example verifications (#129)

Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>

v0.0.4

22 Aug 09:53
0c75577
Compare
Choose a tag to compare
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>