v0.9.0
What's Changed
- Use pip for installing dependencies in Dockerfile by @sedders123 in #130
- Fix development Docker setup not starting up by @raccube in #131
- Update the dev dependencies and lockfile by @trickeydan in #133
- Refactor by @trickeydan in #141
- Ignore invalid Unicode when reading log streams by @raccube in #145
- ci: Test on Python 3.10 by @trickeydan in #117
- astmetad: Handle ValidationErrors on Mutation Requests by @trickeydan in #140
- Calculate disk type in each component by @trickeydan in #147
- Drop Python 3.6 and 3.7 by @trickeydan in #153
- No more usercode bundles by @trickeydan in #157
- Ignore UDisks drive_block with empty UUID by @trickeydan in #160
- Use pydantic.parse_obj_as instead of BaseModel(**data) by @trickeydan in #159
- astprocd: Pass fh explicitly into UsercodeLifecycle.logger.log by @trickeydan in #161
- astdiskd: Allow configuration of mount points to ignore by @trickeydan in #162
- Allow templating of metadata in initial_log_lines by @trickeydan in #165
- Use tomli and tomli-w instead of toml library by @trickeydan in #164
- Include OS version info in metadata by @raccube in #163
- Bump version to 0.9.0 by @raccube in #166
New Contributors
- @sedders123 made their first contribution in #130
Full Changelog: v0.8.0...v0.9.0