0.77.0 - #552
Merged
Merged
0.77.0#552
Conversation
## Added - Добавлен VoEx API: - `Bot.get_call(bot_id, call_id)` для получения данных звонка. - `Bot.get_conference(bot_id, call_id)` для получения данных конференции. - Новые доменные модели `Call` и `Conference`. - Новые исключения `CallNotFoundError` и `ConferenceNotFoundError` для ответов `404`. - В `search_user_by_email` и `search_user_by_emails` добавлены параметры: - `trusts_search` - `partial_response` По умолчанию параметры отключены и не отправляются в запросе, что сохраняет обратную совместимость. ## Fixed - Исправлено определение MIME type для вложений с расширениями в любом регистре. Например, `.PNG`, `.JPG`, `.PDF` теперь корректно мапятся на ожидаемый MIME type. - Исправлена сериализация markup link button без `command`. Поле `command` теперь может отсутствовать, что нужно для ссылочных кнопок. - Актуализирован Users API: - `update_user_profile` теперь мапит `503 Service Unavailable` в отдельное исключение `UserProfileUpdateUnavailableError`. - `UserProfileUpdateUnavailableError` экспортируется из публичного API `pybotx`. - Числовые значения `ip_phone`, `other_ip_phone`, `other_phone` в ответах поиска пользователей приводятся к строке. - CSV-парсинг пользователей стал устойчивее к отсутствию части необязательных колонок: avatar, office, phones, description, personnel number и др.
* Add fields for user avatar in search methods
Expose trusts_search and partial_response for HUID, AD login, and other ID lookups while preserving the existing request shape by default.
…ncy, queue size, and overload strategies
…ndling; introduce limits and TTL for expired sync IDs
…llectors and safety mechanisms
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-candidate #552 +/- ##
=====================================================
Coverage 100.00% 100.00%
=====================================================
Files 130 184 +54
Lines 4981 9438 +4457
Branches 213 734 +521
=====================================================
+ Hits 4981 9438 +4457
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.