0.0.34
What's Changed
Features
- feat: added missing annotations methods by @vchulski in #160
- feat: Add columns with comments in data manager by @makseq in #174
- feat: New labeling config parser by @deppp in #187
- feat: Add default storage for migration script by @makseq in #165
- feat: Add example on how to randomly assign tasks to reviewer by @makseq in #189
- feat: Add AWS S3 IAM import storage connection by @makseq in #188
- feat: Add more storage endpoints. Add custom timeout to make request by @makseq in #190
- feat: Add export with filters by @makseq in #198
Bug Fixes
- fix: Move cookies initialization to prevent client creation errors by @betamaxed in #135
- fix: Adding check for invalid Client instantiation by @GuilhermeFreire in #146
- fix: version parsing in setup.py by @StellaASchlotter in #196
- fix: Excluding docs from setuptools by @CharalamposGeorgiadis in #191
- fix: LEAP-1028: Remove logging config by @triklozoid in #206
- fix: Update header to reflect new docs styles by @huguestennier in #209
- fix: DIA-1123: Config with empty string value breaks parser by @hakan458 in #212
Other Changes
- ci: bump actions/checkout from 3 to 4 by @dependabot in #154
- docs: Add README for examples by @makseq in #155
- Support null google_application_credentials by @njhartwell in #137
- docs: Update README.md for examples by @nehalecky in #156
- ci: bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 by @dependabot in #158
- ci: bump release-drafter/release-drafter from 5.24.0 to 5.25.0 by @dependabot in #159
- docs: Remove broken image link by @caitlinwheeless in #164
- ci: bump actions/github-script from 6 to 7 by @dependabot in #166
- ci: PLATE-675: Enable jira chatops command for issues by @nikitabelonogov in #168
- ci: bump actions/setup-python from 4 to 5 by @dependabot in #169
- ci: bump actions/upload-artifact from 3 to 4 by @dependabot in #170
- ci: PLATE-775: ChatOps: Instant Workflow Run link + reaction token by @nikitabelonogov in #171
- ci: bump actions/cache from 3 to 4 by @dependabot in #176
- ci: bump peter-evans/create-or-update-comment from 3 to 4 by @dependabot in #177
- ci: bump peter-evans/slash-command-dispatch from 3 to 4 by @dependabot in #181
- ci: bump hmarr/debug-action from 2.1.0 to 3.0.0 by @dependabot in #180
- ci: bump release-drafter/release-drafter from 5.25.0 to 6.0.0 by @dependabot in #179
- ci: bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 by @dependabot in #182
- docs: link fix and PR naming section by @vchulski in #161
- Add log level control to SDK by @niklub in #104
- Add
recursive_scan
for S3 storage import by @strickvl in #130 - fixes for pydantic v2 by @crowncastlejsl in #184
- fix missing import by @matt-bernstein in #193
- Add class to body to match Label Studio docs by @huguestennier in #210
New Contributors
- @njhartwell made their first contribution in #137
- @betamaxed made their first contribution in #135
- @nehalecky made their first contribution in #156
- @caitlinwheeless made their first contribution in #164
- @nikitabelonogov made their first contribution in #168
- @deppp made their first contribution in #187
- @GuilhermeFreire made their first contribution in #146
- @crowncastlejsl made their first contribution in #184
- @StellaASchlotter made their first contribution in #196
- @matt-bernstein made their first contribution in #193
- @CharalamposGeorgiadis made their first contribution in #191
- @hakan458 made their first contribution in #212
Full Changelog: 0.0.32...0.0.34