...

Text file src/github.com/datawire/ambassador/v2/pkg/envoy-control-plane/CHANGELOG.md

Documentation: github.com/datawire/ambassador/v2/pkg/envoy-control-plane

     1# Changelog
     2
     3## Release v0.9.8
     4
     5### Added
     6- Support for setting TTL on resources and configuring resource heartbeating
     7
     8### Changed
     9
    10- Envoy APIs are at 1d44c27ff7d4ebdfbfd9a6acbcecf9631b107e30
    11- server: exit receiver go routine when context is done
    12- cache: align struct fields
    13
    14## Release v0.9.7
    15
    16### Added
    17
    18- secrets to the cache snapshots
    19- linearly versioned cache for a single type resources
    20- version prefix to the linear cache
    21- support for arbitrary type URLs in xDS server
    22
    23### Changed
    24
    25- Envoy APIs are at 241358e0ac7716fac24ae6c19c7dcea67357e70e
    26- split `server` package into `sotw` and `rest`
    27
    28## Release v0.9.6
    29
    30### Added
    31
    32- introduce Passthrough resource type for a pre-serialized xDS response
    33
    34### Changed
    35
    36- Envoy APIs are at 73fc620a34135a16070083f3c94b93d074f6e59f
    37- update dependencies: protobuf to v1.4.2 and grpc to v1.27.0 to support protobuf v2 development
    38- protobufs are generated with protobuf v2 toolchain
    39- updates to the wellknown extension names to use non-deprecated versions
    40- use LoggersFuncs struct to reduce boilerplate in debug logging
    41- use CallbackFuncs struct to reduce boilerplate in server callbacks
    42
    43## Release v0.9.5
    44
    45### Added
    46
    47- Added integration tests for v2 and v3 versions
    48- Cache implementation is replicated into xDS v2 and xDS v3 versions. You need to add to "v2" or "v3" suffix to imports to indicate which version to use (thanks @jyotimahapatra)
    49
    50### Changed 
    51
    52- Updated Envoy SHA to 34fcdef99633947543070d5eadf32867e940694e
    53- Module requirement downgraded to go1.11
    54- `ExtAuthz` well known filter names are updated to the new Envoy format
    55
    56### Removed
    57
    58- v3 cache implementation removed GetStatusInfo and GetStatusKeys functions from the interface
    59
    60### Issues
    61
    62- `set_node_on_first_message_only` may not work as expected due to an Envoy issue

View as plain text