Releases: flatpak/flat-manager
Releases · flatpak/flat-manager
0.4.3.3
0.4.3.2
What's Changed
- Define retry exceptions as tuple to retry_if_exception_type by @nanonyme in #129
- Fix clippy warnings by @bilelmoussaoui in #130
- Fix tests and update deprecated actions by @bbhtt in #132
- Avoid nested retries for publish by @nanonyme in #131
- Include raw body in ApiError messages by @benjamb in #135
- Some general fixes as the result of linting by @benjamb in #134
- Add ruff linter and formatter to workflow by @benjamb in #137
- Enable retries for server errors in calls to /missing_objects by @benjamb in #136
New Contributors
Full Changelog: 0.4.3.1...0.4.3.2
0.4.3.1
This release contains only a change to flat-manager-client.
What's Changed
- flat-manager-client: check for all missing objects by @abderrahim in #128
New Contributors
- @abderrahim made their first contribution in #128
Full Changelog: 0.4.3...0.4.3.1
Release 0.4.3
Full Changelog: 0.4.2...0.4.3
Release 0.4.2
What's Changed
- Move temporary delta files to subdirectory by @barthalion in #85
- Add example token generate for delta-generator by @btkostner in #45
- delta-generator-client: add CDN_URL env to set the cdn to download deltas from by @hfiguiere in #89
- ci.yml: bump checkout version to v3, build-push-action to v4 by @kbdharun in #96
- Bump some of the deps by @bilelmoussaoui in #92
- flat-manager-client: Non-zero exit code on job failure by @jameswestman in #102
- Build aarch64 Docker images by @lleyton in #97
- Add gpg2 symlink to dockerfile by @nalsai in #91
- build(deps): bump openssl from 0.10.45 to 0.10.54 by @dependabot in #104
- Add more cases to retry for upload_files by @nanonyme in #105
- Extract screenshots refs to media directory by @barthalion in #106
- review-check: Allow setting the check results by @jameswestman in #100
- build(deps): bump openssl from 0.10.54 to 0.10.55 by @dependabot in #109
- Add dependabot configuration by @jameswestman in #110
- Add build log URL field to builds and build refs by @jameswestman in #107
- flat-manager-client: Wait for check jobs by @jameswestman in #108
- Implement token revocation by @jameswestman in #95
- Add EOL arguments to republish by @jameswestman in #123
New Contributors
- @btkostner made their first contribution in #45
- @hfiguiere made their first contribution in #89
- @kbdharun made their first contribution in #96
- @lleyton made their first contribution in #97
- @nalsai made their first contribution in #91
- @dependabot made their first contribution in #104
Full Changelog: 0.4.1...0.4.2
Release 0.4.1
Actually bump the version number.
Release 0.4.0
What's Changed
- Support requiring tokens for some refs by @alexlarsson in #29
- Update actix to 1.0 by @alexlarsson in #34
- repo: Allow /s in repo names by @dbnicholson in #33
- Fix output by @nanonyme in #41
- Allow passing the manager URL with a base path by @wengxt in #43
- jobs: Extract appstream before running post-publish script by @barthalion in #42
- chore: Update multiple dependencies to their latest versions by @ignatenkobrain in #40
- deps: minor cargo update by @alatiera in #44
- Update dependencies & cleanup by @bilelmoussaoui in #50
- Add end-to-end test by @jameswestman in #67
- ci: Run end-to-end test in Fedora by @jameswestman in #69
- Fix JSON error messages by @jameswestman in #68
- Add futures 0.3 and use async/await in some places by @jameswestman in #66
- Fix deprecation warning and use asyncio.run by @nanonyme in #72
- Add storefront-info-endpoint configuration by @jameswestman in #65
- Add optional app ID to builds by @jameswestman in #73
- flat-manager-client: Retry all failed API requests by @barthalion in #74
- client: Make sure /publish response is properly loaded into dict by @barthalion in #75
- Extend exceptions type to retry by @barthalion in #76
- Fix clippy warnings by @jameswestman in #81
- Add "production" Dockerfile and a job to build&push it to GHCR by @barthalion in #83
- Add token field for exact app matches by @jameswestman in #77
- Start implementing configurable hooks by @jameswestman in #82
New Contributors
- @nanonyme made their first contribution in #41
- @wengxt made their first contribution in #43
- @ignatenkobrain made their first contribution in #40
- @alatiera made their first contribution in #44
- @bilelmoussaoui made their first contribution in #50
- @jameswestman made their first contribution in #67
Full Changelog: 0.3.7...0.4.0
Release 0.3.7
- Client has been updated to use asyncio and retry more before failing
- Server now generates flatpakref files for non-apps
- The token validation now gives better error codes and debug messages
Release 0.3.6
- Add various ostree helpers
- Make flat-manager-client upload objects and deltas asynchronously with aiohttp
Release 0.3.5
Now supports --endoflife-rebase