# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.1.5] - 2024-09-26 ### Changed - Logging reworked, logging now use Level::Info level - do not call log::set_max_level(), to avoid "panic!" in the application - "wasm32-wasi" target was renamed to "wasm32-wasip1" ## [1.1.4] - 2024-09-04 ### Fixed - Blocking logic for V3 cookies ## [1.1.3] - 2024-08-27 ### Changed - PXEnforcer::new() now takes ConfigStore name - Update dependencies ## [1.1.2] - 2024-05-22 ### Changed - Update dependencies, remove chrono ### Fixed - Code cleanup ## [1.1.1] - 2024-05-13 ### Added - GraphQL support ## [1.1.0] - 2024-04-17 ### Changed - Switched to Fastly Config store API - Update dependencies - Switched to the new block page ### Fixed - XHR redirect host - blocking mode logic - Various minor fixes / improvements ## [1.0] - 2022-01-27