v0.4.0
Changes:
- BREAKING CHANGE: Renamed DCContext to Setl
- Changed the default application environment config path into setl.environment
- Changed the default context config path into setl.config
Fixes:
- Fixed issue of DynamoDBConnector that doesn't take user configuration
- Fixed issue of CompoundKey annotation. Now SparkRepository handles correctly columns having
multiple compound keys. (#36)
New features:
- Added support for private variable delivery (#24)
- Added empty SparkRepository as placeholder (#30)
- Added annotation Benchmark that could be used on methods of an AbstractFactory (#35)
Others:
- Optimized DeliverableDispatcher
- Optimized PipelineInspector (#33)