Releases: licenseware/licenseware-sdk-v2
Releases · licenseware/licenseware-sdk-v2
v2.1.2
v2.1.1
v2.1.0
What's Changed
- Removed warnings by @ClimenteA in #76
- feat: fixed merge and added history logs by @ClimenteA in #79
- fix: added event_id on worker payload schema by @ClimenteA in #80
- feat: added skip and limit in swagger params on reports get_data func… by @ClimenteA in #81
- fix: history and upload event_data by @ClimenteA in #82
- fix: check on event_data on history file content validation by @ClimenteA in #83
- Update templates by @ClimenteA in #84
- fix: handle zip files by @ClimenteA in #85
- fix: increase worker timeout by @ciprian-cgr in #86
- feat: reset tenant cache on registration ✨ by @meysam81 in #87
- build: optimize image & dependency installation 👷 by @meysam81 in #89
- fix: save caching result to tenant-id 🐛 by @meysam81 in #90
- fix: getting EventId from query params instead of headers, fix typing… by @ClimenteA in #91
- refactor: declutter upload_files by @ClimenteA in #92
- fix: don't raise errors and write to a different coll by @ciprian-cgr in #93
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- feat: marshmallow schema to restx model converted added in common pac… by @ClimenteA in #60
- Schema namespace docs by @ClimenteA in #62
- feat: added app_meta field on app registration by @ClimenteA in #61
- ci: build the image on release 👷 by @meysam81 in #63
- fix: extended flask-restx fields mapping with marshmallow replacements by @ClimenteA in #64
- fix: removed the raise exeception if editable table schema doesn't ha… by @ClimenteA in #65
- fix: don't alter schema name on editable table by @ClimenteA in #66
- fix: revert editable table by @ClimenteA in #67
- chore: updated sdk serializers by @ClimenteA in #68
- chore: updated docs for test_helpers package by @ClimenteA in #69
- fix: compare Upper plan type for quota by @ClimenteA in #70
- chore: allow sending emails on local dev by @ClimenteA in #71
- feat: added on get quota status endpoint, added swagger for quota en… by @ClimenteA in #72
- feat: added files to test_helpers to mock a flask request by @ClimenteA in #73
- fix: registry-service saves tuples as lists, validating sheets failed… by @ClimenteA in #74
- fix: get given columns from df by @ClimenteA in #75
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- fix: update quota for /tenants path by @ClimenteA in #1
- Stable auth registry by @ClimenteA in #2
- Report snapshots by @ClimenteA in #3
- fix: updated auth url user check by @ClimenteA in #5
- feature: register all except tenants to /registrations by @ClimenteA in #4
- db: log all the queries before hitting the database 🔊 by @meysam81 in #6
- feat: log tenant-id everytime 🔊 by @meysam81 in #7
- fix: find tenant-id only inside web-app 🐛 by @meysam81 in #8
- fix: put an empty string for tenant-id outside request context 🐛 by @meysam81 in #9
- fix: ignore missing keys when logging 🐛 by @meysam81 in #10
- feat: add tracing dependencies ✨ by @meysam81 in #11
- fix: get tenants for quota from auth /tenants/quota-tenants endpoint by @ClimenteA in #12
- fix: added deployment suffix and mongo collection prefix needed for aws by @ClimenteA in #16
- ci: build docker image & push to Github registry 👷 by @meysam81 in #17
- ci: modify typo in dockerfile & reduce image size 💚 by @meysam81 in #18
- deploy: change the docker base image to liceseware 🚀 by @meysam81 in #19
- fix: show enum values from OneOf choises by @ClimenteA in #20
- deploy: temporary disable dumb-init 🚀 by @meysam81 in #22
- deploy: revert back to dumb-init 🚀 by @meysam81 in #23
- ci: use context in workflow and remove ipython 💚 by @meysam81 in #24
- fix: don't stop processing if unzip fails by @ciprian-cgr in #25
- fix: updated app jinja templates by @ClimenteA in #26
- [Snyk] Security upgrade loguru from 0.5.3 to 0.6.0 by @snyk-bot in #27
- chore: updated test_helpers by @ClimenteA in #29
- fix: add field encapsulation on csv exports by @ciprian-cgr in #30
- fix: create upload dir during build 🐛 by @meysam81 in #31
- chore: trigger build by @ClimenteA in #32
- fix: bring back build workflow 💚 by @meysam81 in #33
- feat: added sort by on fetch by @ClimenteA in #34
- fix: return empty list if sortby is none by @ClimenteA in #35
- fix: empty list not accepted returning None instead by @ClimenteA in #36
- fix: pymongo doesn't skip falsy values, added if else for sort by @ClimenteA in #37
- fix: provide none as default argument for list type 🐛 by @meysam81 in #38
- feat: added function to set envs when developing without docker by @ClimenteA in #39
- chore: show auth reason for failing by @ClimenteA in #40
- feat: added more states by @ClimenteA in #41
- fix: catch exception on non data apps for envs by @ciprian-cgr in #42
- feat: add logging for file processing by @ciprian-cgr in #43
- Improve logging for aws/slack by @ciprian-cgr in #44
- Features by @ClimenteA in #45
- ci: add CodeQL analysis workflow by @meysam81 in #47
- Fix required columns for csv stream by @adrian-mih in #46
- fix: better auto imports by @ClimenteA in #48
- Bump flask to 2.0 by @ciprian-cgr in #49
- Cache authorization check by @ciprian-cgr in #50
- feat: improved auth test helper by @ClimenteA in #51
- fix: allow use of cli outside flask context by @ClimenteA in #52
- feat: set default tenant on auth test helper by @ClimenteA in #53
- fix: send_from_directory use path instead of filename on preview image by @ClimenteA in #54
- feat: cache results on redis ✨ by @meysam81 in #55
- fix: receive none as default redis password 🐛 by @meysam81 in #56
- fix: added correct fetch match types by @ClimenteA in #57
- fix: fetch match typing by @ClimenteA in #58
- fix: upgrade library for security vulnerability 🔒️ by @meysam81 in #59
New Contributors
- @ciprian-cgr made their first contribution in #25
- @snyk-bot made their first contribution in #27
- @adrian-mih made their first contribution in #46
Full Changelog: https://github.com/licenseware/licenseware-sdk-v2/commits/v2.0.0