Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Aug 9, 2024
1 parent bab32b9 commit 4817cb0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Aug 9 08:50:31 UTC 2024 - Martin Vidner <mvidner@suse.com>

- For CLI, use HTTP clients instead of D-Bus clients,
for Users and Localization (gh#openSUSE/agama#1438)
- service clients used by CLI:
- added UsersHTTPClient, LocalizationHTTPClient
- removed LocalizationClient
- BaseHTTPClient API reworked:
- return () or deserialized objects
- added PUT and PATCH
- web service:
- PUT /api/users/first: do report backend errors
- PATCH /api/users/root: report the (potential) backend errors
- tests:
- added tests using httpmock
- env_logger added to dev-dependencies

-------------------------------------------------------------------
Mon Jul 22 15:27:44 UTC 2024 - Josef Reidinger <jreidinger@suse.com>

Expand Down

0 comments on commit 4817cb0

Please sign in to comment.