- 5602deec7: chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 in /proxyd
- 6b3cf2070: Remove useless logging
- 9cc39bcfa: Add support for global method override rate limit
- 30db32862: Include nonce in sender rate limit
- b9bb1a98a: proxyd: Add req_id to log
- 6de891d3b: Add sender-based rate limiter
- e9f2c701: Allow disabling backend rate limiter
- ca45a85e: Support pattern matching in exempt origins/user agents
- f4faa44c: adds server.log_level config
- b3c5eeec: Fixed JSON-RPC 2.0 specification compliance by adding the optional data field on an RPCError
- 01ae6625: Adds new Redis rate limiter
- 6bb35fd8: Add customizable whitelist error
- 7121648c: Batch metrics and max batch size
- b82a8f48: Add logging for origin and remote IP'
- 1bf9559c: Carry over custom limit message in batches
- 157ccc84: Support per-method rate limiting
- dc4f6a06: Add logging/metrics
- b6f4bfcf: Add frontend rate limiting
- 406a4fce: Unwrap single RPC batches
- 915f3b28: Parameterize full RPC request logging
- 063c55cf: Use canned response for eth_accounts
- 58dc7adc: Improve robustness against unexpected JSON-RPC from upstream
- 552cd641: Fix concurrent write panic in WS
- 6f458607: Bump go-ethereum to 1.10.17
- d79d40c4: proxyd: Proxy requests using batch JSON-RPC
- 2a062b11: proxyd: Log ssanitized RPC requests
- d9f058ce: proxyd: Reduced RPC request logging
- a4bfd9e7: proxyd: Limit the number of concurrent RPCs to backends
- 08329ba2: proxyd: Record redis cache operation latency
- ae112021: proxyd: Request-scoped context for fast batch RPC short-circuiting
- 160f4c3d: Update docker image to use golang 1.18.0
- ae18cea1: Don't hit Redis when the out of service interval is zero
- acf7dbd5: Update to go-ethereum v1.10.16
- 527448bb: Handle nil responses better
- 3c2926b1: Add debug cache status header to proxyd responses
- 096c5f20: proxyd: Allow cached RPCs to be evicted by redis
- 71d64834: Add caching for block-dependent RPCs
- fd2e1523: proxyd: Cache block-dependent RPCs
- 1760613c: Add integration tests and batching
- 025a3c0d: Add request/response payload size metrics to proxyd
- daf8db0b: cache immutable RPC responses in proxyd
- 8aa89bf3: Add X-Forwarded-For header when proxying RPCs on proxyd
- 415164e1: Force proxyd build
- 4b56ed84: Various proxyd fixes
- 7b7ffd2e: Allows string RPC ids on proxyd
- 73484138: Adds ability to specify env vars in config
- 1b79aa62: Release proxyd
- b8802054: Trigger release of proxyd
- 34fcb277: Bump proxyd to test release build workflow
- da6138fd: Updated metrics, support local rate limiter
- 6c7f483b: Add support for additional SSL certificates in Docker container
- abe231bf: Make endpoints match Geth, better logging
- 6c50098b: Update metrics, support WS
- f827dbda: Brings back the ability to selectively route RPC methods to backend groups
- 8cc824e5: Updates proxyd to include additional error metrics.
- 9ba4c5e0: Update metrics, support authenticated endpoints
- 78d0f3f0: Put special errors in a dedicated metric, pass along the content-type header
- 6e6a55b1: Canary release
- b9d2fbee: Trigger releases
- 893623c9: Trigger patch releases for dockerhub
- 28aabc41: Initial release of RPC proxy daemon