Commit Graph

2272 Commits

Author SHA1 Message Date
Steven Fackler
0516cb9d10 Release postgres 0.15.2 2018-02-11 17:19:52 -08:00
Steven Fackler
e1f31a4493 Release postgres-shared v0.4.1 2018-02-11 17:17:52 -08:00
Steven Fackler
0ff73e43b5 Release postgres-protocol 0.3.2 2018-02-11 17:14:02 -08:00
Steven Fackler
92808c22f5
Merge pull request #320 from dunkelstern/feature/db-errors-in-notifications
Add handling of DB-Errors in Notification processing
2018-01-30 09:40:52 -05:00
Johannes Schriewer
5171cbeca0 Add test for DB disconnects while waiting for notifications 2018-01-30 15:32:43 +01:00
Johannes Schriewer
75527beacf Add handling of DB-Errors in Notification processing
Handle the error that is generated when the DB connection goes down instead of panicing with
an unreachable code error. This allows the notification client to retry establishing the
connection instead of crashing the complete program.
2018-01-29 17:36:27 +01:00
Kyle Huey
b9b3f47151 Change Handshake trait to not consume itself on use. 2018-01-29 04:16:32 -08:00
Kyle Huey
b171da35f5 Add an is_desynchronized on tokio_postgres::Connection. 2018-01-29 03:05:16 -08:00
Steven Fackler
64286d0804
Merge pull request #319 from chinedufn/master
Add README link to `r2d2-postgres`
2018-01-28 18:10:40 -08:00
Chinedu Francis Nwafili
1ab0775aaa
Add README link to r2d2-postgres 2018-01-28 19:47:27 -05:00
Steven Fackler
6175c67386
Merge pull request #318 from chinedufn/master
Specify required version of optional crates
2018-01-27 14:59:02 -08:00
Chinedu Francis Nwafili
8fe39f381a
Add all optional crate versions 2018-01-27 02:00:18 -05:00
Chinedu Francis Nwafili
d24bad88ff
Specify required version of geo 2018-01-27 01:44:50 -05:00
Steven Fackler
691eec2533
Merge pull request #313 from FauxFaux/update-sha2-0.7
Upgrade hmac, sha2 and generic_array
2018-01-15 11:21:10 -08:00
Chris West (Faux)
bcc0996f04 Hmac::new() is infalliable 2018-01-15 18:54:43 +00:00
Chris West (Faux)
50e17acae6 generic-array requires Rust 1.20; 1.23 is out so N-2 is fine 2018-01-14 15:31:48 +00:00
Chris West (Faux)
91090ef3e3 Upgrade hmac, sha2 and generic_array 2018-01-14 14:48:02 +00:00
Steven Fackler
9d200ea387 Fix the last warning 2018-01-09 21:25:35 -08:00
Steven Fackler
630e11ad4c More warnings fixes 2018-01-09 21:18:34 -08:00
Steven Fackler
bb3ebbf943 Fix some warnings 2018-01-09 21:15:35 -08:00
Steven Fackler
863a295aae Upgrade socket2 and log 2018-01-09 20:32:55 -08:00
Steven Fackler
89d39cc5ab Add an example to lazy_query 2017-10-15 18:31:59 -07:00
Steven Fackler
36c5903b8c Merge pull request #296 from Meralis40/tokio-postgres-windows
Correct build error on non-unix targets for tokio-postgres
2017-10-09 10:30:08 -07:00
Quentin Laveau
3e4186a316 Correct build error on non-unix targets for tokio-postgres 2017-10-09 09:24:43 +02:00
Steven Fackler
b7791509d0 Use Postgres 10 for CI 2017-10-05 14:20:26 -07:00
Steven Fackler
762a7aef7f Release v0.3.0 2017-09-30 16:14:46 -07:00
Steven Fackler
24abd2e319 Remove more deprecated use 2017-09-30 15:22:33 -07:00
Steven Fackler
a24704e998 Fix doctest 2017-09-30 15:16:45 -07:00
Steven Fackler
6780d41225 Stop using deprecated stuff 2017-09-30 15:14:02 -07:00
Steven Fackler
9373d2fa55 Update futures-state-stream 2017-09-30 14:56:15 -07:00
Steven Fackler
acb424afa4 Fix read timeout handling 2017-09-20 08:32:10 -04:00
Steven Fackler
eaab86f344 Release postgres-protocol 0.3.1 2017-09-12 21:04:59 -04:00
Steven Fackler
c3062b3782 Bump base64 version 2017-09-12 20:45:44 -04:00
Steven Fackler
f0eccf37f1 Merge pull request #287 from FauxFaux/bump-crypto-deps
bump generic-array dependents' versions
2017-09-04 11:27:42 -06:00
Chris West (Faux)
58133f37e1 bump generic-array dependents' versions 2017-09-04 18:22:38 +01:00
Steven Fackler
767a8d4418 Move to new circle config location 2017-08-10 19:34:59 -07:00
Steven Fackler
795b8dfa07 Upgrade to official rust image 2017-08-10 19:27:25 -07:00
Steven Fackler
456bbbee90 Merge pull request #286 from sfackler/connect-timeout
Add a connect timeout
2017-08-10 19:08:08 -07:00
Steven Fackler
932a7b19d7 Add a connect timeout
cc #246
2017-08-09 21:05:25 -07:00
Steven Fackler
5518e0de73 Merge pull request #283 from rory/connect-params-eq
Add Eq, ParialEq and Hash to ConnectParams (etc)
2017-08-03 13:57:52 -07:00
Rory McCann
7aef9a6029 Add Eq, ParialEq and Hash to ConnectParams (etc) 2017-08-03 21:37:17 +02:00
Steven Fackler
e65254634e Merge pull request #282 from djc/cow-tosql
Add impl ToSql for Cow<str> (see #280)
2017-08-03 10:20:30 -07:00
Dirkjan Ochtman
919e347fbc Add impl ToSql for Cow<str> (see #280) 2017-08-03 09:21:25 +02:00
Steven Fackler
1f11c47095 Bump version in readme 2017-07-23 20:15:38 -07:00
Steven Fackler
fdc4a01b1a Fix up dep constraint 2017-07-23 16:50:00 -07:00
Steven Fackler
1d9c7d4c79 Release postgres v0.15.1 2017-07-23 15:58:52 -07:00
Steven Fackler
d0db938f82 Forward macros 2017-07-23 15:43:05 -07:00
Steven Fackler
178d119c21 Fix build 2017-07-23 13:08:12 -07:00
Steven Fackler
5524e21f9a Release postgres v0.15.0 2017-07-23 12:45:40 -07:00
Steven Fackler
06c1b55f8c Release postgres-shared v0.4.0 2017-07-23 12:44:06 -07:00