File tree 6 files changed +60
-15
lines changed
6 files changed +60
-15
lines changed Original file line number Diff line number Diff line change
1
+ Changelog
2
+ =========
3
+
4
+ All notable changes to ** ` google-cloud-rs ` ** will be documented in this file.
5
+
6
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
8
+
9
+ Unreleased
10
+ ----------
11
+
12
+ ### Added
13
+
14
+ ### Removed
15
+
16
+ ### Fixed
17
+
18
+ ### Changed
19
+
20
+ v0.2.0 - 2021-03-24
21
+ -------------------
22
+
23
+ ### Added
24
+
25
+ - [ pubsub] Added ` Subscription::receive_with_options ` (#33 )
26
+
27
+ ### Removed
28
+
29
+ ### Fixed
30
+
31
+ - [ storage] Fixed error when bucket listing turns out to be empty (#42 )
32
+ - [ pubsub] Changed default ` max_messages ` when pulling messages from ` 5 ` to ` 1 ` (#44 )
33
+
34
+ ### Changed
35
+
36
+ - Upgraded all dependencies (#35 and #41 )
37
+
38
+ v0.1.0 - 2020-08-23
39
+ -------------------
40
+
41
+ This is the initial release.
Original file line number Diff line number Diff line change 1
1
google-cloud-rs
2
2
===============
3
3
4
- ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/workflows/CI /badge.svg )
5
- ![ version] ( https://img.shields.io/crates/v/google-cloud )
6
- ![ docs] ( https://docs.rs/google-cloud/badge.svg )
7
- ![ license] ( https://img.shields.io/crates/l/google-cloud )
4
+ [ ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/actions/ workflows/ci.yaml /badge.svg )] ( https://github.com/google-apis-rs/google-cloud-rs/actions/workflows/ci.yaml )
5
+ [ ![ version] ( https://img.shields.io/crates/v/google-cloud )] ( https://crates.io/crates /google-cloud)
6
+ [ ![ docs] ( https://docs.rs/google-cloud/badge.svg )] ( https://docs.rs/google-cloud )
7
+ [ ![ license] ( https://img.shields.io/crates/l/google-cloud )] ( https://github.com/google-apis-rs/google-cloud-rs#license )
8
8
9
9
Asynchronous Rust bindings for Google Cloud Platform gRPC APIs.
10
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " google-cloud-derive"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
description = " Derive macros for the `google-cloud` library"
5
5
authors = [" Nicolas Polomack <nicolas@polomack.eu>" ]
6
6
edition = " 2018"
@@ -28,3 +28,7 @@ darling = "0.10.2"
28
28
[dev-dependencies ]
29
29
trybuild = " 1.0.25"
30
30
google-cloud = { path = " ../google-cloud" , features = [" derive" ] }
31
+
32
+ [package .metadata .docs .rs ]
33
+ all-features = true
34
+ rustdoc-args = [" --cfg" , " docsrs" ]
Original file line number Diff line number Diff line change 1
1
google-cloud-derive
2
2
===================
3
3
4
- ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/workflows/CI /badge.svg )
5
- ![ version] ( https://img.shields.io/crates/v/google-cloud-derive )
6
- ![ docs] ( https://docs.rs/google-cloud-derive /badge.svg )
7
- ![ license] ( https://img.shields.io/crates/l/google-cloud-derive )
4
+ [ ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/actions/ workflows/ci.yaml /badge.svg )] ( https://github.com/google-apis-rs/google-cloud-rs/actions/workflows/ci.yaml )
5
+ [ ![ version] ( https://img.shields.io/crates/v/google-cloud )] ( https://crates.io/crates/google-cloud )
6
+ [ ![ docs] ( https://docs.rs/google-cloud/badge.svg )] ( https://docs.rs/google-cloud )
7
+ [ ![ license] ( https://img.shields.io/crates/l/google-cloud )] ( https://github.com/google-apis-rs/google-cloud-rs#license )
8
8
9
9
Derive macros for the [ ** ` google-cloud ` ** ] ( https://crates.io/crates/google-cloud ) crate.
10
10
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " google-cloud"
3
+ version = " 0.2.0"
3
4
description = " Asynchronous Rust bindings for Google Cloud Platform gRPC APIs"
4
- version = " 0.1.0"
5
5
authors = [" Nicolas Polomack <nicolas@polomack.eu>" ]
6
6
edition = " 2018"
7
7
categories = [" web-programming" , " network-programming" , " asynchronous" ]
@@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
15
15
16
16
[dependencies ]
17
17
# Derive macros
18
- google-cloud-derive = { version = " =0.1 .0" , path = " ../google-cloud-derive" , optional = true }
18
+ google-cloud-derive = { version = " 0.2 .0" , path = " ../google-cloud-derive" , optional = true }
19
19
20
20
tonic = { version = " 0.4.1" , features = [" tls" , " prost" ] }
21
21
tokio = { version = " 1.4.0" , features = [" macros" , " fs" ] }
Original file line number Diff line number Diff line change 1
1
google-cloud
2
2
============
3
3
4
- ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/workflows/CI /badge.svg )
5
- ![ version] ( https://img.shields.io/crates/v/google-cloud )
6
- ![ docs] ( https://docs.rs/google-cloud/badge.svg )
7
- ![ license] ( https://img.shields.io/crates/l/google-cloud )
4
+ [ ![ CI] ( https://github.com/google-apis-rs/google-cloud-rs/actions/ workflows/ci.yaml /badge.svg )] ( https://github.com/google-apis-rs/google-cloud-rs/actions/workflows/ci.yaml )
5
+ [ ![ version] ( https://img.shields.io/crates/v/google-cloud )] ( https://crates.io/crates /google-cloud)
6
+ [ ![ docs] ( https://docs.rs/google-cloud/badge.svg )] ( https://docs.rs/google-cloud )
7
+ [ ![ license] ( https://img.shields.io/crates/l/google-cloud )] ( https://github.com/google-apis-rs/google-cloud-rs#license )
8
8
9
9
Asynchronous Rust bindings for Google Cloud Platform gRPC APIs.
10
10
You can’t perform that action at this time.
0 commit comments