Граф коммитов

78 Коммитов

Автор SHA1 Сообщение Дата
Laurent Mazuel af41991f17
Update README.rst 2022-11-08 14:12:47 -08:00
Laurent Mazuel 70e21a5f0b
0.7.1 is Py3 only 2022-06-10 09:41:24 -07:00
Laurent Mazuel 1029bcec2c
ChangeLog for 0.7.0 2022-06-06 09:18:35 -07:00
changlong-liu c97db9df00
import-azure-core (#247)
* import-azure-core

* fix-test

* revert-yml
2022-05-17 17:35:15 -07:00
Kian-Meng Ang f5b857b2bc
Fix typos (#246) 2022-03-10 16:16:55 -08:00
iscai-msft 9b67deacc8
fix failsafe deserialization (#234)
* fix failsafe deserialization

* add extra checks

* fix changelog
2021-01-26 15:45:09 -08:00
Laurent Mazuel a554c117bd
Update README.rst 2021-01-25 14:49:19 -08:00
iscai-msft 02569303f5
prepare for release (#233)
* Update setup.py

* restart ci
2021-01-25 10:34:01 -08:00
iscai-msft 95f1769399 update changelog 2021-01-22 12:02:50 -05:00
Laurent Mazuel 98e2ebe7e5
0.6.19 date 2020-09-04 16:53:16 -07:00
Laurent Mazuel e813e066fe
Fix unicode as object type (#222)
* Fix unicode as object type

* Changelog
2020-09-04 16:52:44 -07:00
Laurent Mazuel 118735008c
0.6.19 2020-09-02 15:35:46 -07:00
Laurent Mazuel 76a4149314
0.6.18 2020-07-24 14:17:33 -07:00
Laurent Mazuel 8152f22dde
0.6.17 2020-06-25 13:17:42 -07:00
Laurent Mazuel 6969d6ad56 0.6.16 2020-06-09 09:31:17 -07:00
Laurent Mazuel 9757d4cdbb
Support XML attributes with namespaces (#209)
* Support XML attributes with namespaces

* Serialize attributes with namespaces

* Attr+ns serialization tests

* Happy CI

* Fix regression on NS lookup

* ChangeLog
2020-06-09 09:29:22 -07:00
Laurent Mazuel 825494692d
0.6.15 2020-06-03 16:48:57 -07:00
Laurent Mazuel 776744cf1f
0.6.14 2020-05-18 14:30:50 -07:00
Laurent Mazuel 9e2e6529ac
Update README.rst 2020-04-07 11:46:36 -07:00
Laurent Mazuel 05d0072aab
msrest 0.6.13 2020-04-07 11:00:35 -07:00
Laurent Mazuel df4cea0e45 nsrest 0.6.12 2020-04-06 09:11:37 -07:00
Laurent Mazuel 6487fa77ec
Update README.rst 2020-01-30 09:03:19 -08:00
Laurent Mazuel 45a302d8d2
Update 0.6.11 release date 2020-01-29 16:05:46 -08:00
Laurent Mazuel 4f3848c05f
ChangeLog 0.6.11 2020-01-06 14:48:07 -08:00
Laurent Mazuel fb947ce88b
Improve XML support for msrest (#184)
* Simplify wrapped/attr reading

* More XML update

* 0.6.11
2020-01-06 14:42:34 -08:00
Laurent Mazuel b505e3627b
0.6.10 2019-09-04 09:45:02 -07:00
Laurent Mazuel 91b7392b43
msrest 0.6.9 2019-07-24 16:07:32 -07:00
Laurent Mazuel e5d0e6b531
0.6.8 2019-06-24 15:25:48 -07:00
Laurent Mazuel 82b549618a msrest 0.6.7 2019-06-12 08:38:57 -07:00
Laurent Mazuel 0732bc90bd
msrest 0.6.6 2019-03-21 18:07:44 -07:00
Laurent Mazuel c56277e505
0.6.5 2019-03-08 13:38:09 -08:00
Laurent Mazuel 62d3758684
msrest 0.6.4 2019-01-09 15:54:03 -08:00
Laurent Mazuel 5fbf88ebae
msrest 0.6.3 2019-01-08 11:42:00 -08:00
Laurent Mazuel eb4ae5d4d2
msrest 0.6.2 2018-11-19 15:34:53 -08:00
Laurent Mazuel 3189c98f8d
msrest 0.6.1 2018-10-15 11:43:34 -07:00
Laurent Mazuel f9996076fe
msrest 0.6.0 2018-10-02 15:43:14 -07:00
Laurent Mazuel 3653d29fc4
Pipeline (#106)
* Pipeline renaming

* Work in progress

* Work in progress 2

* Move formData to ClientRequest

* Pure ClientRequest with no requests

* Add kwargs for send

* Pipeline update

* First pass on tests

* Some typehints

* Fixing all tests

* Full Pipeline mypy

* Py3 mock compat

* Pipeline and stream download

* First pass on Autorest testserver

* While making coverage report, don't cry for async

* Pylint

* Add absolute_import for Py2.7

* Fix ABC for 2.7

* Add absolute_import to another file for 2.7

* Pipeline is a context manager

* Some async ABC

* Move mypy to 3.6

* Fix empty policies

* aiohttp proof of concepts

* Simplify ClientResponse

* Improve response handling + async fixes

* Fix mypy

* Create a basic HTTPSender

* async dependencies

* Fix Pipfile for asyncio

* Py3.5 compat

* Add universal to async tests

* Basic requests as asyncio impl

* Remove check_redirect from configuration

* Improve default pipeline

* Make pipeline a public attribute

* Split configuration for pipeline

* Refactor config

* Restore exception

* mypy happiness

* Split requests configuration

* Simplify keep_alive behavior

* Default parameter

* Rename to on_request/on_response after feedback

* Multi-thread compatible HTTP requests sender

* Squashed commit of the following:

commit 3246847c2f
Merge: 18cb696 388e8d0
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Thu Jun 14 15:26:57 2018 -0700

    Merge remote-tracking branch 'origin/master' into async2

commit 18cb696109
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Wed May 23 11:30:00 2018 -0700

    MyPy happiness

commit bd7123396b
Merge: a997e97 3a8b79d
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Wed May 23 11:23:44 2018 -0700

    Merge branch 'master' into async2

commit a997e97cd9
Merge: 4130eca 2b7d778
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Wed May 9 13:54:11 2018 -0700

    Merge remote-tracking branch 'origin/master' into async2

commit 4130eca92a
Merge: 8ffedd8 9d81113
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Fri Apr 20 10:38:45 2018 -0700

    Merge remote-tracking branch 'origin/master' into async2

commit 8ffedd8a3a
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Mar 20 15:36:40 2018 -0700

    Refactor a little async stream download

commit bbf1259ca8
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Fri Mar 16 17:20:07 2018 -0700

    Add stream upload support

commit 2d260036f6
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Feb 27 16:25:33 2018 -0800

    Fix incorrect request call

commit 6b55d4f633
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Wed Jan 17 13:39:18 2018 -0800

    Add status/finished to async poller

commit 02c333eb13
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jan 16 15:50:06 2018 -0800

    Port stream to async implementation

commit b3f0ac7d29
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jan 16 15:32:23 2018 -0800

    Add AsyncPoller

commit 3e9e17883e
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Thu Dec 7 16:13:06 2017 -0800

    Sync ServiceClientAsync with latest fixes

commit 5483e289b5
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Thu Jul 20 11:27:05 2017 -0700

    Address feedback from @brettcannon on async

commit c99f4b71a7
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 13:14:27 2017 -0700

    Robust coverage xml report

commit e0c6d3e42b
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 12:23:12 2017 -0700

    Rename SC mixin

commit 8e029ff0be
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 12:12:12 2017 -0700

    Add async_get to paging

commit f3dfaf6526
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 12:06:20 2017 -0700

    Rename paging mixin

commit 2f7142d211
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 12:05:34 2017 -0700

    async_get_next in paging

commit 9e821009c4
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 11:20:24 2017 -0700

    async send form data

commit 17045f776e
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 11:18:46 2017 -0700

    Add async client mixin

commit 3294115452
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 11:08:37 2017 -0700

    Fix Py3.5 async tests

commit 615f672aec
Author: Laurent Mazuel <laurent.mazuel@gmail.com>
Date:   Tue Jul 18 10:31:54 2017 -0700

    Async paging with mixin

* Remove useless tox line

* Add credentials to async requests

* Add trio support

* Revamp async stream download

* Add pipeline Response wrapper

* Introduce a raw deserializer as a policy

* SansIO on_exception

* Fix deserialization tests

* Implement #116 - Env variable for UserAgent

* Revamp streaming

* Logger should not log streamable response

* Put pipeline in config

* Mypy fixes

* Update mypy 0.620

* Fix trio dep

* Create universal HTTP package

* Pipeline as a universal HTTP implementation, no mypy

* Pipeline as a universal HTTP implementation, with mypy

* Backward compatible ServiceClient

* Doc update

* Make config optional in requests engine

* Fix types for MyPY 0.630

* Credentials can be directly a Policy

* msrest[async]

* 0.6.0rc1 first ChangeLog

* Don't coverage report the TYPE_CHECKING import

* Fix dev install on 3.5 and more

* 0.6.0rc1

* Pre-load aiohttp body

* sync ServiceClient returns requersts.Response

* Fix import issue

* Remove concept of requests_kwargs

* Fix hooks parameter
2018-10-02 15:35:59 -07:00
Laurent Mazuel 271c36c5c7
Fix additional properties and auto-mode serialization (#120)
* Fix additional properties and auto-mode serialization

* msrest 0.5.5
2018-09-04 08:23:55 -07:00
Laurent Mazuel 4eb70d0b87
msrest 0.5.4 2018-07-12 15:15:27 -07:00
Laurent Mazuel 3214aaa062
msrest 0.5.3 2018-07-10 11:46:53 -07:00
Laurent Mazuel 028741fc3a
msrest 0.5.2 2018-07-09 16:38:51 -07:00
Laurent Mazuel 1475025c3b
msrest 0.5.1 2018-06-21 14:38:34 -07:00
Laurent Mazuel aeabcfbfd1
Update README.rst 2018-06-12 08:31:39 -07:00
Laurent Mazuel 3a8b79df2e
Prepare msrest 0.5.0 2018-05-23 10:13:33 -07:00
Laurent Mazuel 807723818a
Fix ChangeLog of 0.4.29 2018-04-30 12:28:34 -07:00
Laurent Mazuel 175b1aa727
msrest 0.4.29 2018-04-30 11:28:08 -07:00
Laurent Mazuel 9d81113bd2
msrest 0.4.28 2018-04-18 14:05:10 -07:00
Laurent Mazuel c8a87ea7aa
Fix RST syntax 2018-03-07 10:49:36 -08:00
Laurent Mazuel 772ec4a272
msrest 0.4.27 2018-03-07 09:21:47 -08:00
Laurent Mazuel c7b9c7ed6d Fix serialization from dict if datetime given 2018-01-30 12:22:35 -08:00