Skip to content

v0.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 17:34

Docker Image

Pull the image from GitHub Container Registry:

docker pull ghcr.io/nostr-wot/nostr-wot-oracle:0.2.2

Changes

Fixed

  • HTTP API not responding - axum rate limiter required ConnectInfo<SocketAddr> to extract the client IP; without it the middleware silently dropped every request (#2). The webserver now starts and serves traffic in Docker.
  • Docker build broken - Bumped builder image from rust:1.85-slim-bookworm to rust:1.86-slim-bookworm. Newer transitive deps (icu_properties, idna_adapter) require rustc 1.86.