Skip to content

Releases: savannahghi/sghi-commons

v1.5.0

13 Jul 22:10
23a5851
Compare
Choose a tag to compare

1.5.0 (2024-07-13)

Bug Fixes

Dependency Updates

  • deps: upgrade project dependencies (#46) (a48947a)

Features

  • config: add setting_initializer decorator (#45) (b655527)
  • utils: make type_fqn support callable instances (#43) (fa13030)

Refactors

  • deps-dev: bump braces from 3.0.2 to 3.0.3 (#48) (645060d)
  • retry: rename the exponential_backoff_retry logger (#42) (a3d30b6)

v1.5.0-rc.1

13 Jul 21:06
dd09fca
Compare
Choose a tag to compare
v1.5.0-rc.1 Pre-release
Pre-release

1.5.0-rc.1 (2024-07-13)

Bug Fixes

Dependency Updates

  • deps: upgrade project dependencies (#46) (d4cef75)

Features

  • config: add setting_initializer decorator (#45) (334f6be)
  • utils: make type_fqn support callable instances (#43) (b22c835)

Refactors

  • retry: rename the exponential_backoff_retry logger (#42) (de03e2c)

v1.4.0

11 Apr 18:50
739e027
Compare
Choose a tag to compare

1.4.0 (2024-04-11)

Bug Fixes

  • task: assorted fixes for sghi.task module (#34) (f7fd150)

Dependency Updates

  • deps: upgrade project dependencies (#40) (47c0bf8)

Features

  • task: add sghi.task.Task composition support (#36) (53ca0fb)
  • task: add a new task, sghi.task.Supplier (#37) (d06824f)
  • task: add an identity Task factory (#38) (05ae633)

Refactors

  • patch: deprecate sghi.task.Consume for removal (#35) (0ff6c46)
  • task: improve sghi.task module typings (#33) (a393453)

v1.4.0-rc.2

11 Apr 18:44
a75db7e
Compare
Choose a tag to compare
v1.4.0-rc.2 Pre-release
Pre-release

1.4.0-rc.2 (2024-04-11)

Dependency Updates

  • deps: upgrade project dependencies (#40) (47c0bf8)

v1.4.0-rc.1

11 Apr 17:54
1107e2c
Compare
Choose a tag to compare
v1.4.0-rc.1 Pre-release
Pre-release

1.4.0-rc.1 (2024-04-11)

Bug Fixes

  • task: assorted fixes for sghi.task module (#34) (f7fd150)

Features

  • task: add sghi.task.Task composition support (#36) (53ca0fb)
  • task: add a new task, sghi.task.Supplier (#37) (d06824f)
  • task: add an identity Task factory (#38) (05ae633)

Refactors

  • patch: deprecate sghi.task.Consume for removal (#35) (0ff6c46)
  • task: improve sghi.task module typings (#33) (a393453)

v1.3.0

31 Mar 14:32
fdaff2e
Compare
Choose a tag to compare

1.3.0 (2024-03-31)

Features

  • checkers: add a checker for callable objects (#29) (0f8272d)

Refactors

  • patch: explicitly list sghi.retry module exports (#28) (45cd87e)
  • refactor retry to use ensure_callable (#30) (51511c8)

v1.3.0-rc.1

31 Mar 14:26
c79e35e
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

1.3.0-rc.1 (2024-03-31)

Features

  • checkers: add a checker for callable objects (#29) (0f8272d)

Refactors

  • patch: explicitly list sghi.retry module exports (#28) (45cd87e)
  • refactor retry to use ensure_callable (#30) (51511c8)

v1.2.0

30 Mar 22:27
e483694
Compare
Choose a tag to compare

1.2.0 (2024-03-30)

Features

  • retry: add Retry policy interface (#25) (14db0fd)

v1.2.0-rc.1

30 Mar 22:21
7ee5de3
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

1.2.0-rc.1 (2024-03-30)

Features

  • retry: add Retry policy interface (#25) (14db0fd)

v1.1.0

21 Mar 09:39
1dd88d5
Compare
Choose a tag to compare

1.1.0 (2024-03-21)

Features