Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
* Changes for upcoming release
* Small tweaks to the release process

Work om #964
  • Loading branch information
markmandel committed Aug 14, 2024
1 parent ee0b70f commit b988028
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 7 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
# Changelog

# v0.9.0 (2024-08-14)

## What's Changed
### Breaking changes
* Remove idle request interval for agent by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/946
### Implemented enhancements
* Implement remaining proxy tests by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/916
* Add node address selection via type and ip kind by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/934
* Add PortPolicy::None by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/940
* Add some performance optimizations by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/944
* Upgrade Agones to 1.40.0 + CRD changes by @markmandel in https://github.com/googleforgames/quilkin/pull/945
* Add an optimized token router filter by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/948
* Build single token -> address map by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/978
### Fixed bugs
* Fix timestamp/duration unit confusion by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/921
* Fix safety issue by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/922
* Fix phoenix http by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/926
* Don't run `add_host_to_datacenter` by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/931
* Fix infinite loop by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/956
* Ignore config maps for agents by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/957
* Fix relay listener updates by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/966
* Increase downstream->upstream buffer by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/969
* Cap error heap usage by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/987
### Security fixes
* cargo update + flake fixes by @markmandel in https://github.com/googleforgames/quilkin/pull/930
### Other
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /build/ci/github-bot by @dependabot in https://github.com/googleforgames/quilkin/pull/907
* Prep for 0.9.0-dev by @markmandel in https://github.com/googleforgames/quilkin/pull/908
* Test refactor proposal by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/909
* Add more logs to phoenix service by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/913
* Reenable test by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/914
* Update to Rust 1.77.0 by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/912
* Make idle request logs debug by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/915
* Add change detection log by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/917
* Add debugging to phoenix http service by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/919
* Make unknown gameserver log debug by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/923
* Slight test improvements by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/925
* Bump golang.org/x/net from 0.19.0 to 0.23.0 in /build/ci/github-bot by @dependabot in https://github.com/googleforgames/quilkin/pull/928
* Upgrade Agones CRD by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/937
* Update kube to 0.91 by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/941
* Add kube@0.91 to skip-tree by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/943
* Remove manual build of rust-linux-darwin-builder by @markmandel in https://github.com/googleforgames/quilkin/pull/947
* Add test for hashed token router by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/950
* Move related crates into crates directory by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/961
* Always build token maps by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/962
* Move xDS and protobuf definitions into separate crates. by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/963
* Nuke non-delta streams by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/965
* Move MaxmindDb::lookup to session creation by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/968
* Guide: Show command options for `manage providers` by @markmandel in https://github.com/googleforgames/quilkin/pull/971
* Github: PR Labeler action by @markmandel in https://github.com/googleforgames/quilkin/pull/972
* Build tooling updates and fixes. by @markmandel in https://github.com/googleforgames/quilkin/pull/974
* Update agent documentation by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/976
* Make xDS library generic over any resource type. by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/967
* Update crates by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/977
* Cleanup by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/979
* Rename HashedTokenRouter -> TokenRouter by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/980
* Reduce ASN related allocations by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/991
* Generate reference docs from proto files by @markmandel in https://github.com/googleforgames/quilkin/pull/982
* Update crates/cargo-deny by @Jake-Shadle in https://github.com/googleforgames/quilkin/pull/992


**Full Changelog**: https://github.com/googleforgames/quilkin/compare/v0.8.0...v0.9.0

# v0.8.0 (2024-03-13)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "quilkin"
version = "0.9.0-dev"
version = "0.9.0"
authors = [
"Mark Mandel <markmandel@google.com>",
"Ifeanyi Ubah <ifeanyi.ubah@embark-studios.com>",
Expand Down Expand Up @@ -65,7 +65,7 @@ test = false

[dependencies]
# Local
quilkin-macros = { version = "0.9.0-dev", path = "./crates/macros" }
quilkin-macros = { version = "0.9.0", path = "./crates/macros" }
xds = { path = "crates/xds" }
quilkin-proto.workspace = true

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Not to be used in production systems.

### Releases

* v0.9.0 ([guides](https://googleforgames.github.io/quilkin/v0.9.0/book/),
[api](https://googleforgames.github.io/quilkin/v0.9.0/api/quilkin/),
[macros](https://googleforgames.github.io/quilkin/v0.9.0/api/quilkin_macros/))
* v0.8.0 ([guides](https://googleforgames.github.io/quilkin/v0.8.0/book/),
[api](https://googleforgames.github.io/quilkin/v0.8.0/api/quilkin/),
[macros](https://googleforgames.github.io/quilkin/v0.8.0/api/quilkin_macros/))
Expand Down
4 changes: 2 additions & 2 deletions build/templates/release-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
- [ ] Update Cargo version for release
- [ ] Edit the `version` field in `./Cargo.toml` and remove the `-dev` suffix.
- [ ] Edit the `quilkin-macros` dependency in `./Cargo.toml` and remove the `-dev` suffix.
- [ ] Edit the `version` field in `./macros/Cargo.toml` and remove the `-dev` suffix.
- [ ] Edit the `version` field in `./crates/macros/Cargo.toml` and remove the `-dev` suffix.
- [ ] cd to `./build/release` and run `make` to submit the cloud build
- [ ] Download all the artifacts from the cloud build.
- [ ] Review `license.html` to ensure that there aren't any new MPL, or CDDL dependencies from the last
release. If there are:
- [ ] Add the dependencies to [archive_dependencies.sh](https://github.com/googleforgames/quilkin/blob/main/build/release/archive_dependencies.sh)
so that the source is archived in the container image.
- [ ] Reset checklist back to "run `make` to submit the cloud build", and start from there again.
- [ ] Run `cd macros && cargo publish --dry-run --allow-dirty` and ensure there are no issues.
- [ ] Run `cd crates/macros && cargo publish --dry-run --allow-dirty` and ensure there are no issues.
- [ ] Run `cargo clippy` in the root directory, and ensure there are no issues.
- [ ] Add a release item to README.md "Documentation" > "Releases" list with related links in reverse chronological
order.
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "quilkin-macros"
version = "0.9.0-dev"
version = "0.9.0"
authors = ["Erin Power <erin.power@embark-studios.com>"]
license = "Apache-2.0"
description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."
Expand Down

0 comments on commit b988028

Please sign in to comment.