Skip to content

v0.4.0

Compare
Choose a tag to compare
@qxzzxq qxzzxq released this 09 Jan 22:19
· 179 commits to master since this release
0b486a2

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)