William Cheng
|
021d3a311a
|
[python-nextgen] Add ApiResponse object (#15367)
* add ApiResponse object
* fix tests
* improve api response
* add back _preload_content, add tests
|
2023-05-03 09:45:54 +08:00 |
|
William Cheng
|
1f4d323020
|
fix enum support in oneof/anyof in python-nextgen (#15340)
|
2023-04-29 13:50:47 +08:00 |
|
William Cheng
|
f5b4490bc9
|
[python-nextgen] Fix dict of dict of object in python-nextgen (#15239)
* fix dict of dict of object in python nextgen
* update samples
|
2023-04-18 14:59:08 +08:00 |
|
William Cheng
|
5d1e18306a
|
Prepare 6.6.0-SNAPSHOT (#15100)
* set 6.6.0 snapshot version
* update samples
* update readme
|
2023-04-01 18:48:01 +08:00 |
|
William Cheng
|
7417432a54
|
Prepare 6.5.0 release (#15099)
* 6.5.0 release
* update samples
|
2023-04-01 15:03:35 +08:00 |
|
William Cheng
|
05fa5601dd
|
[python-nextgen] fix circular reference import (#15070)
* fix ciruclar reference import in python nextgen
* update samples
|
2023-03-30 10:07:34 +08:00 |
|
William Cheng
|
cf432522aa
|
[python-nextgen] fix optional dict in property (#15009)
* fix optional dict in property
* update samples
|
2023-03-21 23:59:26 +08:00 |
|
William Cheng
|
46fb49ecd0
|
[python-nextgen] Add pyproject.toml (#14861)
* add pyproject.toml in python-nextgen client generator
* minor fix
|
2023-03-04 14:14:43 +08:00 |
|
William Cheng
|
39e27a804d
|
[python-nextgen] better enum naming (#14869)
* better handling of enum naming in python nextgen
* remove unused import
* update samples
* update samples
* map dot
|
2023-03-03 17:54:10 +08:00 |
|
William Cheng
|
c50a775e0c
|
prepare 6.5.0 release (#14749)
|
2023-02-19 20:36:23 +08:00 |
|
William Cheng
|
93df0ff444
|
Prepare 6.4.0 release (#14748)
* prepare 6.4.0 release
* update samples
|
2023-02-19 18:53:20 +08:00 |
|
William Cheng
|
1bd3ce7ce2
|
[python-nextgen] Better oneOf, anyOf support (#14743)
* better oneof, anyof support
* improve anyof support
* fix deprecation warning
* fix anyof, add tests
* add nullable support, add test
|
2023-02-19 17:16:15 +08:00 |
|
William Cheng
|
31a89e35cb
|
Prepare 6.4.0 (#14582)
* update to 6.4.0 snapshot
* update samples
* update doc
|
2023-02-01 22:44:40 +08:00 |
|
William Cheng
|
8f2676c5c2
|
Prepare v6.3.0 release (#14580)
* 6.3.0 release
* fix maven plugin test
* update samples
* update doc
* fix tests in windows
|
2023-02-01 20:52:29 +08:00 |
|
William Cheng
|
0cf5ed619d
|
Add a new Python client generator - python-nextgen (#14157)
* add python-nextgen generator
* remove client_side_validation from model
* remove configuraiton import from models
* add inheritance support
* update test requirements, tox
* add typings, pydanic to models
* add test model
* minor improvements
* add enum support
* add typing for parameters, remove validations
* add oneof, anyof support
* fix default value
* fix deserialization, api tests passed
* private variable naming, update tests, all tests passed
* remove six
* remove nose
* update doc
* remove sortParamsByRequiredFlag option
* add parameter validation
* add validation tests
* simplify Field()
* remove previous required parameter validation
* improve parameter handling
* support discriminator mapping
* better typing discriminator mapping
* format test code
* fix tests
* fix oneOf from_dict, add test
* add set validation test
* fix nested oneof serialization, add tests
* add model import
* remove models. prefix
* remove import models
* remove model import from api
* simplify from_dict
* add typing for return
* skip pydantic import in return type
* fix tests, fix enum
* restore more enum schema tests
* uncomment enum integer test
* clean up getfullargspec import in model
* clean up getfullargspec import
* fix deserilizatoin for nested oneof
* minor fixes, add tests
* fix regular expression
* add aiohttp samples, add tests
* remove default content type to json
* update template
* fix select accept, content-type
* move tests
* move tests
* fix url query parameters
* fix list
* fix samples
* fix param pydantic, add list as reserved word
* fix auto-generated doc
* fix readme
* fix list, fix special variable name with var_
* fix Literal in python 3.7
* fix default configuration
* fix aiohttp tests
* set default api client instance
* deprecate get_default_copy method
* fix enum model
* fix enum serializatio/deserialization
* add github workflow support
* add regular expression validator
* add enum validator
* better model import
* fix file, remove x-py-import-models
* rename local var
* better model example
* fix regular expression warning, add special_name test, whitelist schema
* skip self import
* update samples
* various fixes
* add base64, json as reserved word
* add http signature support
* add http signature test
* add additioanl properties support in python client
* add decimal support
* use strictstr instead of constr
* fix test with virtualenv
* add nullable support
* add readonly support
* add model name caching
* fix circular reference import
* add onelook discriminator lookup
* add tests
* update samples
* fix locale
* Fix client legacy generator asyncio README code example
* test python-nextgen in circleci
* fix pom.xml
* update python to 3.7.15
* test with python 3.7.12
* various updates
* fix python legacy
|
2022-12-17 16:05:47 +08:00 |
|