From 749df7e0c42364272bd3c9700e110eb272ac2cda Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Thu, 22 May 2025 08:14:03 -0500 Subject: [PATCH] Packaging for v3.8.3 --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index ad4ebda7a..10e34bb55 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,17 @@ Flow Production Tracking Python API Changelog Here you can see the full list of changes between each Python API release. +v3.8.3 (2025 May 22) +==================== + +- Add improvements to Mockgun. + Ensure string comparison are case insensitive. + Ignore duplicate entities when ``multi_entity_update_mode`` is added. + Support for ``None`` in mockgun when using ordering. + Thank you rlessardrodeofx, slingshotsys, and MHendricks for your contributions. +- Minor fixes on unit tests and documentation. + + v3.8.2 (2025 Mar 11) ====================