William Cheng
|
5bd94b8fa0
|
prepare 6.1.x
|
2022-05-26 12:58:25 +08:00 |
|
William Cheng
|
36a9cf394d
|
update samples (#12466)
|
2022-05-26 12:13:59 +08:00 |
|
William Cheng
|
69f79fb789
|
Prepare 6.0.0 release (#12463)
* prepare 6.0.0 release
* update samples
* update meta codegen
|
2022-05-26 10:28:01 +08:00 |
|
William Cheng
|
2abdd3acb7
|
set follow_location default to true
|
2022-04-16 17:46:55 +08:00 |
|
Connor Moore
|
7b1795a159
|
[REQ][Ruby] Ruby Allow Follow Redirect (#12047)
* Add `follow_location` option
Implementation of https://github.com/OpenAPITools/openapi-generator/issues/10028
* regenerated clients
|
2022-04-16 16:51:01 +08:00 |
|
Dennis Kliban
|
e783e9b780
|
Adds 'params_encoder' config option for Ruby clients using Faraday (#9839)
The partial templates were renamed because they no longer hold tls
settings exclusively.
fixes: #9838
|
2022-04-09 10:14:38 +08:00 |
|
William Cheng
|
2d4a01aa70
|
Revert "Prepare 6.0.0 beta release (#12039)"
This reverts commit 914b539eea7097ad2b4323d20c8f95144782cb68.
|
2022-04-04 12:17:12 +08:00 |
|
William Cheng
|
914b539eea
|
Prepare 6.0.0 beta release (#12039)
* update to 6.0.0-beta
* update samples
|
2022-04-04 10:29:49 +08:00 |
|
William Cheng
|
b54257d7ab
|
Support binary return format only in Ruby faraday client (#11974)
* support binary return format on in ruby faraday client
* add option to return binary data
* update condition
|
2022-04-03 16:55:15 +08:00 |
|
Cameron Koegel
|
2c4daeae0b
|
[Ruby] Added Support for Binary Media Data Return (#11254)
* update template files
* fixed binary data return
* update samples
* apply change to file download logic and regenerate samples
|
2022-03-23 21:19:31 +08:00 |
|
William Cheng
|
0bfa28f844
|
Merge remote-tracking branch 'origin/master' into 6.0.x
|
2021-10-06 12:00:02 +08:00 |
|
John Gallagher
|
2ceccfbe3c
|
[REQ] [RUBY] [FARADAY] Allow middleware to be configured (#10495)
* feat: allow configuring middleware in setup
* fix: stop requiring Faraday middleware unnecessarily
* chore: regenerate petstore samples
* chore: regenerate openapi3 client
* chore: ci fails so rebuild
|
2021-10-04 17:09:21 +08:00 |
|
William Cheng
|
8602fbc87c
|
update ruby samples
|
2021-10-02 13:10:13 +08:00 |
|
romanblack1
|
622a936358
|
Define content type if and only if the body is not empty (#9910)
* rubypatch
* moving change to api.must
* fix content_type to content-type
* added end to if
|
2021-09-25 14:53:58 +08:00 |
|
William Cheng
|
0357b80f19
|
Merge remote-tracking branch 'origin/master' into 6.0.x
|
2021-09-01 14:16:17 +08:00 |
|
Nathan Baulch
|
5d68bd6a03
|
Fix thousands of spelling typos (#10272)
|
2021-08-28 22:58:24 +08:00 |
|
William Cheng
|
05e4c3cf64
|
update samples
|
2021-07-12 17:15:22 +08:00 |
|
William Cheng
|
35f933b27f
|
Merge remote-tracking branch 'origin/5.3.x' into 6.0.x
|
2021-07-12 17:11:35 +08:00 |
|
William Cheng
|
39fbf53150
|
create v5.3.0
|
2021-07-10 00:12:23 +08:00 |
|
William Cheng
|
02835b35bc
|
Prepare v5.2.1 (#9922)
* bump verions to 5.2.1-SNAPSHOT
* update samples
* update readme
* fix gradle properties
|
2021-07-09 22:42:31 +08:00 |
|
William Cheng
|
90f7bcd909
|
Prepare v5.2.0 release (#9920)
* 5.2.0 release
* update samples
* update meta codegen
|
2021-07-09 17:06:55 +08:00 |
|
William Cheng
|
47483e60cb
|
update version to 5.2.0-SNAPSHOT, update samples
|
2021-03-21 00:10:10 +08:00 |
|
William Cheng
|
0dc62e8b79
|
Prepare v5.1.1 in the master (#9027)
* Prepare v5.1.1 in the master
* move dart dio next to configs/other
|
2021-03-20 23:05:11 +08:00 |
|
William Cheng
|
e023eaa821
|
Prepare v5.1.0 release (#9017)
* prepare v5.1.0 release
* update samples (dart-dio-next)
|
2021-03-20 16:45:05 +08:00 |
|
William Cheng
|
c653051997
|
Revert "[Ruby] force users to specify the temp folder path to address security concerns (#8730)" (#8807)
This reverts commit 18a6f5a941f3b5777977693f3b59ac5d200928a8.
|
2021-02-24 00:31:43 +08:00 |
|
William Cheng
|
18a6f5a941
|
[Ruby] force users to specify the temp folder path to address security concerns (#8730)
* address security issue when downloading files in the ruby client
* update samples
* fix double quote
|
2021-02-20 11:49:10 +08:00 |
|
William Cheng
|
64ae0eed04
|
Merge remote-tracking branch 'origin/5.1.x' into 6.0.x
|
2021-01-09 00:15:53 +08:00 |
|
William Cheng
|
18bec1da28
|
Merge remote-tracking branch 'origin/master' into 5.1.x
|
2021-01-08 21:06:47 +08:00 |
|
Hippolyte HENRY
|
a9c168c400
|
[ruby] Support aliasing of API keys (#8124)
* Allow aliasing of auth keys
* update sample and add config for feature
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
|
2021-01-05 20:04:08 +08:00 |
|