|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.6.0 (2023-07-7) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +### Breaking changes |
| 7 | +* Refactor documentation layout and define default ports by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/688 |
| 8 | +* Refactor filter metrics into a single vector of metrics with labels by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/736 |
| 9 | +### Implemented enhancements |
| 10 | +* Add region parameters for control planes by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/696 |
| 11 | +* Add initial implementation of relay service by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/698 |
| 12 | +* Add environment variables to config providers by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/707 |
| 13 | +* Add test for relay proxy routing (and support for file providers) by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/710 |
| 14 | +* Resolve DNS asynchronously by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/721 |
| 15 | +* Update termination code to allow proxies to wait until all sessions expire by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/740 |
| 16 | +* Implement Agent service by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/744 |
| 17 | +* Remove shutdown_rx from downstream loop by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/742 |
| 18 | +### Fixed bugs |
| 19 | +* Add hotfix around xDS stream sometimes not responding with changes by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/683 |
| 20 | +* Refactor provider task retrying and move providers to their own module by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/702 |
| 21 | +* Workaround for mdbook-variables by @markmandel in https://github.com/googleforgames/quilkin/pull/705 |
| 22 | +* Don't drop the stream client until the function completes by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/709 |
| 23 | +* Recover when stream channel breaks by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/713 |
| 24 | +* Fix proxy not retrying from received xDS error by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/727 |
| 25 | +* Find the endpoint to delete using partial information from the server in case some information is missing by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/729 |
| 26 | +* Clamp provider retry delay to five minutes by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/733 |
| 27 | +* Improve server delete logic by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/738 |
| 28 | +### Security fixes |
| 29 | +* Migrate image to supported distroless tag by @markmandel in https://github.com/googleforgames/quilkin/pull/693 |
| 30 | +### Other |
| 31 | +* Updates for 0.6.0-dev by @markmandel in https://github.com/googleforgames/quilkin/pull/681 |
| 32 | +* Add warning when watcher fails to send an update by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/684 |
| 33 | +* Remove unneeded pin requirement by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/692 |
| 34 | +* Strip Config of all service specific configuration for now by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/694 |
| 35 | +* Add debug line for cli parameters by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/706 |
| 36 | +* Add filter chain discovery to the relay by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/703 |
| 37 | +* Bump golang.org/x/net from 0.4.0 to 0.7.0 in /build/ci/github-bot by @dependabot in https://github.com/googleforgames/quilkin/pull/708 |
| 38 | +* Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.1.0 in /build/ci/github-bot by @dependabot in https://github.com/googleforgames/quilkin/pull/715 |
| 39 | +* `continue` rather than `return` upon receiving invalid gameserver by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/724 |
| 40 | +* Refactor drop into a single metric, change filters to return a result by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/722 |
| 41 | +* Include debug info on unknown server in warning by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/732 |
| 42 | +* Add experimental notification in the docs by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/730 |
| 43 | +* Use GitHub's Changelog Generation by @markmandel in https://github.com/googleforgames/quilkin/pull/735 |
| 44 | +* Add initial implementation of QCMP by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/676 |
| 45 | +* Update Rust to 1.69.0 and update dependencies by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/745 |
| 46 | +* Fix probuf link in docs by @markmandel in https://github.com/googleforgames/quilkin/pull/753 |
| 47 | +* Move session expiry to debug logging. by @markmandel in https://github.com/googleforgames/quilkin/pull/754 |
| 48 | +* Update examples to work with upcoming 0.6.0 by @markmandel in https://github.com/googleforgames/quilkin/pull/755 |
| 49 | +* Update Docs for 0.6.0 Release by @markmandel in https://github.com/googleforgames/quilkin/pull/756 |
| 50 | +* Downgrade trust-dns-resolver by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/748 |
| 51 | +* Improve missing gameserver warning by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/743 |
| 52 | +* Add GDC presentation to documentation. by @markmandel in https://github.com/googleforgames/quilkin/pull/757 |
| 53 | + |
| 54 | +## New Contributors |
| 55 | +* @dependabot made their first contribution in https://github.com/googleforgames/quilkin/pull/708 |
| 56 | + |
| 57 | +**Full Changelog**: https://github.com/googleforgames/quilkin/compare/v0.5.0...v0.6.0 |
| 58 | + |
3 | 59 | ## [v0.5.0](https://github.com/googleforgames/quilkin/tree/v0.5.0) (2023-01-11) |
4 | 60 |
|
5 | 61 | [Full Changelog](https://github.com/googleforgames/quilkin/compare/v0.4.0...v0.5.0) |
|
0 commit comments