Skip to content

Releases: savannahghi/idr-server

v1.6.3

08 Feb 12:29
bf08f40
Compare
Choose a tag to compare

1.6.3 (2024-02-08)

Dependency Updates

  • deps: bump axios and browser-sync (#78) (fe6fa6e)
  • deps: bump crypto-js from 4.1.1 to 4.2.0 (#71) (2cc8003)

Refactors

  • build: add switch deployment strategy from cloud run to Kubernetes (#68) (bd83544)
  • deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 (#72) (ae8c613)
  • remove pubsub (#69) (b1aa91d)
  • update variables consumed in the app (#77) (a253e3f)

v1.6.2

05 Apr 14:22
8bb04ce
Compare
Choose a tag to compare

1.6.2 (2023-04-05)

Bug Fixes

  • GCS blobs signed URLS generation (#61) (56209d9)

Dependency Updates

Refactors

v1.6.1

04 Apr 07:53
a752566
Compare
Choose a tag to compare

1.6.1 (2023-04-04)

Bug Fixes

Dependency Updates

  • deps: update project dependencies (#54) (bd9cdb1)

v1.6.0

17 Oct 11:29
723490c
Compare
Choose a tag to compare

1.6.0 (2022-10-17)

Features

  • integrate django channels into the project (#49) (f20b763)

Dependency Updates

  • deps: update python dependencies. (#48) (d23207f)

v1.5.0

27 Sep 09:30
2496eb5
Compare
Choose a tag to compare

1.5.0 (2022-09-27)

Features

  • add google analytics to track site usage. (#45) (d290cf3)

Bug Fixes

  • ci: missing env variable error on deployment (#46) (01e133b)

v1.4.0

20 Sep 12:53
586bb34
Compare
Choose a tag to compare

1.4.0 (2022-09-20)

Features

  • admin: add filters on the admin models (#41) (5eb7e24)
  • api: add missing API filters (#42) (8aa1834)
  • integrate google analytics for user metrics collection (#38) (974f1b4)

Dependency Updates

  • deps: bump nth-check, cssnano and gulp-imagemin (#29) (ade8b81)
  • deps: update node version and node dependencies (#44) (21d2865)

v1.3.0

11 Sep 19:13
e8aed89
Compare
Choose a tag to compare

1.3.0 (2022-09-11)

Features

  • Initial implementation for dashboards and visualizations app (#15) (33a6306)
  • integrate pub/sub to notify new uploads (#26) (d6ae0f1)

Bug Fixes

Dependency Updates

  • deps: bump django from 4.0.4 to 4.0.6 (#16) (58e3455)
  • deps: bump jquery-validation from 1.19.4 to 1.19.5 (#17) (6f9aeee)
  • deps: bump terser from 5.13.1 to 5.14.2 (#19) (06e7956)

Refactors

  • config: add pub_sub_topic environment variable (#34) (446cc4a)
  • add unit tests (#22) (ade99da)
  • data_source & metadata_extract filters (#18) (07e6c6b)
  • conf: improve project configuration (#21) (f8e1614)
  • pubsub: refactor pubsub event trigger (#30) (43f1c9a)
  • core: refactor upload metadata architecture. (#28) (781ec68)
  • api: remove unneeded fields from the start upload chunk api. (#27) (3a498b6)