Skip to content

Version 3.4.2

Latest

Choose a tag to compare

@VladimirPodolian VladimirPodolian released this 28 Mar 15:40
4451950

v3.4.2

Release date: 2026-03-28

Fixed

  • ShadowDriverWrapper now correctly receives static methods of its driver type — previously methods from the first session's driver were inherited and not overridden
  • get_driver_instance cache key changed from driver instance to driver type — prevents cache misses on every new driver object

Changed

  • _set_static guard stores the configured class instead of True — allows re-configuration when driver type changes
  • _set_static uses _framework_attrs snapshot instead of full MRO scan — protects only original framework methods, not previously set driver-specific ones