ZopeLDAP 1.1.0 Released
ZopeLDAP 1.1.0 is released, bringing in a bevy of changes, including:
- New ability to run in a non-transactional mode (this is critical to avoid a known bug when updating more than one entry object per transaction)
- Much improved Entry object API that is Python Scripting\DTML Scripting friendly
- Some new documentation (not yet in help system format though) about programming Entry objects.
The manage_ style of programming Entry objects has not changed, but the core API has. Anything using methods like _set()
, _addSubentry()
will be affected.