File tree 5 files changed +15
-24
lines changed
5 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
4
-
5
- ## [ v0.4.1] - 2019-06-29
3
+ ## v0.4.1 - 2019-06-29
6
4
7
5
### Added
8
6
9
7
* Added ` backend::Framed ` to minimally parse the structure of backend messages.
10
8
11
- ## [ v0.4.0] - 2019-03-05
9
+ ## v0.4.0 - 2019-03-05
12
10
13
11
### Added
14
12
23
21
24
22
Look at the [ release tags] for information about older releases.
25
23
26
- [ Unreleased ] : https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.1...master
27
- [ v0.4.1 ] : https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.4.0...postgres-protocol-v0.4.1
28
- [ v0.4.0 ] : https://github.com/sfackler/rust-postgres/compare/postgres-protocol-v0.3.2...postgres-protocol-v0.4.0
29
24
[ release tags ] : https://github.com/sfackler/rust-postgres/releases
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased ]
3
+ ## v0.16.0-rc.2 - 2019-06-29
4
4
5
- ## [ v0.16.0-rc.1] - 2019-04-06
5
+ ### Fixed
6
+
7
+ * Documentation fixes
8
+
9
+ ## v0.16.0-rc.1 - 2019-04-06
6
10
7
11
### Changed
8
12
93
97
94
98
Look at the [release tags ] for information about older releases .
95
99
96
- [Unreleased ]: https : // github.com/sfackler/rust-postgres/compare/postgres-v0.16.0-rc.1...master
97
- [v0 . 16.0 - rc . 1 ]: https : // github.com/sfackler/rust-postgres/compare/postgres-v0.15.2...postgres-v0.16.0-rc.1
98
100
[release tags ]: https : // github.com/sfackler/rust-postgres/releases
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " postgres"
3
- version = " 0.16.0-rc.1 "
3
+ version = " 0.16.0-rc.2 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " MIT/Apache-2.0"
Original file line number Diff line number Diff line change 50
50
//!
51
51
//! TLS support is implemented via external libraries. `Client::connect` and `Config::connect` take a TLS implementation
52
52
//! as an argument. The `NoTls` type in this crate can be used when TLS is not required. Otherwise, the
53
- //! `tokio- postgres-openssl` and `tokio- postgres-native-tls` crates provide implementations backed by the `openssl` and
54
- //! `native-tls` crates, respectively.
55
- #![ doc( html_root_url = "https://docs.rs/postgres/0.16.0-rc.1 " ) ]
53
+ //! `postgres-openssl` and `postgres-native-tls` crates provide implementations backed by the `openssl` and `native-tls`
54
+ //! crates, respectively.
55
+ #![ doc( html_root_url = "https://docs.rs/postgres/0.16.0-rc.2 " ) ]
56
56
#![ warn( clippy:: all, rust_2018_idioms, missing_docs) ]
57
57
58
58
#[ cfg( feature = "runtime" ) ]
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ Unreleased]
4
-
5
- ## [ v0.4.0-rc.3] - 2019-06-29
3
+ ## v0.4.0-rc.3 - 2019-06-29
6
4
7
5
### Fixed
8
6
12
10
13
11
* The items of the stream passed to ` copy_in ` must be ` 'static ` .
14
12
15
- ## [ v0.4.0-rc.2] - 2019-03-05
13
+ ## v0.4.0-rc.2 - 2019-03-05
16
14
17
15
### Fixed
18
16
19
17
* Fixed Cargo features to actually enable the functionality they claim to.
20
18
21
- ## [ v0.4.0-rc.1] - 2019-03-05
19
+ ## v0.4.0-rc.1 - 2019-03-05
22
20
23
21
### Changed
24
22
53
51
54
52
Look at the [ release tags] for information about older releases.
55
53
56
- [ Unreleased ] : https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.3...master
57
- [ v0.4.0-rc.3 ] : https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.2...tokio-postgres-v0.4.0-rc.3
58
- [ v0.4.0-rc.2 ] : https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...tokio-postgres-v0.4.0-rc.2
59
- [ v0.4.0-rc.1 ] : https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.3.0...tokio-postgres-v0.4.0-rc.1
60
54
[ release tags ] : https://github.com/sfackler/rust-postgres/releases
You can’t perform that action at this time.
0 commit comments