v0.4.0 (2022-11-11)
Breaking changes:
- Refactor configuration and builder pattern #525 (XAMPPRocky)
- Add
StaticFilter
trait #515 (XAMPPRocky)
Implemented enhancements:
- Variable substitution with mdbook: point release docs at a release branch #609
- Include image built in PR on CI Bot Result #593
- Readiness probe based on number of endpoints #590
- Docker image entrypoint should just be "/quilkin" #583
- Configure basic configuration values with command flags #572
- Be able to configure tracing/log levels #541
- Use reflectors for Agones provider API #532
- Add Metrics and logging to the xDS server #522
- Make
config::Config
compatible with xDS manager #520 - Add admin server for xDS management server #519
- e2e tests for Agones integration #510
- Switch to using
serde_json::Value
internally overserde_yaml::Value
#507 - impl
prost::Message
for filter configuration directly. #505 - xDS: Support any filter #486
- More in-depth network metrics about clients (IPv4 and IPv6) #450
- Replace listen distributor task with multithreaded
SO_REUSEPORT
task. #410 - xDS Example #233
- Total review of guide #645 (markmandel)
- Build macos binaries on ARM #636 (markmandel)
- mdbook-variables for Documentation #629 (markmandel)
- Add timestamp filter #627 (XAMPPRocky)
- Added ASN and Prefix labels to active sessions #621 (XAMPPRocky)
- Agones xDS Provider example #618 (markmandel)
- (Mostly) Build tools working on arm64 #612 (markmandel)
- Docker image entrypoint is now
/quilkin
#607 (markmandel) - Add ASN maxmind database integration #604 (XAMPPRocky)
- Add Build Images to CI results #599 (markmandel)
- Add ready probe endpoint #591 (XAMPPRocky)
- Agones + Quilkin xDS integration test. #587 (markmandel)
- Agones GameServer + Quilkin sidecar test #582 (markmandel)
- Basic Agones GameServer integration test #580 (markmandel)
- Add arguments to
quilkin run
#574 (XAMPPRocky) - Add BUILD_LOCAL to build tools #565 (markmandel)
- Clarify packet direction in traces, use base64 for bytes_to_string #563 (XAMPPRocky)
- Improve build-image incremental workflow #561 (markmandel)
- Implement xDS in Quilkin #552 (XAMPPRocky)
- Run Agones tests in CI #551 (markmandel)
- Dev: Build, Push and Test Agones Integrations #549 (markmandel)
- Tools for Agones e2e testing #545 (markmandel)
- Adding Erin to Cargo Authors. #544 (markmandel)
- Implemented Port reuse for downstream connection. #543 (markmandel)
- Test Utility to enable tracing logging. #537 (markmandel)
- Update xDS doc #528 (rezvaneh)
- Metrics for Match Filter #511 (markmandel)
- Add basic alpha version of the UE4 plugin #485 (XAMPPRocky)
Fixed bugs:
- Fatal error from too old resource version #626
- Get build tooling working on ARM/M1 Mac #608
quilkin_session_rx_bytes_total
metric seems to not be working #605- [Agones test] create_quilkin_pod should test for more than running #597
- [Agones] Removing/updating token annotation on a GameServer deoesn't update the Endpoint #589
- Metrics having no data after refactors. #588
- xDS: Locality leak on GameServer event handling #585
- Running with Management Server doesn't exit on SIGTERM #575
- Examples need updating to new config format #559
- Cant build with
cross
#530 - mdbook removing space indentation on code examples #503
- Try to recover when the main process fails #634 (XAMPPRocky)
- Fixes for example Grafana dashboard #625 (markmandel)
- Fix not receiving stream pushes #624 (XAMPPRocky)
- Change admin flag to
no-admin
, respect shutdown signal #622 (XAMPPRocky) - Docs, tests and bug fixes for /ready #602 (markmandel)
- Allow gameservers to not have port #598 (XAMPPRocky)
- Fix metrics namespace not always being present #596 (XAMPPRocky)
- Fix metric names in dashboard #595 (XAMPPRocky)
- Add LocalitySet type to ensure there aren't duplicate locality entries #592 (XAMPPRocky)
- Resubscribe to resources after disconnect, fix test flakiness #571 (XAMPPRocky)
- Catch tonic errors in xDS client loop #567 (XAMPPRocky)
- Recover xDS connection if stream terminates #566 (XAMPPRocky)
- Use status.ports rather spec.ports with Agones #562 (XAMPPRocky)
- Only search for config file when required #560 (markmandel)
- Remove cross from build tools #540 (markmandel)
- Update htmltest for test-docs #512 (markmandel)
- Multiple documentation fixes #504 (markmandel)
Security fixes:
- Fix security advisory in chrono #557 (markmandel)
Closed issues:
- Release 0.4.0 Requirements #546
- Add guide documentation for UE4 Plugin #524
- Add guide documentation for xDS server #523
- Release 0.3.0 #499
- Add metrics to
Match
filter. #453 - Proposal: Cut 0.3.0 Release. #444
- Message queues should drop when full #380
- Regex Filter #316
- Alternatives to proto submodules #169
- Consider alternative formats for documenting config parameters #149
Merged pull requests:
- Update release instructions to remove
-debug
#646 (markmandel) - Consistency of "packets_dropped_total" metric #641 (markmandel)
- Update to Rust 1.65.0 #640 (XAMPPRocky)
- Implement string interning and symbol resolution for metadata keys #638 (XAMPPRocky)
- Update yaml configuration documentation #635 (markmandel)
- Refactor metrics statics into free fns #633 (XAMPPRocky)
- Agones: Add token removal test. #631 (markmandel)
- Refactor filter model from Context->Response into ref mut Context #630 (XAMPPRocky)
- Connect Timestamp Filter to rest of documentation #628 (markmandel)
- Flatten proxy config section into root #623 (XAMPPRocky)
- Update dependencies #620 (XAMPPRocky)
- Remove duplicate metric #619 (XAMPPRocky)
- Sidecar Example README: Switch to relative paths #617 (markmandel)
- Use
TimedSizedCache
#616 (XAMPPRocky) - Update CODEOWNERS #615 (XAMPPRocky)
- Update to Rust 1.64.0 #614 (XAMPPRocky)
- Refactor session metrics and errors #613 (XAMPPRocky)
- remove unwrap #606 (XAMPPRocky)
- Add short poll to xDS clients as workaround, improve xDS tracing #603 (XAMPPRocky)
- Remove allocated check for deleted gameserver events #594 (XAMPPRocky)
- Relax trait bounds for Default, Deserialize, and Serialize for Slot<T> #581 (XAMPPRocky)
- Move proxy::Server to Proxy and sessions::session to sessions #578 (XAMPPRocky)
- Update example configurations to new format #577 (markmandel)
- Update configuration reference docs #576 (markmandel)
- Refactor CLI organisation, and improve termination #570 (XAMPPRocky)
- Extend
fs::write
test delay, and remove admin server from test to prevent flakiness #569 (XAMPPRocky) - Update to Rust 1.63.0 #568 (XAMPPRocky)
- Use base64 when logging token, add fmt::Display impl for metadata::Value #554 (XAMPPRocky)
- Cleanup of licences and advisories #550 (markmandel)
- Delete Go based xDS #548 (markmandel)
- build/Makefile - convert spaces to tabs #547 (markmandel)
- General testing cleanup #539 (markmandel)
connect()
Sessions socket to Endpoint address #538 (markmandel)- Upgrade Tokio to 1.19.2 #536 (markmandel)
- Update to Rust 1.61.0 #535 (XAMPPRocky)
- Update link to DiscoveryRequest #533 (XAMPPRocky)
- Update to Rust 1.60 #526 (XAMPPRocky)
- Replace serde_yaml with serde_json internally #518 (rezvaneh)
- Use htmltest binary not build from source #516 (markmandel)
- Add conversion to protobuf for most core types #514 (XAMPPRocky)
- Update xDS APIs #502 (XAMPPRocky)
- Preparation for 0.4.0 #501 (markmandel)
- Refactor ClusterManager into SharedCluster #493 (XAMPPRocky)
- Refactor FilterManager into SharedFilterChain #491 (XAMPPRocky)
- Refactor Metrics Registry into public static #490 (XAMPPRocky)
- Refactor FilterRegistry into private static #489 (XAMPPRocky)
- Add
Debug
forFilterChain
andFilterManager::with_dynamic
#487 (XAMPPRocky)
v0.3.0 (2022-03-02)
Breaking changes:
- Remove
extensions
from filter identifiers #484 (XAMPPRocky) - Add auto-generation of JSON schema. #478 (XAMPPRocky)
- Add regex capture and rename capture_bytes to capture #458 (XAMPPRocky)
- Add matches filter #447 (XAMPPRocky)
- Add
metadata::Value
#436 (XAMPPRocky) - Add a ttl map and support ratelimiting per IP address #406 (iffyio)
Implemented enhancements:
- Upgrade to Tokio 1.16.0 #475
- Changing dynamic metadata from
Any
. #433 - Provide stack traces for runtime errors. #418
- Accept Docker service hostnames in addition to IP addresses in configuration. #415
- Limit LocalRateLimit per IP #405
- Add support for version based packet processing #401
- Add abstraction for filter state lookup #375
- CI: link checking on documentation #367
- Allowlist filter #343
- Metric: Total Packet Processing time #292
- Add an ID field to filters #174
- Blocklist Filter #158
- Implement a control plane #131
- Filter Idea: Rate limiting #5
- Benchmark comparing read and write throughput #479 (markmandel)
- Update Rust to 1.58.1 #473 (XAMPPRocky)
- Add Pass & Drop filters, Refactor
Match
config #472 (XAMPPRocky) - management-server: update metrics and doc #469 (iffyio)
- Example Grafana Graph for Packet Processing Times #452 (markmandel)
- CI: Documentation test gen, links, images, etc. #449 (markmandel)
- Metric: Total Packet processing time #441 (markmandel)
- xds-server updates #437 (iffyio)
- Add "Rust Doc" link to each Filter #434 (markmandel)
- Documentation for Firewall filter #432 (markmandel)
- Code: Firewall filter #416 (markmandel)
- Support clear bot history on new build #390 (devharis)
- replace slog with tracing in Filter #385 (rezvaneh)
- XDS Management Server #360 (iffyio)
Fixed bugs:
- XDS backoff is broken #461
- 404 on FAQ link in main branch docs. #443
- Fix exponential backoff on xds client retry #465 (markmandel)
- archive_dependencies.sh: Handle no dependencies #463 (markmandel)
- xds: delete snapshot for disconnected proxies #462 (iffyio)
- Docs: Fix broken links #445 (markmandel)
- Fix bug archiving dependencies #442 (markmandel)
- Save iperf3 metrics.json in /quilkin #438 (markmandel)
- Fixes for filter documentation #431 (markmandel)
Security fixes:
- Upgrade Tokio for RUSTSEC-2021-0124 #439 (markmandel)
Closed issues:
- Rename
Matches
toMatch
. #454 - Refactor to source/destination rather than to/from #448
- lack of example of Client Proxy to Separate Server Proxies Pools #403
- Release 0.2.0 #398
- Move from
slog
totracing
#317 - Filter Naming Scheme #291
- [bot] Hide Old Comment On Push #266
- Performance Testing #14
Merged pull requests:
- Release 0.3.0 #500 (markmandel)
- Update CODEOWNERS #498 (XAMPPRocky)
- Update dependencies #497 (XAMPPRocky)
- Update to Rust 1.59 #496 (XAMPPRocky)
- Update xds.md #495 (XAMPPRocky)
- Increase Cloud Build timeout to 2h #492 (markmandel)
- Update clap to 3.1 #488 (XAMPPRocky)
- Update CODEOWNERS #477 (iffyio)
- Update dependencies #476 (XAMPPRocky)
- Fix 404 in docs #471 (markmandel)
- Add link to xds sample from xDS guide #470 (markmandel)
- Consistent implementation of source/dest #468 (markmandel)
- Remove src/filters/extensions #467 (markmandel)
- Remove
slog-json
from archive_dependencies.sh #466 (markmandel) - Document Filter naming conventions #464 (markmandel)
- Completely remove
slog
and replace withtracing
#457 (XAMPPRocky) - Update to Rust 1.57 #455 (XAMPPRocky)
- Fix licence field in macros Cargo.toml #451 (markmandel)
- xds-server: Create informers before starting informer factory #446 (cheahjs)
- Align Filter Chain metrics with conventions #440 (markmandel)
- Move xds-management-server to the top-level #435 (XAMPPRocky)
- Refactor AdsClient and switch backoff with tryhard #430 (XAMPPRocky)
- Remove reqwest from dev-dependencies #429 (XAMPPRocky)
- Update to Rust 1.56 and 2021 edition #428 (XAMPPRocky)
- Add RUSTSEC-2020-0159 to ignore list #425 (XAMPPRocky)
- Update dependencies #424 (XAMPPRocky)
- Add eyre for error reporting #423 (XAMPPRocky)
- Move iPerf benchmark to use Docker #421 (XAMPPRocky)
- Replace
SocketAddr
withEndpointAddress
#419 (XAMPPRocky) - Update prometheus to 0.13 #414 (XAMPPRocky)
- Update to Rust 1.55.0 #413 (XAMPPRocky)
- Preparation for 0.3.0 #402 (markmandel)
- GitHub: Issue and PR templates #400 (markmandel)
v0.2.0 (2021-09-22)
Breaking changes:
- Add a /config endpoint #396 (iffyio)
- Use hostname as default proxy id #391 (iffyio)
- Move to run and test subcommand setup #369 (XAMPPRocky)
- Add a type for session keys #364 (iffyio)
- Refactor Endpoint and Metadata from cluster and config into one type. #358 (XAMPPRocky)
- Move I/O and configuration out of runner::run #350 (XAMPPRocky)
- Filter Extension Re-organisation #293 (XAMPPRocky)
Implemented enhancements:
- Make a quilkin crate #232
- Always backoff and retry management server #392 (iffyio)
- Hash load balancer #381 (gilesheron)
- CI: Add cross compile and basic image test #370 (markmandel)
make docs
to preview documentation locally #366 (markmandel)- Add "examples" page to the documentation. #362 (markmandel)
- GH Action: Sizing labels on PRs #353 (markmandel)
- Add
cargo-deny
to CI by adding tomake test
#340 (markmandel) - Add a companies using Quilkin section #335 (luna-duclos)
- Add naive benchmark #321 (XAMPPRocky)
Fixed bugs:
- Fix duplicate metric registration for filters #397 (iffyio)
- Include endpoint token and metadata from cluster update #359 (iffyio)
- Fix for change: --filename to --config #355 (markmandel)
Security fixes:
- Security: Updated tokio + prost-types dependencies #341 (markmandel)
Closed issues:
- Add admin endpoints to introspect proxy config #394
- Review Docs: Writing Custom Filters for API changes #373
- Create monthly community meeting #372
- Build:
make docs
to preview documentation locally #365 - Add Cargo Deny to
make test
#327 - Release 0.1.0 #325
- 0.1.0 Release Schedule #313
- Refactor Filter Module Structure #280
- review metrics to prevent high-cardinality data #263
Merged pull requests:
- Release 0.2.0 #399 (markmandel)
- Docs: Updated Custom Filters #395 (markmandel)
- Exit on SIGTERM #393 (iffyio)
- Update custom filter example and add CI #389 (markmandel)
- Add github CODEOWNERS file #388 (iffyio)
- Remove test subcommand from clap for 0.2 #386 (XAMPPRocky)
- README: Add community meetings #377 (markmandel)
- Fix 404: Writing Custom Filters #376 (markmandel)
- Delete filter_registry.rs #368 (XAMPPRocky)
- Update doc links #363 (iffyio)
- Better language on using.md #361 (markmandel)
- Remove redundant cfg(test) #357 (XAMPPRocky)
- Fix README.md development documentation links #356 (markmandel)
- Remove initial xds update delay #354 (iffyio)
- Remove need for nightly in CI and developer guide #352 (markmandel)
- Update to Rust 1.54.0 #351 (XAMPPRocky)
- Documentation snapshot/release README.md section #348 (markmandel)
- Oops, most of the badges didn't have links #342 (markmandel)
- Make licence explicit in Cargo.toml #338 (markmandel)
- Fixed README.md typo: where -> were #337 (moppius)
- Add announcements to the README #336 (markmandel)
- Move packet buffer to heap #334 (iffyio)
- Update BRANDING.md #333 (thisisnotapril)
- Create BRANDING.md #332 (thisisnotapril)
- Fix link to twitter page #331 (markmandel)
- Preparation for 0.2.0 #329 (markmandel)
- Add mdbook and GitHub pages deployment #319 (XAMPPRocky)
- Cleanup other parts of the public API. #308 (XAMPPRocky)
v0.1.0 (2021-07-09)
Implemented enhancements:
- Regular updates to Nightly for CI build step #287
- Convention: quilkin.yaml file #270
- Write a github PR comment notifier for cloudbuilds #259
- Idea: Proc macro for creating filters/filter factories #248
- Add cargo-deny config #239
- Example: Grafana dashboard(s) #234
- Examples for Alpha Launch #228
- Create release process + checklist #213
- Create linux docker images on release #201
- Metrics: Packet processing time #167
- Make metric port configurable #101
- Add support to invoke filter chain in reverse order #92
- Version configuration #77
- FilterChain for each Session #75
- [Alpha Release] Let's write some documentation #62
- Cross Compilation #19
- Expose Metrics #11
- gRPC configuration management control plane API #10
- Filter idea: Simple routing with every packet having the connection id appended #8
- Basic non-transparent UDP proxying from Receiver to all endpoints #7
- Basic non-transparent UDP proxying from Sender to Receiver #6
- [Client] LB across multiple endpoints? #3
- Design and Implementation of Filters #1
- Make + Docker toolchain for development #303 (markmandel)
- Example Grafana dashboard for Quilkin Metrics #300 (markmandel)
- Quilkin logo and Quilly the mascot #289 (markmandel)
- Add rust-toolchain.toml to project #249 (markmandel)
- Quickstart for Agones + Quilkin #235 (markmandel)
- Quickstart using netcat #231 (markmandel)
- Usage documentation #230 (markmandel)
- Agones and Xonotic Examples #229 (markmandel)
- Release checklist #226 (markmandel)
- Create a CHANGELOG.md on release #225 (markmandel)
- Add /live health endpoint to admin server #221 (markmandel)
- Release and Debug image release pipeline #214 (markmandel)
- Build Windows & Linux Binaries in Cloud Build #209 (markmandel)
- Document xDS, filter/endpoint metadata #203 (iffyio)
- Implementation and test of Filter ordering #198 (markmandel)
- Add xDS metrics #195 (iffyio)
- on_read & on-write config for ConcatenateBytes #186 (markmandel)
- Documentation for the Compress filter #181 (markmandel)
- Add XDS Filter implementation #171 (iffyio)
- Implementation of Compression Filter. #162 (markmandel)
- xds fail fast on invalid URI #161 (iffyio)
- Endpoint metadata support from static config #160 (iffyio)
- Generate proto files for XDS filter configs #159 (iffyio)
- Include metadata for XDS endpoints #154 (iffyio)
- Add dynamic proxy configuration #150 (iffyio)
- Add session metrics to docs #143 (iffyio)
- Add example integration architecture documentation #139 (markmandel)
- Add an overview to the documentation #137 (markmandel)
- EndpointAuthentication filter #135 (markmandel)
- Add a ClusterManager abstraction #128 (iffyio)
- Authentication Token Capture Filter #118 (markmandel)
- Add XDS client #115 (iffyio)
- Add XDS logic for cluster and endpoints #112 (iffyio)
- Concat Byte Filter #111 (markmandel)
- Add xds proto code generation #108 (iffyio)
- Be able to pass data between Filters #107 (markmandel)
- Add test helper to manage test resources #106 (iffyio)
- Add GRPC proto submodules #105 (iffyio)
- Added ConnectionConfig to CreateFilterArgs #93 (markmandel)
- Add rate limiter metrics #87 (iffyio)
- Add rate limiter config and integration test #81 (iffyio)
- Convert connection_id's to base64 byte arrays #79 (markmandel)
- Validate that addresses are unique #74 (markmandel)
- Lazy instantiation of Filters #71 (markmandel)
- Add local rate limiting #69 (iffyio)
- Add Validation to Config #68 (markmandel)
- Implementation of endpoint_receive_filter #59 (markmandel)
- Implementation of endpoint_send_filter #58 (markmandel)
- Session should track Endpoint as destination #57 (markmandel)
- Add client proxy load balancing support #56 (iffyio)
- Implementation of local_send_filter #55 (markmandel)
- Implementation of local_receive_filter #53 (markmandel)
- Add recv_addr to endpoint_receive_filter #51 (markmandel)
- Implementation of FilterChain #45 (markmandel)
- Implementation of DebugFilter #44 (markmandel)
- Cleanup Server > run - run_recv_from #43 (markmandel)
- Integration Test for client->server and back #38 (markmandel)
- Expand Filter Trait for sending and receiving #37 (markmandel)
- Ability to be a library and binary #36 (markmandel)
- Stub for default filters #35 (markmandel)
- Implementation of Filter API and FilterRegistry #33 (markmandel)
- Implementation of the Filter data structure. #31 (markmandel)
- Implementation of Session expiration. #27 (markmandel)
- Track expiration times for Sessions #26 (markmandel)
- Architecture diagram for README page. #15 (markmandel)
Fixed bugs:
- CI should use stable clippy #281
- ICE when running
cargo +nightly test
. #276 - Flaky Test: local_rate_limit tests #177
- Bug: Changelog didn't have the version #324 (markmandel)
- Bugs/cleanup in netcat quickstart #322 (markmandel)
- Remove
name
from all examples and configurations #295 (markmandel) - Fix release cloudbuild with rust-toolchain.yaml #255 (markmandel)
- Fix rate limiter flaky test #178 (iffyio)
- Don't panic on debug when packets aren't utf-8 #156 (markmandel)
- Fix bug in UpstreamEndpoints::retain #145 (markmandel)
- Run clippy first in CI #100 (iffyio)
- Filters shouldn't require configs #96 (markmandel)
Closed issues:
- Dev: make it easier to make build a container #296
- Give Quilkin Bot Art #278
- Add Error Handling Library #269
- Design Question:
FilterFactory::name
returningString
#251 - Use
rust-toolchain
to manage Rust version. #241 - Migrate CI build step to Artifact Registry #202
- Refactor Compress Filter with on_read & on_write configuration #196
- Refactor Filter to have
read
andwrite
methods #192 - Move deny warnings to CI #189
- CI: Reuse downloaded / compiled libraries between steps #173
- Mark a configuration as having passed validation before using it #172
- Pass shutdown channel to run_prune_sessions #165
- Implement session close inside drop #164
- Is there a benefit to proxy_mode? #163
- Avoid need to clone metadata keys #155
- Set log level #153
- Remove name field from Endpoint objects #152
- Do not parse packets as utf8 #151
- Refactor UpstreamEndpoints retain to return enum #146
- Avoid copying endpoints list for every packet #138
- Proxy config file format #130
- Add default method impl to Filter trait #124
- Use custom struct implementation for filter values #122
- Add documentation entry for filter values #121
- Public chat room #119
- Refactor Client.lb_policy into it's own filter #103
- FilterChain: Arguments should be a context object, and return a response object #94
- Add helper to manage test resources #84
- Add clippy to ci #82
- Consolidate Filter Trait to two functions #80
- Add health endpoint #73
- Avoid unnecessary cloning in Filter trait #72
- Use a consistent pattern for error handling #67
- Filter Idea: Compression Filter #47
- Should sender/receiver be client/server as concepts? #22
- Integration Tests #4
- Continuous Integration #2
Merged pull requests:
- Release 0.1.0 #326 (markmandel)
- Ignore priority/wontfix for changelog #323 (markmandel)
- Tweaks to release checklist. #314 (markmandel)
- Move Cloud Build test and release to Makefile #312 (markmandel)
- Exclude items from crate #311 (markmandel)
- Remove redundant clones #307 (XAMPPRocky)
- Nightly builds of CI and Release Cloud Build Steps #306 (markmandel)
- Use
thiserror
for Error definitions #304 (XAMPPRocky) - Fix for Apache Licence header #302 (markmandel)
- Fix metric typo in proxy documentation #299 (markmandel)
- Center image in README #298 (XAMPPRocky)
- Add Prometheus scraping to Xonotic example #297 (markmandel)
- Update release checklist to include quilkin-macros #294 (markmandel)
- Output the rust version for each build. #288 (markmandel)
- Refactor and break out top-level filter module. #286 (XAMPPRocky)
- Use
include_str!
instead ofdoc(include)
#284 (XAMPPRocky) - Use channel size of 1 to send xds updates #283 (iffyio)
- Fixes from clippy #282 (XAMPPRocky)
- Add default configuration file conventions. #279 (XAMPPRocky)
- Use 2018 mod style #277 (XAMPPRocky)
- Use sampled logging for token router errors #275 (iffyio)
- Reject config if it contains unknown fields #274 (iffyio)
- Wait for execution result channel before recving #273 (iffyio)
- Token Router: Note about token authorship #271 (markmandel)
- Remove Session metric upstream & downstream labels #268 (markmandel)
- Implement Github notification bot. #264 (markmandel)
- Add execution measurement metrics to
FilterChain
#262 (XAMPPRocky) - Update dependencies, add deny.toml #261 (XAMPPRocky)
- Fix links in rustdoc documentation #260 (XAMPPRocky)
- Use clap macros for about and name info #257 (XAMPPRocky)
- Improvements to Agones+Xonotic examples #254 (markmandel)
- Add shutdown-rx to SessionManager::run_prune_sessions #253 (XAMPPRocky)
- Add proc-macro for importing protobuf and defining filter IDs. #252 (XAMPPRocky)
- Roadmap Complete - Remove from README #250 (markmandel)
- Update Rust version to 1.51 #247 (XAMPPRocky)
- Clippy fixes #246 (XAMPPRocky)
- Refactor UpstreamEndpoints::retain #245 (XAMPPRocky)
- Close Session on drop, refactor
SessionManager::prune_sessions
#244 (XAMPPRocky) - Add documentation for writing filters #243 (iffyio)
- Add missing licences. #242 (markmandel)
- Point COC contact to a Google Group. #240 (markmandel)
- It's a FAQ #238 (markmandel)
- Prepare to be released on crates.io #237 (markmandel)
- Updates to README.md #236 (markmandel)
- iperf3 performance testing example #227 (markmandel)
- Merge sessions map and pruning logic #224 (iffyio)
- Debug Filter: Capitalise log statement. #223 (markmandel)
- Tick off gRPC configuration management control plane API #222 (markmandel)
- Pull
Admin
module out ofMetrics
#220 (markmandel) - Missing
source
inClusterManager
logger. #219 (markmandel) - Fix
Admin
Config model and documentation #218 (markmandel) - Update slog and update logging to be consistent #217 (markmandel)
- Fix old comment on Config. #216 (markmandel)
- Move setup logic to lib to enable reuse #215 (iffyio)
- Update proto submodules #212 (iffyio)
- Wrap metadata keys in Arc #211 (iffyio)
- Add xDS integration test #210 (iffyio)
- Expose binary version as debug/release #208 (markmandel)
- Add validated config type #207 (iffyio)
- Use the same metrics registry for filters #206 (iffyio)
- Move deny warnings to CI #205 (markmandel)
- Migrate Container Registry ➡ Artifact Registry #204 (markmandel)
- Mention filter reverse ordering in docs #200 (iffyio)
- Ticking off roadmap items #199 (markmandel)
- Refactor Compress with on_read & on_write config #197 (markmandel)
- Rename Filter to align with Envoy concepts #194 (markmandel)
- Add proto config for all filters #193 (iffyio)
- Use an async task pool to process packets #191 (iffyio)
- Enable XDS filter manager #190 (iffyio)
- Add Ifeanyi to the authors file #187 (markmandel)
- Replace warp with hyper for http server impl #184 (iffyio)
- Remove doctest workaround for proto generated comments #183 (iffyio)
- Reuse config deserialization logic across filters #182 (iffyio)
- Add proxy configuration reference to README.md #180 (markmandel)
- Integration test for Compress filter #179 (markmandel)
- Improve Cloud Build build times #176 (markmandel)
- Reuse static config deserialise logic #175 (iffyio)
- Upgrade to Tokio 1.0 #170 (markmandel)
- Removal of Proxy Mode #168 (markmandel)
- Perf improvements #166 (iffyio)
- Bunch of files without licences #157 (markmandel)
- Updated to the Roadmap #148 (markmandel)
- Update proxy configuration format #144 (iffyio)
- Fix for CI grabbing submodules #142 (markmandel)
- Default Filter trait implementation #141 (markmandel)
- Add wrapper over Endpoints #140 (iffyio)
- Remove remanining returns of Tokio Result #136 (iffyio)
- Fix unit test for CaptureBytes #134 (markmandel)
- Rename CaptureBytes context_key ➡ metadata_key #133 (markmandel)
- Refactor Filter Values to Dynamic Metadata #132 (markmandel)
- Replace oneshot shutdown signal with watch channel #129 (iffyio)
- Updated development and community documentation #127 (markmandel)
- Upgrade Rust toolchain #126 (markmandel)
- Make LoadBalancer a filter #125 (iffyio)
- Typo: ConcatBytes ➡ ConcatenateBytes #117 (markmandel)
- Docs: Config is an object not an any #116 (markmandel)
- Removal of client->connection_id #114 (markmandel)
- Rename DebugFilter -> Debug to avoid redundancy #113 (markmandel)
- Let's clippy our tests 👍 #110 (markmandel)
- Use builder to create Config #109 (iffyio)
- Pass context objects in filter APIs #102 (iffyio)
- Validate config from external docs #99 (iffyio)
- Refactor: debug_filter -> debug #95 (markmandel)
- Add missing licence #91 (markmandel)
- Test utility for filters with no change. #90 (markmandel)
- Add filters docs and external doc tests support #89 (iffyio)
- Documentation for LocalRateLimit Filter Metrics #88 (markmandel)
- Add clippy to ci and fix warnings #85 (iffyio)
- Refactor Filter to two functions #83 (markmandel)
- Integration test for DebugFilter #78 (markmandel)
- Add metrics integration test #76 (iffyio)
- Cloud Build timeout to 30m #66 (markmandel)
- Add metrics support #65 (iffyio)
- End to End test for the TestFilter #64 (markmandel)
- Integration tests reusable components #61 (markmandel)
- Unit test for endpoint send & local receive filter #60 (markmandel)
- Remove redundant async and fix comment typos #54 (iffyio)
- Move TestFilters into test_utils #52 (markmandel)
- Refactor UDP Test Utils to be more flexible #50 (markmandel)
- Remove
async
from some Server functions #49 (markmandel) - Update Readme Roadmap #48 (markmandel)
- Refactor Config.get_endpoints() #46 (markmandel)
- Cleanup Server > run - run_prune_sessions #42 (markmandel)
- Server tests, drop 'server_ prefix. #41 (markmandel)
- Cleanup Server > run - run_receive_packet #40 (markmandel)
- Cleanup consistency with channel import #39 (markmandel)
- Upgrade CI to Rust 1.42.0 #34 (markmandel)
- Use Plain Terminal Logging for test output #32 (markmandel)
- Refactor Session and Server into separate modules #29 (markmandel)
- Cloud Build CI implementation #28 (markmandel)
- Upgrade dependencies. #25 (markmandel)
- Tests for Server::run #24 (markmandel)
- Rename sender/receiver to client/server #23 (markmandel)
- Tests for Session::new #21 (markmandel)
- Test for Server::process_receive_packet_channel #20 (markmandel)
- Test for Server::process_receive_socket #18 (markmandel)
- Test for Server::ensure_session #17 (markmandel)
- Test for Session::send_to #16 (markmandel)
* This Changelog was automatically generated by github_changelog_generator