Skip to main content
https://travis-ci.org/Azure/msrest-for-python.svg?branch=master https://codecov.io/gh/azure/msrest-for-python/branch/master/graph/badge.svg

Installation

To install:

$ pip install msrest

Release History

2017-10-26 Version 0.4.18

Features

  • Add ApiKeyCredentials class. This can be used to support OpenAPI ApiKey feature.

  • Add CognitiveServicesAuthentication class. Pre-declared ApiKeyCredentials class for Cognitive Services.

2017-10-12 Version 0.4.17

Features

This make Authentication classes more consistent:

  • OAuthTokenAuthentication is now a subclass of BasicTokenAuthentication (was Authentication)

  • BasicTokenAuthentication has now a “set_token” methods that does nothing.

This allows test like “isintance(o, BasicTokenAuthentication)” to be guaranted that the following attributes exists:

  • token

  • set_token()

  • signed_session()

This means for users of “msrestazure”, that they are guaranted that all AD classes somehow inherits from “BasicTokenAuthentication”

2017-10-05 Version 0.4.16

Bugfixes

  • Fix regression: accept “set<str>” as a valid “[str]” (#60)

2017-09-28 Version 0.4.15

Bugfixes

  • Always log response body (#16)

  • Improved exception message if error JSON is Odata v4 (#55)

  • Refuse “str” as a valid “[str]” type (#41)

  • Better exception handling if input from server is not JSON valid

Features

  • Add Configuration.session_configuration_callback to customize the requests.Session if necessary (#52)

  • Add a flag to Serializer to disable client-side-validation (#51)

  • Remove “import requests” from “exceptions.py” for apps that require fast loading time (#23)

Thank you to jayden-at-arista for his contribution

2017-08-23 Version 0.4.14

Bugfixes

  • Fix regression introduced in msrest 0.4.12 - dict syntax with enum modeled as string and enum used

2017-08-22 Version 0.4.13

Bugfixes

  • Fix regression introduced in msrest 0.4.12 - dict syntax using isodate.Duration (#42)

2017-08-21 Version 0.4.12

Features

  • Input is now more lenient

  • Model have a “validate” method to check content constraints

  • Model have now 4 new methods:

    • “serialize” that gives the RestAPI that will be sent

    • “as_dict” that returns a dict version of the Model. Callbacks are available.

    • “deserialize” the parses the RestAPI JSON into a Model

    • “from_dict” that parses several dict syntax into a Model. Callbacks are available.

More details and examples in the Wiki article on Github: https://github.com/Azure/msrest-for-python/wiki/msrest-0.4.12—Serialization-change

Bugfixes

  • Better Enum checking (#38)

2017-06-21 Version 0.4.11

Bugfixes

  • Fix incorrect dependency to “requests” 2.14.x, instead of 2.x meant in 0.4.8

2017-06-15 Version 0.4.10

Features

  • Add requests hooks to configuration

2017-06-08 Version 0.4.9

Bugfixes

  • Accept “null” value for paging array as an empty list and do not raise (#30)

2017-05-22 Version 0.4.8

Bugfixes

  • Fix random “pool is closed” error (#29)

  • Fix requests dependency to version 2.x, since version 3.x is annunced to be breaking.

2017-04-04 Version 0.4.7

BugFixes

  • Refactor paging #22:

    • “next” is renamed “advance_page” and “next” returns only 1 element (Python 2 expected behavior)

    • paging objects are now real generator and support the “next()” built-in function without need for “iter()”

  • Raise accurate DeserialisationError on incorrect RestAPI discriminator usage #27

  • Fix discriminator usage of the base class name #27

  • Remove default mutable arguments in Clients #20

  • Fix object comparison in some scenarios #24

2017-03-06 Version 0.4.6

Bugfixes

  • Allow Model sub-classes to be serialized if type is “object”

2017-02-13 Version 0.4.5

Bugfixes

  • Fix polymorphic deserialization #11

  • Fix regexp validation if ‘\w’ is used in Python 2.7 #13

  • Fix dict deserialization if keys are unicode in Python 2.7

Improvements

  • Add polymorphic serialisation from dict objects

  • Remove chardet and use HTTP charset declaration (fallback to utf8)

2016-09-14 Version 0.4.4

Bugfixes

Disclaimer

In order to get paging fixes for impacted clients, you need this package and Autorest > 0.17.0 Nightly 20160913

2016-09-01 Version 0.4.3

Bugfixes

2016-08-15 Version 0.4.2

Bugfixes

2016-08-08 Version 0.4.1

Bugfixes

2016-05-25 Version 0.4.0

This version has no bug fixes, but implements new features of Autorest: - Base64 url type - unixtime type - x-ms-enum modelAsString flag

Behaviour changes

  • Add Platform information in UserAgent

  • Needs Autorest > 0.17.0 Nightly 20160525

2016-04-26 Version 0.3.0

Bugfixes

Behaviour changes

  • Needs Autorest > 0.16.0 Nightly 20160426

2016-03-25 Version 0.2.0

Bugfixes

Behaviour changes

  • Needs Autorest > 0.16.0 Nightly 20160324

2016-03-21 Version 0.1.3

Bugfixes

2016-03-14 Version 0.1.2

Bugfixes

2016-03-04 Version 0.1.1

Bugfixes

2016-03-04 Version 0.1.0

Behavioural Changes

  • Removed custom logging set up and configuration. All loggers are now children of the root logger ‘msrest’ with no pre-defined configurations.

  • Replaced _required attribute in Model class with more extensive _validation dict.

Improvement

  • Removed hierarchy scanning for attribute maps from base Model class - relies on generator to populate attribute maps according to hierarchy.

  • Base class Paged now inherits from collections.Iterable.

  • Data validation during serialization using custom parameters (e.g. max, min etc).

  • Added ValidationError to be raised if invalid data encountered during serialization.

2016-02-29 Version 0.0.3

Bugfixes

2016-02-19 Version 0.0.2

Bugfixes

  • Fixed bug in exception logging before logger configured.

2016-02-19 Version 0.0.1

  • Initial release.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msrest-0.4.18.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

msrest-0.4.18-py2.py3-none-any.whl (38.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file msrest-0.4.18.tar.gz.

File metadata

  • Download URL: msrest-0.4.18.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for msrest-0.4.18.tar.gz
Algorithm Hash digest
SHA256 ca1461b92022ba89032eebc90bec2338d13a70991561bfe14b0d56b6835adf71
MD5 abe8ce0553129fbd7a2ca44e4899cc04
BLAKE2b-256 f3d2d5e579f29b9c8156a6be1399984cd4595c0026349f6fc5ecce5ebf8fe766

See more details on using hashes here.

File details

Details for the file msrest-0.4.18-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for msrest-0.4.18-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1b58d1f613c9df6e0906346eb4bf31bcd477bf8457a88deee4629e1da96f23b9
MD5 0ddc9784e28178e13a6c33bb79257a21
BLAKE2b-256 f52764b0a31bf1e57e04aff7f4ded2fb5a92db561f581e74b223375be3b1a86e

See more details on using hashes here.

Release history Release notifications | RSS feed

0.7.1

2 files

0.7.0

2 files

0.6.21

2 files

0.6.20

2 files

0.6.19

2 files

0.6.18

2 files

0.6.17

2 files

0.6.16

2 files

0.6.15

2 files

0.6.14

2 files

0.6.13

2 files

0.6.12

2 files

0.6.11

2 files

0.6.10

2 files

0.6.9

2 files

0.6.8

2 files

0.6.7

2 files

0.6.6

2 files

0.6.4

2 files

0.6.3

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.29

2 files

0.4.28

2 files

0.4.27

2 files

0.4.26

2 files

0.4.25

2 files

0.4.24

2 files

0.4.23

2 files

0.4.22

2 files

0.4.21

2 files

0.4.20

2 files

0.4.19

2 files

This release

0.4.18 This release

2 files

0.4.17

2 files

0.4.16

2 files

0.4.15

2 files

0.4.14

2 files

0.4.13

2 files

0.4.12

2 files

0.4.11

2 files

0.4.10

2 files

0.4.9

2 files

0.4.8

2 files

0.4.7

2 files

0.4.6

2 files

0.4.5

2 files

0.4.4

3 files

0.4.3

3 files

0.4.2

3 files

0.4.1

3 files

0.4.0

3 files

0.3.0

3 files

0.2.0

3 files

0.1.3

3 files

0.1.2

3 files

0.1.1

3 files

0.1.0

3 files

0.0.3

3 files

0.0.2

3 files

0.0.1

3 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page