Introduce V4.
Pre-release
Pre-release
- 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 becontext.Context
aware. - Refactor
work.NewUnit
to dynamically choose which type of work unit to
create based on provided options. - Reconsolidate uniter functionality.