File tree 5 files changed +13
-7
lines changed 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8
4
+
5
+ - printer for connection spec
6
+ - add ` send_pipelined_custom_requests `
7
+ - add more docs about pubsub
8
+
3
9
## 0.7.1
4
10
5
- fix: remove debug message in pool
11
+ - fix: remove debug message in pool
6
12
7
13
## 0.7
8
14
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
2
maintainer: "Simon Cruanes"
3
- version: "0.7.1 "
3
+ version: "0.8 "
4
4
authors: [
5
5
"Mike Wells"
6
6
"David Höppner"
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "0.7.1 "
2
+ version: "0.8 "
3
3
maintainer: "Simon Cruanes"
4
4
authors: [
5
5
"Mike Wells"
Original file line number Diff line number Diff line change 1
1
opam-version: "2.0"
2
- version: "0.7.1 "
2
+ version: "0.8 "
3
3
maintainer: "Simon Cruanes"
4
4
authors: [
5
5
"Mike Wells"
Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ module type Client = sig
96
96
97
97
val string_of_connection_spec : connection_spec -> string
98
98
(* * Print the spec
99
- @since NEXT_RELEASE *)
99
+ @since 0.8 *)
100
100
101
101
val pp_connection_spec : Format .formatter -> connection_spec -> unit
102
102
(* * Print the spec
103
- @since NEXT_RELEASE *)
103
+ @since 0.8 *)
104
104
105
105
val connection_spec : ?port : int -> string -> connection_spec
106
106
(* * Create a connection spec with the given host.
@@ -154,7 +154,7 @@ module type Client = sig
154
154
val send_pipelined_custom_requests : connection -> string list list -> reply list IO .t
155
155
(* * Send a list of custom requests in a pipelined fashion (all are written, then all
156
156
replies are read)
157
- @since NEXT_RELEASE *)
157
+ @since 0.8 *)
158
158
159
159
(* * Authenticate to server with username and password. *)
160
160
val auth_acl : connection -> string -> string -> unit IO .t
You can’t perform that action at this time.
0 commit comments