- Deprecated the package in favour of zodbupdate.
- Update requirements to
ZODB >= 4
as with an older version the migration cannot be done successfully. (#13)
- Release as wheel and include all files in release.
- Ensure compatibility with
setuptools >= 30
.
- Fix brown bag release.
- Fixes for issues #4 and #5: Converted ZODB ist now actually saved, using additional subtransactions improves the memory footprint.
- Split up the two functions previously united in the script
bin/zodb-py3migrate
intobin/zodb-py3migrate-analyze
resp.bin/zodb-py3migrate-convert
. - Add new options to the analysis script:
--start
to start the analysis with a predefined OID.--limit
to stop the analysis after a certain amount of seen OIDs.
- Initial release.