Skip to content

Releases: Azure/azure-sdk-for-python

azure-template_0.1.0b3333464

11 Dec 19:31
Compare
Choose a tag to compare
Pre-release

0.1.0b3333464 (2023-12-11)

Features Added

  • Some feature

Breaking Changes

  • Some breaking change

Bugs Fixed

  • Some bug fix

Other Changes

  • Some other change

azure-storage-queue_12.9.0

05 Dec 22:21
08a0dfe
Compare
Choose a tag to compare

12.9.0 (2023-12-05)

Other Changes

  • Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.

azure-monitor-opentelemetry_1.1.1

05 Dec 18:36
5af7097
Compare
Choose a tag to compare

1.1.1 (2023-12-04)

Features Added

  • Add App Service Resource Detector to Auto-Instrumentation.
    (#33340)
  • Default Resource Detector environment variable to enable configuration.
    (#33305)
    (#33373)
    (#33390)

azure-communication-chat_1.2.0

04 Dec 23:57
6a1bee9
Compare
Choose a tag to compare

1.2.0 (2023-12-04)

Features Added

  • Added the support to receive inline images from Microsoft Teams users in an interoperability Chat with new type ChatAttachment
  • Added support for proactive refreshing of tokens
  • CommunicationTokenCredential exposes a new boolean keyword argument proactive_refresh that defaults to False. If set to True, the refreshing of the token will be scheduled in the background ensuring continuous authentication state.
  • Added disposal function close for CommunicationTokenCredential.
  • Added identifier_from_raw_id and ensured that CommunicationIdentifier.raw_id is populated on creation. Together, these can be used to translate between a CommunicationIdentifier and its underlying canonical raw ID representation. Developers can now use the raw ID as an encoded format for identifiers to store in their databases or as stable keys in general.

Bugs Fixed

  • Fixed bug where invalid participants were not being correctly deserialized in the response of create_chat_thread.

Other Changes

Python 2.7 is no longer supported. Please use Python version 3.7 or later. For more details, please read our page on Azure SDK for Python version support policy.

azure-mgmt-eventgrid_10.3.0b3

04 Dec 10:10
651396e
Compare
Choose a tag to compare
Pre-release

10.3.0b3 (2023-12-04)

Features Added

  • Added operation NamespaceTopicEventSubscriptionsOperations.get_delivery_attributes
  • Added operation group NetworkSecurityPerimeterConfigurationsOperations
  • Model DeliveryConfiguration has a new parameter push
  • Model TopicTypeInfo has a new parameter additional_enforced_permissions

Breaking Changes

  • Model Client no longer has parameter authentication
  • Parameter value_type of model StaticRoutingEnrichment is now required

azure-communication-identity_1.4.0

30 Nov 15:11
a1aa348
Compare
Choose a tag to compare

1.4.0 (2023-11-30)

Features Added

  • Introduction of new scopes for token generation.
    • CHAT_JOIN (Access to Chat APIs but without the authorization to create, delete or update chat threads)
    • CHAT_JOIN_LIMITED (A more limited version of CHAT_JOIN that doesn't allow to add or remove participants)
    • VOIP_JOIN (Access to Calling APIs but without the authorization to start new calls)
  • Added a new API version ApiVersion.V2023_10_01 that is now the default API version.

Other Changes

  • The MicrosoftBotIdentifier and MicrosoftBotProperties have been removed.

azure-ai-resources_1.0.0b2

01 Dec 07:12
94251cd
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2023-11-30)

Other Changes

  • Dependency improvements.

azure-ai-generative_1.0.0b2

01 Dec 07:12
94251cd
Compare
Choose a tag to compare
Pre-release

1.0.0b2 (2023-11-30)

Features Added

  • Added new format to export data to in qa generator.

Other Changes

  • Dependency improvements.

azure-mgmt-networkanalytics_1.0.0b1

28 Nov 05:45
a7b431a
Compare
Choose a tag to compare
Pre-release

1.0.0b1 (2023-11-28)

  • Initial Release

azure-mgmt-chaos_1.0.0

24 Nov 05:39
aaf5135
Compare
Choose a tag to compare

1.0.0 (2023-11-20)

Features Added

  • Added operation ExperimentsOperations.execution_details
  • Added operation ExperimentsOperations.get_execution
  • Added operation ExperimentsOperations.list_all_executions
  • Added operation group OperationStatusesOperations
  • Model Experiment has a new parameter provisioning_state
  • Model ExperimentExecutionDetails has a new parameter last_action_at
  • Model ExperimentExecutionDetails has a new parameter started_at
  • Model ExperimentExecutionDetails has a new parameter stopped_at

Breaking Changes

  • Model Experiment no longer has parameter start_on_creation
  • Model ExperimentExecutionDetails no longer has parameter created_date_time
  • Model ExperimentExecutionDetails no longer has parameter experiment_id
  • Model ExperimentExecutionDetails no longer has parameter last_action_date_time
  • Model ExperimentExecutionDetails no longer has parameter start_date_time
  • Model ExperimentExecutionDetails no longer has parameter stop_date_time
  • Removed operation ExperimentsOperations.get_execution_details
  • Removed operation ExperimentsOperations.get_status
  • Removed operation ExperimentsOperations.list_all_statuses
  • Removed operation ExperimentsOperations.list_execution_details
  • Renamed operation ExperimentsOperations.cancel to ExperimentsOperations.begin_cancel
  • Renamed operation ExperimentsOperations.create_or_update to ExperimentsOperations.begin_create_or_update
  • Renamed operation ExperimentsOperations.delete to ExperimentsOperations.begin_delete
  • Renamed operation ExperimentsOperations.start to ExperimentsOperations.begin_start
  • Renamed operation ExperimentsOperations.update to ExperimentsOperations.begin_update