Skip to content

Introduce V4.

Pre-release
Pre-release
Compare
Choose a tag to compare
@fr33r fr33r released this 16 Jan 07:11
· 69 commits to master since this release
659ced5
  • Introduce unit package for aliasing.
    • Reduces API footprint.
    • Often "flows" better.
  • Introduce retries and related configuration.
  • Reconsolidate data mappers abstractions into single DataMapper interface.
  • Introduce MapperContext.
  • Alter Save to be context.Context aware.
  • Refactor work.NewUnit to dynamically choose which type of work unit to
    create based on provided options.
  • Reconsolidate uniter functionality.