Rust SDK 0.3.1
Added
downstream_client_ip_addr()gets the IP address of the downstream client, when it is known.Geolocation information for IP addresses is now available in the
fastly::geomodule.
Changed
- The
#[fastly::main]attribute now can be applied to a function of any name, not just one calledmain.
Prior change: Rust SDK 0.3.0
Following change: Rust SDK 0.3.2