|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +# v0.7.0 (2023-10-18) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +### Breaking changes |
| 7 | +* Move QCMP to a seperate port by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/741 |
| 8 | +* Rename: ConcatenateBytes ➡️ Concatenate by @markmandel in https://github.com/googleforgames/quilkin/pull/813 |
| 9 | +### Implemented enhancements |
| 10 | +* Add ASN cardinality to packet metrics by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/746 |
| 11 | +* Unit and integration test debugging enhancements by @markmandel in https://github.com/googleforgames/quilkin/pull/762 |
| 12 | +* Add logging for what endpoints are added and removed by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/774 |
| 13 | +* Add `qcmp ping` command by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/770 |
| 14 | +* add cli option for log formatting (Closes #531) by @Baschtie in https://github.com/googleforgames/quilkin/pull/784 |
| 15 | +* Locally listen on IPv4 and IPv6 addresses by @markmandel in https://github.com/googleforgames/quilkin/pull/788 |
| 16 | +* Add --idle-request-interval-secs by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/790 |
| 17 | +* Examples for relay configuration by @markmandel in https://github.com/googleforgames/quilkin/pull/807 |
| 18 | +* Add quickstart for the relay setup by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/772 |
| 19 | +* Integration tests for Agones Relay and Agent by @markmandel in https://github.com/googleforgames/quilkin/pull/811 |
| 20 | +* Add health checks for each service by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/802 |
| 21 | +* Refactor sessions to use socket pool by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/815 |
| 22 | +* Release aarch64-apple-darwin binary by @markmandel in https://github.com/googleforgames/quilkin/pull/829 |
| 23 | +### Fixed bugs |
| 24 | +* Fix: mdbook-variables failing on doc building. by @markmandel in https://github.com/googleforgames/quilkin/pull/764 |
| 25 | +* Fix watch on clusters, by removing inner Arc by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/773 |
| 26 | +* Late initialise upstream socket to prevent session map lock by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/781 |
| 27 | +* Fix version issue when publishing release docs by @markmandel in https://github.com/googleforgames/quilkin/pull/793 |
| 28 | +* Fix dead lock in SessionPool by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/826 |
| 29 | +### Security fixes |
| 30 | +* Update Agones to 1.33.0 by @markmandel in https://github.com/googleforgames/quilkin/pull/760 |
| 31 | +* Agones: Update simple-game-server image to latest by @markmandel in https://github.com/googleforgames/quilkin/pull/763 |
| 32 | +* Update to Rust 1.71.1 (cargo CVE-2023-38497) by @markmandel in https://github.com/googleforgames/quilkin/pull/767 |
| 33 | +* Security: Update trust-dns-resolver by @markmandel in https://github.com/googleforgames/quilkin/pull/779 |
| 34 | +* Update to Distroless based on Debian 12 by @markmandel in https://github.com/googleforgames/quilkin/pull/805 |
| 35 | +### Other |
| 36 | +* Prep: 0.7.0-dev by @markmandel in https://github.com/googleforgames/quilkin/pull/759 |
| 37 | +* Add test for Cluster::merge by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/765 |
| 38 | +* Automatically update approved PRs with automerge by @markmandel in https://github.com/googleforgames/quilkin/pull/766 |
| 39 | +* Small doc improvements by @markmandel in https://github.com/googleforgames/quilkin/pull/768 |
| 40 | +* Updated protoc-gen-validate to v1.0.2 by @markmandel in https://github.com/googleforgames/quilkin/pull/769 |
| 41 | +* Update Tokio: 1.32.0 by @markmandel in https://github.com/googleforgames/quilkin/pull/776 |
| 42 | +* Update dependencies and Rust version by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/782 |
| 43 | +* README description update by @markmandel in https://github.com/googleforgames/quilkin/pull/783 |
| 44 | +* fix timestamp warnings by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/791 |
| 45 | +* Move more logs to debug by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/796 |
| 46 | +* Refactor ClusterMap by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/785 |
| 47 | +* Move maxmind information log to debug and per-session by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/797 |
| 48 | +* Update to the latest Xonotic release. by @markmandel in https://github.com/googleforgames/quilkin/pull/799 |
| 49 | +* Fix broken Envoy link. by @markmandel in https://github.com/googleforgames/quilkin/pull/801 |
| 50 | +* Update CODEOWNERS by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/803 |
| 51 | +* Change quickstart example README.md to point to docs. by @markmandel in https://github.com/googleforgames/quilkin/pull/800 |
| 52 | +* Update Existing Examples and Quickstarts by @markmandel in https://github.com/googleforgames/quilkin/pull/808 |
| 53 | +* Update to Rust 1.73.0 by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/809 |
| 54 | +* Update dependencies by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/810 |
| 55 | +* Docs: Connect Agent and Relay to Providers by @markmandel in https://github.com/googleforgames/quilkin/pull/812 |
| 56 | +* Cloud Build: Put logs back in public bucket by @markmandel in https://github.com/googleforgames/quilkin/pull/817 |
| 57 | +* Bump golang.org/x/net from 0.7.0 to 0.17.0 in /build/ci/github-bot by @dependabot in https://github.com/googleforgames/quilkin/pull/819 |
| 58 | +* Examples: Update readiness and liveness checks. by @markmandel in https://github.com/googleforgames/quilkin/pull/821 |
| 59 | +* Make noisy relay logs debug by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/823 |
| 60 | +* Reorganise modules by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/824 |
| 61 | +* Loadtesting fixes by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/827 |
| 62 | + |
| 63 | +## New Contributors |
| 64 | +* @Baschtie made their first contribution in https://github.com/googleforgames/quilkin/pull/784 |
| 65 | + |
| 66 | +**Full Changelog**: https://github.com/googleforgames/quilkin/compare/v0.6.0...v0.7.0 |
| 67 | + |
3 | 68 | ## v0.6.0 (2023-07-7) |
4 | 69 |
|
5 | 70 | ## What's Changed |
|
0 commit comments