Licenseware

Latest version: v2.4.7

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

Scan your dependencies

Page 13 of 13

2.1.0

What's Changed
* Removed warnings by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/76
* feat: fixed merge and added history logs by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/79
* fix: added event_id on worker payload schema by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/80
* feat: added skip and limit in swagger params on reports get_data func… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/81
* fix: history and upload event_data by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/82
* fix: check on event_data on history file content validation by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/83
* Update templates by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/84
* fix: handle zip files by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/85
* fix: increase worker timeout by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/86
* feat: reset tenant cache on registration ✨ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/87
* build: optimize image & dependency installation πŸ‘· by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/89
* fix: save caching result to tenant-id πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/90
* fix: getting EventId from query params instead of headers, fix typing… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/91
* refactor: declutter upload_files by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/92
* fix: don't raise errors and write to a different coll by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/93


**Full Changelog**: https://github.com/licenseware/licenseware-sdk-v2/compare/v2.0.1...v2.1.0

2.0.1

What's Changed
* feat: marshmallow schema to restx model converted added in common pac… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/60
* Schema namespace docs by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/62
* feat: added app_meta field on app registration by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/61
* ci: build the image on release πŸ‘· by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/63
* fix: extended flask-restx fields mapping with marshmallow replacements by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/64
* fix: removed the raise exeception if editable table schema doesn't ha… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/65
* fix: don't alter schema name on editable table by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/66
* fix: revert editable table by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/67
* chore: updated sdk serializers by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/68
* chore: updated docs for test_helpers package by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/69
* fix: compare Upper plan type for quota by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/70
* chore: allow sending emails on local dev by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/71
* feat: added on get quota status endpoint, added swagger for quota en… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/72
* feat: added files to test_helpers to mock a flask request by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/73
* fix: registry-service saves tuples as lists, validating sheets failed… by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/74
* fix: get given columns from df by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/75


**Full Changelog**: https://github.com/licenseware/licenseware-sdk-v2/compare/v2.0.0...v2.0.1

2.0.0

What's Changed
* fix: update quota for /tenants path by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/1
* Stable auth registry by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/2
* Report snapshots by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/3
* fix: updated auth url user check by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/5
* feature: register all except tenants to /registrations by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/4
* db: log all the queries before hitting the database πŸ”Š by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/6
* feat: log tenant-id everytime πŸ”Š by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/7
* fix: find tenant-id only inside web-app πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/8
* fix: put an empty string for tenant-id outside request context πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/9
* fix: ignore missing keys when logging πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/10
* feat: add tracing dependencies ✨ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/11
* fix: get tenants for quota from auth /tenants/quota-tenants endpoint by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/12
* fix: added deployment suffix and mongo collection prefix needed for aws by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/16
* ci: build docker image & push to Github registry πŸ‘· by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/17
* ci: modify typo in dockerfile & reduce image size πŸ’š by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/18
* deploy: change the docker base image to liceseware πŸš€ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/19
* fix: show enum values from OneOf choises by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/20
* deploy: temporary disable dumb-init πŸš€ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/22
* deploy: revert back to dumb-init πŸš€ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/23
* ci: use context in workflow and remove ipython πŸ’š by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/24
* fix: don't stop processing if unzip fails by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/25
* fix: updated app jinja templates by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/26
* [Snyk] Security upgrade loguru from 0.5.3 to 0.6.0 by snyk-bot in https://github.com/licenseware/licenseware-sdk-v2/pull/27
* chore: updated test_helpers by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/29
* fix: add field encapsulation on csv exports by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/30
* fix: create upload dir during build πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/31
* chore: trigger build by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/32
* fix: bring back build workflow πŸ’š by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/33
* feat: added sort by on fetch by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/34
* fix: return empty list if sortby is none by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/35
* fix: empty list not accepted returning None instead by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/36
* fix: pymongo doesn't skip falsy values, added if else for sort by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/37
* fix: provide none as default argument for list type πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/38
* feat: added function to set envs when developing without docker by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/39
* chore: show auth reason for failing by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/40
* feat: added more states by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/41
* fix: catch exception on non data apps for envs by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/42
* feat: add logging for file processing by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/43
* Improve logging for aws/slack by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/44
* Features by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/45
* ci: add CodeQL analysis workflow by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/47
* Fix required columns for csv stream by adrian-mih in https://github.com/licenseware/licenseware-sdk-v2/pull/46
* fix: better auto imports by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/48
* Bump flask to 2.0 by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/49
* Cache authorization check by ciprian-cgr in https://github.com/licenseware/licenseware-sdk-v2/pull/50
* feat: improved auth test helper by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/51
* fix: allow use of cli outside flask context by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/52
* feat: set default tenant on auth test helper by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/53
* fix: send_from_directory use path instead of filename on preview image by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/54
* feat: cache results on redis ✨ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/55
* fix: receive none as default redis password πŸ› by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/56
* fix: added correct fetch match types by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/57
* fix: fetch match typing by ClimenteA in https://github.com/licenseware/licenseware-sdk-v2/pull/58
* fix: upgrade library for security vulnerability πŸ”’οΈ by meysam81 in https://github.com/licenseware/licenseware-sdk-v2/pull/59

New Contributors
* ciprian-cgr made their first contribution in https://github.com/licenseware/licenseware-sdk-v2/pull/25
* snyk-bot made their first contribution in https://github.com/licenseware/licenseware-sdk-v2/pull/27
* adrian-mih made their first contribution in https://github.com/licenseware/licenseware-sdk-v2/pull/46

**Full Changelog**: https://github.com/licenseware/licenseware-sdk-v2/commits/v2.0.0

Page 13 of 13

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.