Skip to content

azure-data-tables_12.3.0

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Mar 06:14
0b5d7ae

12.3.0 (2022-03-10)

Bugs Fixed

  • Validation of the table name has been removed from the constructor of the TableClient. Instead individual APIs will validate the table name and raise a ValueError only if the service rejects the request due to the table name not being valid (#23106)
  • Fixed hard-coded URL scheme in batch requests (#21953)
  • Improved documentation for query formatting in query_entities APIs (#23235)
  • Removed unsecure debug logging

Other Changes

  • Python 2.7 is no longer supported. Please use Python version 3.6 or later.
  • Bumped dependency on azure-core to >=1.15.0