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

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
