Skip to content

Releases: BLSQ/openhexa-toolbox

v1.1.0

28 Aug 09:25
d307e76
Compare
Choose a tag to compare

1.1.0 (2024-08-27)

Features

v1.0.2

13 Aug 13:13
8cbc7dc
Compare
Choose a tag to compare

1.0.2 (2024-08-13)

Bug Fixes

  • dhis2: fix lastUpdated and lastUpdatedDuration params (883de3b)

v1.0.1

13 Aug 10:56
798ef65
Compare
Choose a tag to compare

1.0.1 (2024-08-13)

Bug Fixes

  • dhis2: allow single lastUpdated param (#50) (df64006)

v1.0.0

29 Jul 16:59
6873358
Compare
Choose a tag to compare

1.0.0 (2024-07-26)

⚠ BREAKING CHANGES

  • dhis2: add caching for all GET requests (#46)

Features

  • dhis2: add caching for all GET requests (#46) (710fafb)

Bug Fixes

v0.2.6

18 Jul 06:50
e2ca2bb
Compare
Choose a tag to compare

0.2.6 (2024-07-18)

Bug Fixes

  • IASOClient: set default page to 1 (#27) (2601aca)

Miscellaneous

  • Configure Renovate (#26) (c1f1ee6)
  • deps: update dependency dev/black to ~=23.12.1 (#29) (786e7d8)
  • deps: update dependency dev/pytest to ~=7.4.4 (#30) (8eed033)

v0.2.5

19 Jun 08:41
1e49761
Compare
Choose a tag to compare

0.2.5 (2024-06-19)

Bug Fixes

  • deps: Remove unused 'stringcase' dependency (1d2a9db)

v0.2.4

18 Jun 09:40
a77fb98
Compare
Choose a tag to compare

0.2.4 (2024-06-13)

Features

  • IASOClient: implement IASO client (a46e67e)

v0.2.3

27 May 14:32
4df120c
Compare
Choose a tag to compare

0.2.3 (2024-05-27)

Features

  • dhis2: support Period objects in get requests (6b0860d)

Bug Fixes

  • dhis2: compatibility with python<=3.10 (cfc0ff4)
  • dhis2: fix bad type (0a15d0c)
  • dhis2: fix typing annotation (ee0c5db)
  • dhis2: ignore chunks without data values (fd0623e)
  • dhis2: support null periods parameter (e36e280)

v0.2.2

13 May 08:56
Compare
Choose a tag to compare

0.2.2 (2024-05-13)

Bug Fixes

  • dhis2: invalid params argument (070379b)

v0.2.1

10 May 15:23
Compare
Choose a tag to compare

0.2.1 (2024-05-10)

Features

  • dhis2: add default expire time to cache (b8bbeca)
  • dhis2: support query filters for metadata (46b17b9)

Miscellaneous