Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Holmes <[email protected]>
  • Loading branch information
alecholmez committed Jun 28, 2022
1 parent 8c53ec3 commit 1d7ad18
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## Release v0.10.2

### Changed

- Documentation rewrite in the `/docs` folder (#520)
- Updated go module version to 1.16 (#536)
- Exposed `ApiTypePrefix` (#553)

### Added

- Initial support of the Virtual Host Discovery Service VHDS (#529)
- Added linear cache method `UpdateResources` (#546)

### Fixed

- Scoped routes consistency check (#515)
- Scoped routes references (#518)
- Fixed go routine leaks in server unit tests (#519)
- Linear cache no longer requires linear time for applying delta updates (#547)

## Release v0.10.1

### Changed

- Envoy Protos Commit SHA: `9cc74781d818aaa58b9cca9602fe8dc62181…`
### Fixed

- Release to fix broken `GOSUMDB` checksum when using `v0.10.0`. Please pin to this release and ignore `v0.10.0`.


## Release v0.10.0

### Added
Expand Down

0 comments on commit 1d7ad18

Please sign in to comment.