From cb08014a837430e1705777d0f6dc8f482f29e2a0 Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Sun, 8 Sep 2024 11:47:29 +0300 Subject: [PATCH] Updated with latest changes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ac936..683a6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## version 4.1.0 (TBA) -- the `lock_to_ip` argument of the constructor can now also be a callable; see [#56](https://github.com/stefangabos/Zebra_Session/pull/56) and thanks [Andreas Heissenberger](https://github.com/aheissenberger) for the great idea! -- added a fix for using the library with an AWS load balancer; see [#43](https://github.com/stefangabos/Zebra_Session/issues/43) and [#54](https://github.com/stefangabos/Zebra_Session/pull/54); thank you [Dvelopin](https://github.com/dvelopin)! +- the `lock_to_ip` argument of the constructor can now also be a callable; see [#56](https://github.com/stefangabos/Zebra_Session/pull/56); this is a better and more secure fix for [#43](https://github.com/stefangabos/Zebra_Session/issues/43) and [#54](https://github.com/stefangabos/Zebra_Session/pull/54); this is also a fix for a **very old** [#7](https://github.com/stefangabos/Zebra_Session/issues/7)! thanks [Andreas Heissenberger](https://github.com/aheissenberger) for the great idea and the feedback +- ~~added a fix for using the library with an AWS load balancer; see [#43](https://github.com/stefangabos/Zebra_Session/issues/43) and [#54](https://github.com/stefangabos/Zebra_Session/pull/54); thank you [Dvelopin](https://github.com/dvelopin)!~~ - fixed (hopefully) [#53](https://github.com/stefangabos/Zebra_Session/issues/53) regarding table locks not being released if script execution ended before the library being able to write session data and release the lock - fixed an issue where `get_settings()` would trigger an error if `session.gc_divisor` is set to `0`; this fixes [#48](https://github.com/stefangabos/Zebra_Session/issues/48) - thanks to [Alex](https://github.com/alexp-uk)!