=======
CHANGES
=======

3.2.3 (2025-12-04)
------------------

- bugfix; handle bson.Binary in ChunkReader

- improved chunker read and write methods and make them more robust for
  python 2 and 3


3.2.2 (2025-12-04)
------------------

- bugfix; Add next additional to __next__ to interface. This is required for
  security proxy


3.2.1 (2025-11-11)
------------------

- bugfix; fix encoding issues in read and write chunker


3.2.0 (2025-11-07)
------------------

- bugfix; python 3, store bytes and prevent return a read proxy


3.1.0 (2025-06-15)
------------------

- Compatibility with Python3


3.0.0 (2018-04-24)
------------------

- feature: added skipMD5Check to ChunkWriter for skip the filemd5 hash check

- make it compatible with new mongo client setup in m01.mongo > 3.0.*. Because
  the connection pool factory concept is gone in m01.mongo

- ensure acknowledged file collection. Because with w=0, 'filemd5' might run
  before the final chunks are written.

- adjust test setup

- support pymongo >= 3.0.0 and use 3.0.0 as package version and reflect
  pymongo >= 3.0.0 compatibility


0.5.0 (2012-11-17)
------------------

- initial release
