Sebastian Thiel
ce47a46ca4
Merge pull request #493 from serprex/base64v22
...
update dependencies
2024-04-26 14:47:04 +02:00
Philip Dubé
4b23b5a0c6
6.0.4
2024-04-26 12:18:14 +00:00
Philip Dubé
0fca3a944a
base64 0.22, serde_with 3, url 2
...
url v2 no longer exports percent_encoding, add percent-encoding v2 as explicit dependency
percent-encoding v2 no longer includes predefined encoding sets
2024-04-26 01:23:12 +00:00
Sebastian Thiel
762690ab03
Merge pull request #492 from IvanUkhov/license
...
Update the license
2024-04-24 22:13:12 +02:00
Ivan Ukhov
52459ab1fa
Update the license
2024-04-24 10:11:33 +02:00
Sebastian Thiel
6f44ce8702
Merge pull request #491 from IvanUkhov/oauth2
...
Update yup-oauth2 to version 9
2024-04-24 08:25:40 +02:00
Ivan Ukhov
8d47fd5010
Update yup-oauth2 to version 9
2024-04-24 08:09:46 +02:00
Sebastian Thiel
764857a3cf
Merge pull request #490 from IvanUkhov/oauth2
...
Update yup-oauth2 in google-apis-common
2024-04-24 07:12:21 +02:00
Ivan Ukhov
ba52472c9f
Update yup-oauth2 in google-apis-common
2024-04-23 09:25:13 +02:00
Sebastian Thiel
5eb7457792
Merge pull request #489 from IvanUkhov/ci
...
Remove Travis
2024-04-23 08:37:29 +02:00
Sebastian Thiel
2fcf2c72b9
Merge pull request #488 from IvanUkhov/json
...
Update the JSON schemas
2024-04-23 08:36:02 +02:00
Ivan Ukhov
f1bac08c45
Remove Travis
2024-04-22 10:29:42 +02:00
Ivan Ukhov
74c049924f
Update the JSON schemas
...
The command executed was as follows:
rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
2024-04-22 10:18:55 +02:00
Sebastian Thiel
fe6fdb1985
Merge pull request #485 from IvanUkhov/spanner
...
Add support for Spanner
2024-04-22 10:12:19 +02:00
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