Changes in version 1.2.7 - Removed webmockr::RequestPattern from all unit tests. Changes in version 1.2.6 - Fixed an issue with a test helper that was causing tests to fail. Changes in version 1.2.5 (2023-11-25) - Update docs to include information on Docker tags. Changes in version 1.2.4 (2023-09-30) - Fixed incorrect argument name in internal documentation. Changes in version 1.2.3 - Removed all verbatim chunks (marked by three backticks) in help docs, to meet new CRAN requirements. - Documented package with "_PACKAGE" sentinel to meet new CRAN requirements. Changes in version 1.2.2 (2022-08-14) - Removed all center attributes in tags, in line with new CRAN policy. Changes in version 1.2.1 - Fixed a bug that was preventing lambdr from identifying events coming from AWS SNS. - Default to the formatter_paste log formatter instead of formatter_glue, which can cause issues when logging JSON objects. Changes in version 1.2.0 (2022-04-23) - Added html_response for sending bespoke responses to API Gateways. Changes in version 1.1.0 (2021-11-15) - Removed setup_logging. Logging thresholds can be changed directly with logger::log_threshold. An example has been added to ?start_lambda. - Improved documentation for how deserialisation works in README and ?lambdr. - Minor changes for CRAN submission. Changes in version 1.0.0 - Initial release