You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-apis-common/CHANGELOG.md
+43-1Lines changed: 43 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,47 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 5.0.0 (2022-10-10)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-3625188eb5dac9f6dfe8e672a65e75dcb0810081/> apis-common for the 5.0 line of google crates.
13
+
It aids with better type decoding support.
14
+
15
+
### Commit Statistics
16
+
17
+
<csr-read-only-do-not-edit/>
18
+
19
+
- 16 commits contributed to the release over the course of 2 calendar days.
20
+
- 8 days passed between releases.
21
+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
22
+
- 0 issues like '(#ID)' where seen in commit messages
23
+
24
+
### Commit Details
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
<details><summary>view details</summary>
29
+
30
+
***Uncategorized**
31
+
- apis-common for the 5.0 line of google crates. ([`3625188`](https://github.com/Byron/google-apis-rs/commit/3625188eb5dac9f6dfe8e672a65e75dcb0810081))
32
+
- Use correct string impls for http headers ([`1c04f66`](https://github.com/Byron/google-apis-rs/commit/1c04f662d17fd131c9342bb4ccccb728e03b9376))
33
+
- Support serde for arbitrary field types ([`f6cced9`](https://github.com/Byron/google-apis-rs/commit/f6cced960594d680c2335c5740c331b99e46bdcc))
- refactor serde functionality into separate module ([`5398dc6`](https://github.com/Byron/google-apis-rs/commit/5398dc6f7945ee08071c8131ed3fb02163342a60))
41
+
- Fix type signatures ([`477be5d`](https://github.com/Byron/google-apis-rs/commit/477be5d76c1f33a1df6796684b4a29b59bd0ccfd))
42
+
- Use chrono::Duration directly with serde attributes ([`05df68d`](https://github.com/Byron/google-apis-rs/commit/05df68de324561773b9867f143bf7dbb4381f603))
43
+
- Add proper error handling for parsing Duration ([`444b610`](https://github.com/Byron/google-apis-rs/commit/444b610ddc62af31c9c95e6865b8e58452afb10f))
44
+
- Clean up duration parsing code ([`fc78001`](https://github.com/Byron/google-apis-rs/commit/fc780014d4e94b7a01c5237feb21999c86474cc1))
45
+
- Use appropriate types for date-time, duration, bytes ([`29aa8df`](https://github.com/Byron/google-apis-rs/commit/29aa8df15b0ee08b7dea83f9a25cd9d6c2304b99))
46
+
- Add support for duration and base64 serde ([`66c535e`](https://github.com/Byron/google-apis-rs/commit/66c535e4d67b2ebcb726eaad4cb6daf24c650ecc))
47
+
</details>
48
+
8
49
## 4.0.1 (2022-10-02)
9
50
10
51
`+Send` trait bound for `GetToken`.
@@ -13,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
54
14
55
<csr-read-only-do-not-edit/>
15
56
16
-
-10 commits contributed to the release over the course of 3 calendar days.
57
+
-11 commits contributed to the release over the course of 3 calendar days.
17
58
- 6 days passed between releases.
18
59
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
19
60
- 0 issues like '(#ID)' where seen in commit messages
@@ -25,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments