58e397a038
- Update to version 3.3.4 * Added option to allow for a user to specify an HTTPS adapter when building the client object. - Update to version 3.3.3 * Fixed formatting of error message string construction.
Nico Krapp2025-09-15 06:51:34 +00:00
78931dc5dd
Accepting request 1291176 from devel:languages:python
Ana Guerrero2025-07-08 13:30:15 +00:00
0789db19d8
- Update to version 3.3.2 * Fixed issue where headers were being propagated across different class instances.
Markéta Machová2025-07-08 07:47:50 +00:00
f9bd0c684e
Accepting request 1288109 from devel:languages:python
Ana Guerrero2025-06-24 18:48:57 +00:00
94866f7fec
Accepting request 1265303 from devel:languages:python
Ana Guerrero2025-03-31 09:41:54 +00:00
236f0f6e7b
- Update to version 3.3.1 * Fixed bug in recent workaround logic for services not returning the 'Location' header to not print the workaround warning for failed login attempts.
Matej Cepl2025-03-28 21:07:19 +00:00
be46dc84c6
Accepting request 1255534 from devel:languages:python
Ana Guerrero2025-03-24 12:32:40 +00:00
ae824ec9ef
- Update to version 3.3.0 * Added workaround and warnings for session login when the service incorrectly does not provide the session location in the 'Location' response header. * Minor typo fix in exception message for login failures.
Markéta Machová2025-03-24 09:06:44 +00:00
93607b1ad3
Accepting request 1251784 from devel:languages:python
Ana Guerrero2025-03-10 17:06:53 +00:00
1b44272c2b
- Update to version 3.2.9 * Added optional 'headers' argument to the 'login' method. * Clarified exception message when raising 'ServerDownOrUnreachableError'.
Markéta Machová2025-03-10 12:13:52 +00:00
81c0260408
Accepting request 1242323 from devel:languages:python
Ana Guerrero2025-02-03 20:44:42 +00:00
c792306c1a
- Update to version 3.2.8 * Updated 'dict' handling for responses without a body and 500 responses with a non-JSON body to use an empty dictionary.
Markéta Machová2025-02-03 08:27:05 +00:00
0fd14a1238
Accepting request 1233505 from devel:languages:python
Ana Guerrero2024-12-29 10:56:49 +00:00
3183e8a2ea
- Update to version 3.2.7 * Added JSON formatting of responses to debug logs
Nico Krapp2024-12-27 09:25:41 +00:00
b5642215b0
Accepting request 1224649 from devel:languages:python
Ana Guerrero2024-11-18 19:00:50 +00:00
e4aad23ce8
Accepting request 1200964 from devel:languages:python
Ana Guerrero2024-09-15 10:37:14 +00:00
b4c894e721
- Update to version 3.2.5 * Added new 'check_connectivity' option when creating the client object.
Matej Cepl2024-09-14 07:07:06 +00:00
a938ac05fa
Accepting request 1194586 from devel:languages:python
Ana Guerrero2024-08-19 21:44:33 +00:00
128a0aabd9
- update to 3.2.4: * Removed clearing of username and password to allow for sessions to be re-established
Dirk Mueller2024-08-18 17:21:32 +00:00
bd553cd819
Accepting request 1141853 from devel:languages:python
Ana Guerrero2024-01-28 18:40:10 +00:00
252cdb2892
- update to 3.2.2: * Minor changes to fix Python 3.12 warnings with usage of raw strings
Dirk Mueller2024-01-26 22:33:22 +00:00
0c05ebf223
- update to 3.2.1: * Added 'timeout' and 'max_retry' parameters to all REST methods * Added exception to the method when a response contains a message indicating a password change is required * Adding missing newline to M-SEARCH requests * Fixed the inspection of the USN response header from M-SEARCH requests to allow for a multi-digit minor version * Improved usage of the ServerDownOrUnreachableError exception to not lose the original message - Update to 3.1.8 - Update to 3.1.7: - Update to 3.1.6: - Drop patch collections-python310.patch, included upstream.
Dirk Mueller2023-12-29 09:17:18 +00:00
0dcec50ae4
- Update to 3.1.5: * Added methods for specifying proxies directly with a new 'proxies' parameter * Removed enforcement of trailing '/' in the 'default_prefix' * Added support for Unix sockets * Corrected usage of header storage and retrieval for static response objects * Corrected 'import' statements to support Python 3.10 - Drop patch collections-python310.patch, included upstream. - Add requests-unixsocket to {Build,}Requires. - Drop unneeded BuildRequires on mock.
Steve Kowalik2022-04-13 02:13:57 +00:00