File tree Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ is available [online][doxygen-link].
2222
2323## Release Notes
2424
25- ### v0.4.x - TBD
25+ ### v0.5.x - TBD
26+
27+ ### v0.4.x - 2019-02
28+
29+ * Fixed some documentation.
30+ * ** Breaking change** : Removed ` StatusOr<void> ` .
31+ * Updated ` StatusOr ` documentation.
32+ * Fixed some (minor) issues found by coverity.
2633
2734### v0.3.x - 2019-01
2835
Original file line number Diff line number Diff line change @@ -21,7 +21,20 @@ is available [online][doxygen-link].
2121
2222## Release Notes
2323
24- ### v0.6.x - TBD
24+ ### v0.7.x - TBD
25+
26+ ### v0.6.x - 2019-02
27+
28+ * Moved repo organization from GoogleCloudPlatform -> googleapis.
29+ * Implemented several more async functions.
30+ * ** Breaking change** : Started migrating functions to ` StatusOr ` and away from
31+ throwing exceptions.
32+ * Several fixes to bulk mutator (#1880 )
33+ * Disabled ` make install ` for external projects.
34+ * ` Row ` now has a move constructor.
35+ * Increased default message length limit.
36+ * Now testing build with libc++ on Linux.
37+ * Fixed some bugs found by Coverity scans.
2538
2639### v0.5.x - 2019-01
2740
Original file line number Diff line number Diff line change @@ -20,7 +20,26 @@ the reference guide includes a quick start guide.
2020
2121## Release Notes
2222
23- ### v0.4.x - TBD
23+ ### v0.5.x - TBD
24+
25+ ### v0.4.x - 2019-02
26+
27+ * ** Breaking change** : Removed almost all exception throwing in favor of
28+ ` StatusOr<T> ` return values.
29+ * Lots of cleanup to documentation and example code.
30+ * Avoids use of ` StatusOr::value() ` when the validity was already checked.
31+ * ` Client::ListBuckets() ` now directly returns ` ListBucketsReader ` , because it
32+ cannot fail so ` StatusOr ` was not needed.
33+ * Removed support for ` StatusOr<void> ` ; changed usages to return ` Status `
34+ instead.
35+ * 502s are now retryable errors from GCS.
36+ * ** Breaking change** : ` LockBucketRetentionPolicy ` returns a ` BucketMetadata `
37+ now instead of ` void ` .
38+ * Cleaned up documentation and example code.
39+ * Disabled ` make install ` for external projects.
40+ * Moved repo organization from GoogleCloudPlatform -> googleapis.
41+ * Moved some internal-only APIs out of public interfaces.
42+ * Fixed resuming uploads when the server responds with a 308.
2443
2544### v0.3.x - 2019-01
2645
You can’t perform that action at this time.
0 commit comments