Skip to content

Releases: Healthlane-Technologies/Zango

v0.6.1

17 Jun 14:54
c47e6a3
Compare
Choose a tag to compare

[0.6.1] - 2025-06-17

Added

  • Added celery health check task (#496)

v0.6.0

30 May 14:43
36634cc
Compare
Choose a tag to compare

[0.6.0] - 2025-05-30

Added

  • OIDC login support in App Panel (#464)
  • Token Authentication for App Users (#466)
  • Added support for managing app secrets via the App Panel, making them available for use within applications. (#472)

Fixed

  • Configurable image tags and names for production environment (#481)
  • Internal request improvements (#482)
  • Opentelemetry working with otel collector (#486)

v0.5.3

12 May 08:35
0a14c87
Compare
Choose a tag to compare

[0.5.3] - 2025-05-12

Fixed

  • support for forgot password in basicAuth package (#473)
  • handle form data in internal requests and support new file formats (#461)

v0.5.2

19 Apr 09:36
a6f8509
Compare
Choose a tag to compare

[0.5.2] - 2025-04-19

Fixed

  • remove celery status loader from App Panel (#457)
  • platforms for latest docker image release (#470)

v0.5.1

31 Mar 04:09
3d1153f
Compare
Choose a tag to compare

[0.5.1] - 2025-03-28

Fixed

  • health check api authentication error fix (#462)
  • Test Workflow Fixed (#459)

v0.5.0

12 Mar 05:45
01d8ac7
Compare
Choose a tag to compare

[0.5.0] - 2025-03-11

Added

  • health check api added (#436)
  • Codeassist related changes (#434)

v0.4.3

15 Feb 06:27
115a811
Compare
Choose a tag to compare

[0.4.3] - 2025-02-15

Added

  • fixed git url parsing in release workflow (#450)

v0.4.2

15 Feb 04:36
8b42236
Compare
Choose a tag to compare

[0.4.2] - 2025-02-15

Added

  • single beat used to run celery beat (#435)
  • release workflow improved (#443)
  • Post internal request change (#444)
  • update actions/upload-artifact version to v4 (#446)
  • update actions/download-artifact version to v4 (#448)
  • update sigstore/gh-action-sigstore-python version to 3.0.0 (#449)

v0.4.1

10 Jan 14:34
baee6f3
Compare
Choose a tag to compare

[0.4.1] - 2024-01-10

Added

  • Setup App Panel Frontend for Local API Development (#357)
  • openpyxl dependency added (#431)

Fixed

  • pkg config_url None if configure route fails (#423)
  • default theme created when uploading template (#424)
  • minor fixes in App Panel login page (#351)
  • Color Picker Input Issue in App Panel Theme Configuration (#432)

v0.4.0

13 Dec 15:38
814842a
Compare
Choose a tag to compare

[0.4.0] - 2024-12-13

Added

  • Zango tests setup (#350)
  • feat: release workflow, launch app from template (#409)
  • docs version 2 (#415)
  • Pre-commit and ruff configuration (#340)
  • custom error pages added by (#356)
  • Show configure for only packages with configure functionality (#368)
  • tasks code and task history displayed in app panel (#360)
  • celery flower service added (#366)
  • package dependency check added (#363)

Fixed

  • removed space between key and value in app config page (#353)
  • django version bump to 4.2.15 (#373)
  • apply_async used instead of delay to create tenant (#374)
  • fixed setup-project with directory bug (#346)
  • limit tenant set calls by @deepakdinesh1123 (#369)
  • country code selection dropdown for phone number (#362)
  • fix: release package git workflow, config url incase no domain configured (#389)
  • Removed unnecessary if else conditions for get or create ORM method in Celery CrontabSchedule model (#382)
  • version checked before releasing package (#396)