Zango

Latest version: v0.4.1

Safety actively analyzes 701287 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.1

Added
* Setup App Panel Frontend for Local API Development [(357)](https://github.com/Healthlane-Technologies/Zango/pull/357)
* openpyxl dependency added [(431)](https://github.com/Healthlane-Technologies/Zango/pull/431)

Fixed
* pkg config_url None if configure route fails [(423)](https://github.com/Healthlane-Technologies/Zango/pull/423)
* default theme created when uploading template [(424)](https://github.com/Healthlane-Technologies/Zango/pull/424)
* minor fixes in App Panel login page [(351)](https://github.com/Healthlane-Technologies/Zango/pull/351)
* Color Picker Input Issue in App Panel Theme Configuration [(432)](https://github.com/Healthlane-Technologies/Zango/pull/432)

0.4.0

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

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

0.3.0

Added

- enabled nginx logs [(281)](https://github.com/Healthlane-Technologies/Zango/pull/281)
- Access Logs [(285)](https://github.com/Healthlane-Technologies/Zango/pull/285)
- github actions: zango release workflow [(301)](https://github.com/Healthlane-Technologies/Zango/pull/301)
- github actions: frontend build generation workflow [(316)](https://github.com/Healthlane-Technologies/Zango/pull/316)
- contribution doc and fix use_latest template tag [(293)](https://github.com/Healthlane-Technologies/Zango/pull/293)
- Support for telemetry, loguru, refactored settings [(296)](https://github.com/Healthlane-Technologies/Zango/pull/296)
- create_app_user util for objects [(338)](https://github.com/Healthlane-Technologies/Zango/pull/338)
- 403 returned instead of 404 in internal_use_only decorator [(339)](https://github.com/Healthlane-Technologies/Zango/pull/339)
- utils modified to take otel defaults if not defined in settings [(341)](https://github.com/Healthlane-Technologies/Zango/pull/341)
- package name search added in app panel [(333)](https://github.com/Healthlane-Technologies/Zango/pull/333)
- cypress e2e tests [(342)](https://github.com/Healthlane-Technologies/Zango/pull/342)

Fixed
- gitpod fix [(286)](https://github.com/Healthlane-Technologies/Zango/pull/286)
- missing version for dependencies [(320)](https://github.com/Healthlane-Technologies/Zango/pull/320)
- auditlogs now gets default timezone of host if timezone is not specified [(322)](https://github.com/Healthlane-Technologies/Zango/pull/322)
- fix: installing requirements and postgres issue in project setup with docker [(326)](https://github.com/Healthlane-Technologies/Zango/pull/326)

0.2.1

Fixed

- ``CODEASSIST_ENABLED`` setting issue [(189)](https://github.com/Healthlane-Technologies/Zango/pull/189)
- memory leak issue in auditlogs [(260)](https://github.com/Healthlane-Technologies/Zango/pull/260)
- ``pwd`` library removed [(269)](https://github.com/Healthlane-Technologies/Zango/pull/269)
- Issue [252](https://github.com/Healthlane-Technologies/Zango/issues/252), [#173](https://github.com/Healthlane-Technologies/Zango/issues/173), [#170](https://github.com/Healthlane-Technologies/Zango/issues/170) fixed: [(#258)](https://github.com/Healthlane-Technologies/Zango/pull/258)
- Refactor App Panel Frontend Codebase [(245)](https://github.com/Healthlane-Technologies/Zango/pull/245)
- ``setuptools`` added to fix breaking installation [(273)](https://github.com/Healthlane-Technologies/Zango/pull/273)

0.2.0

Added

- rename zelthy to zango [(224)](https://github.com/Healthlane-Technologies/Zango/pull/224)
- beautiful soup added to requirements [(208)](https://github.com/Healthlane-Technologies/Zango/pull/208)
- Session Timeout [(197)](https://github.com/Healthlane-Technologies/Zango/pull/197)
- Audit Log [(231)](https://github.com/Healthlane-Technologies/Zango/pull/231)
- Securing platform access with IP [(229)](https://github.com/Healthlane-Technologies/Zango/pull/229)
- Included gitpod in this repo (Earlier we were maintaining seperate repo for gitpod) [(235)](https://github.com/Healthlane-Technologies/Zango/pull/235)

Fixed

- Improve Error Message for Invalid Password in ``PlatformUserModel.create_user`` method [(177)](https://github.com/Healthlane-Technologies/Zango/pull/177)
- Change App Panel Login message [(190)](https://github.com/Healthlane-Technologies/Zango/pull/190)
- ``get_package_url`` http/https issue and production docker compose fixed [(163)](https://github.com/Healthlane-Technologies/Zango/pull/163)
- package download method updated [(230)](https://github.com/Healthlane-Technologies/Zango/pull/230)

0.1.2

Fixed

- missing requirement added for pytz [(158)](https://github.com/Healthlane-Technologies/zelthy3/pull/158)

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.