Ivan Ukhov
beaeeea41c
Test Spanner during CI
2024-04-22 09:44:26 +02:00
Ivan Ukhov
c80e2789f3
Add support for Spanner
2024-04-21 16:41:21 +02:00
Sebastian Thiel
96414e3f32
update readme: maintenance mode
2024-04-20 07:42:59 +02:00
Sebastian Thiel
5ef3823110
Archive message
2024-04-05 17:42:47 +02:00
Sebastian Thiel
cf7f3fa860
Merge pull request #482 from IvanUkhov/yup-oauth-hyper-rustls
...
Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25
2024-03-21 19:25:21 +01:00
Ivan Ukhov
1ee7a03816
Unwrap after with_native_roots
2024-03-21 16:03:37 +01:00
Ivan Ukhov
edd572cc7b
Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25
2024-03-21 15:55:00 +01:00
Sebastian Thiel
033a4fcf13
Assure the latest version of the common crate is used ( #480 )
2024-03-15 17:30:04 +01:00
Sebastian Thiel
b1176493d6
Release google-apis-common v6.0.3
2024-03-11 20:23:52 +01:00
Sebastian Thiel
5c047b7e91
Release google-apis-common v6.0.2
2024-03-11 20:19:00 +01:00
Sebastian Thiel
fa7f7b13fb
fix: update chrono dependency version
...
It now requires a minimal version that introduced `try_seconds()`,
which is now being used instead of `seconds()`.
2024-03-11 20:16:55 +01:00
Sebastian Thiel
b5c33a9dce
Release google-apis-common v6.0.2
2024-03-11 10:41:12 +01:00
Sebastian Thiel
7ecead753c
prepare changelog prior to release of google-apis-common
2024-03-11 10:39:41 +01:00
Sebastian Thiel
858c6be02a
publish andoidpublisher v5.0.5
2024-03-11 10:36:59 +01:00
Sebastian Thiel
43e5c6fffb
bump version of AndoidPublisher
2024-03-11 10:35:27 +01:00
Sebastian Thiel
3c816c6c16
Setup for release of 5.0.5 for selected APIs that need CONTENT_LENGTH fix ( #476 )
2024-03-11 10:30:16 +01:00
Sebastian Thiel
f60e77e0da
Merge branch 'content-length-fix'
2024-03-11 10:22:05 +01:00
DreamingCodes
de4fd8040a
fixed Content-Length with empty body
2024-03-11 10:18:15 +01:00
Sebastian Thiel
292a86ee5a
Merge branch 'docker'
2024-03-11 10:16:58 +01:00
Sebastian Thiel
36f78cdebf
fix lints by avoiding deprecated methods with latest chrono
2024-03-11 10:13:22 +01:00
DreamingCodes
2d2bec2452
add .devcontainer
2024-03-10 15:29:40 +01:00
Sebastian Thiel
ef8dc60e71
Merge branch 'update-apis'
2024-03-05 21:07:11 +01:00
Sebastian Thiel
1216fcf695
set version 5.0.4 and publish APIs
2024-03-05 21:02:48 +01:00
Sebastian Thiel
5df596b52a
update blacklist to assure all CLIs build
2024-03-05 19:36:21 +01:00
Sebastian Thiel
55badfe90e
regen all APIs
2024-03-05 19:07:52 +01:00
Sebastian Thiel
ca974aa0a5
update all APIs
...
Like documented in the README
```
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
```
2024-03-05 19:07:48 +01:00
Sebastian Thiel
8a12e9d47e
fix python
...
Maybe it now works on CI as well?
2024-03-05 19:07:36 +01:00
Sebastian Thiel
d2f85bb142
make virtualenv work again
2024-03-05 18:37:33 +01:00
Sebastian Thiel
b74056b4b7
Merge pull request #471 from ytanay/fix-base64-deserialization-borrowed
...
Fix base64 deserialization when using a reader
2024-02-03 10:28:35 +01:00
Yotam Tanay
a8d7356282
Use Cow for reading base64 strings
2024-02-03 11:15:45 +02:00
Yotam Tanay
f990fd0589
Add failing test case for reading base64 string via reader
2024-02-03 11:10:45 +02:00
Sebastian Thiel
00a3e18145
Merge pull request #465 from andrewbaxter/field-mask-pub-value
...
Make field mask inner public
2024-01-06 11:16:43 +01:00
andrew
d09893e921
Add docstring
2024-01-06 18:57:31 +09:00
andrew
157b45f606
Add FieldMask new method instead of making internals public
2024-01-06 17:42:03 +09:00
andrew
1ee401408c
Make field mask inner public
2024-01-06 13:17:16 +09:00
Sebastian Thiel
5a190c7e20
Release google-apis-common v6.0.1
2024-01-05 18:44:44 +01:00
Sebastian Thiel
3e0829caf7
prepare changelog prior to google-apis-common release.
2024-01-05 18:44:08 +01:00
Sebastian Thiel
23aecc38e8
Merge pull request #464 from andrewbaxter/standard-base64
...
Attempt to add 'standard' base64 bytes support
2024-01-05 18:42:22 +01:00
Sebastian Thiel
d404113bee
Merge branch 'OMGeeky/main'
2023-10-22 15:35:10 +02:00
Sebastian Thiel
c30df00f35
Add even more derived traits to Scope
2023-10-22 15:34:28 +02:00
OMGeeky
8895ac698f
remove changes from generated file
2023-10-22 13:48:29 +02:00
OMGeeky
aa8b90002e
Add Clone derive to Scope enum
2023-10-22 13:47:00 +02:00
OMGeeky
a171d0e8dd
Add Debug derive to Scope enum
...
Adding that makes logging and debugging easier.
2023-10-21 02:00:14 +02:00
Eugene Marcotte
ee4ed07af1
Attempt to add 'standard' base64 bytes support
...
https://github.com/Byron/google-apis-rs/issues/442 flags an issue where
some APIs respond with non-valid base64 bytes values for the "URL safe"
flavor of configuration.
This adds support for a "standard" wrapper adjacent to the URL safe one
with the intention of finding a way to flag which structures should use
which configuration.
2023-09-26 17:56:57 -04:00
Sebastian Thiel
eee899d1f8
add remaining publish markers
2023-08-24 14:58:59 +02:00
Sebastian Thiel
d189f3055a
Don't depend on latest source as this will prevent markers to work as expected.
2023-08-23 14:25:02 +02:00
Sebastian Thiel
66ff40e765
use cargp publish instead of cargo smart-release
...
It definitely fits our use-case here better.
2023-08-23 14:22:42 +02:00
Sebastian Thiel
b02118758a
keep publish markers
2023-08-23 14:17:43 +02:00
Sebastian Thiel
89b4bd3546
avoid pushing publish results each time; consider returning to cargo publish
2023-08-23 14:16:49 +02:00
Sebastian Thiel
ec211f3601
Release google-gan1_beta1 v5.0.3+20130205
2023-08-23 14:11:21 +02:00