From 65a7b6229d14d18ec1a2a01083def6c398b7afee Mon Sep 17 00:00:00 2001 From: Na'aman Hirschfeld Date: Sat, 20 Feb 2021 16:50:54 +0200 Subject: [PATCH] updated changelog for 1.3 --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 178ba1d0..a58b30ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## v1.3.0 WIP +## v1.3.0 2020-02-20 -* Updated handling of byte format to test for base64 string -* Added format validators to handle the following keywords: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time" +* Added validators for the "format" keyword, handling the following format values generated by DRF and DRF derived libraries: "uuid", "base64", "email", "uri", "url", "ipv4", "ipv6" and "time" validator +* Added support for dynamic url parameters (DRF feature) in schemas +* Added an option to pass a map of custom url parameters and values +* Fixed handling of byte format to test for base64 string instead of bytes +* Refactored error messages to be more concise and precise + ## v1.2.0 2020-02-14