- Initial version
- Re-organised project structure.
- Separation of components into separate repositories.
- Added basic unit test structure.
- Removed dependency on perl for sorting EDN files.
- Fixed minor issues with command line interface.
- Fix error with old-namespace:
acetyl
is no longer used, and has been in-lined into the pseudoace package.
- Added ability to generate a report for comparing a dump of classes to values against those stored in the database.
- Moved sorting of logs files back out to the shell.
- Fixed lingering namespace issues in
pseudoace.acedump
. - Use
datomic.api.tempid
in code, not reader-literals. - Use the script
scripts/bundle-release.sh
to create a bundle for deploying to servers and running the importer. - Updated README (development and release instructions).
- Added development tools to "dev" profile in leiningen project configuration.
- Enable multiple storage profiles in lein project.
- Added script to generate release bundle.
- Models file is now defaults to
models/models.wrm.annot
(no need to pass on command line to sub-commands) - Unified the various additional schemata into a single module.
- Import will no longer attempt to transact EDN logs older than the latest transaction date.
- Report now generates two files per class when non-zero missing and added counts are encountered for easy diffing of object names.
- Use
lein release
for releases. - Bump versions of datomic and storage dependencies.
- Updated documentation.
- Rollback version of aws library.
- Support distributing a release bundle using either datomic-free or datomic-pro.
- Add generated schema for WS253, WS254
- Various minor fixes for the command line interface.
- Remove hard-dependency on datomic-pro. Library users will now have to choose which flavour (and version) of datomic to include.
- Made all functions in the
pseudoace.binning
module public. - EDN log sorting script now allows parallel execution.
- Annotated models for WS255 (including generated EDN schema)
- Nothing changed yet.