|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [5.2.0] - 2025-06-20 |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- `binary_result` to `send_query` and `send_query_prepared`. Thanks to |
| 8 | + Christophe Raffalli for the contribution. |
| 9 | + |
3 | 10 | ## [5.1.3] - 2024-12-08
|
4 | 11 |
|
5 | 12 | ### Fixed
|
6 | 13 |
|
7 |
| -- Cross-compilation in discover process. Thanks to Antonio Nuno Monteiro for |
8 |
| - the patch. |
| 14 | +- Cross-compilation in discover process. Thanks to Antonio Nuno Monteiro for the |
| 15 | + patch. |
9 | 16 |
|
10 | 17 | ## [5.1.2] - 2024-12-08
|
11 | 18 |
|
|
62 | 69 |
|
63 | 70 | ### Removed
|
64 | 71 |
|
65 |
| -- Incorrect `[@@noalloc]` from `is_busy` external call. Thanks to Dmitry |
66 |
| - Astapov for this patch. |
| 72 | +- Incorrect `[@@noalloc]` from `is_busy` external call. Thanks to Dmitry Astapov |
| 73 | + for this patch. |
67 | 74 |
|
68 | 75 | ## [4.6.2] - 2020-08-04
|
69 | 76 |
|
|
75 | 82 |
|
76 | 83 | ### Fixed
|
77 | 84 |
|
78 |
| -- Bug in `request_cancel` that turned errors into success and success into |
79 |
| - an error. Thanks to Dmitry Astapov for this patch. |
| 85 | +- Bug in `request_cancel` that turned errors into success and success into an |
| 86 | + error. Thanks to Dmitry Astapov for this patch. |
80 | 87 |
|
81 | 88 | ### Added
|
82 | 89 |
|
|
98 | 105 |
|
99 | 106 | ### Changed
|
100 | 107 |
|
101 |
| -- Switched from `caml_alloc_custom` to `caml_alloc_custom_mem` to improve |
102 |
| - memory usage and GC performance. |
| 108 | +- Switched from `caml_alloc_custom` to `caml_alloc_custom_mem` to improve memory |
| 109 | + usage and GC performance. |
103 | 110 | - Switched to OPAM file generation via `dune-project`.
|
104 | 111 |
|
105 | 112 | ## [4.5.1] - 2019-10-11
|
|
116 | 123 |
|
117 | 124 | ### Added
|
118 | 125 |
|
119 |
| -- Support for `put_copy_data`, `put_copy_end`, and `get_copy_data`. Thanks |
120 |
| - to Petter A. Urkedal for the patch. |
| 126 | +- Support for `put_copy_data`, `put_copy_end`, and `get_copy_data`. Thanks to |
| 127 | + Petter A. Urkedal for the patch. |
121 | 128 |
|
122 | 129 | ## [4.4.2] - 2019-03-28
|
123 | 130 |
|
|
136 | 143 |
|
137 | 144 | ### Added
|
138 | 145 |
|
139 |
| -- Support for executing queries with binary results. Thanks to Paul Biggar |
140 |
| - for the patch. |
| 146 | +- Support for executing queries with binary results. Thanks to Paul Biggar for |
| 147 | + the patch. |
141 | 148 |
|
142 | 149 | ## [4.3.0] - 2017-12-30
|
143 | 150 |
|
144 | 151 | ### Added
|
145 | 152 |
|
146 |
| -- Error handling functions for extracting more error details. Thanks to |
147 |
| - Sean Grove for the patches. |
| 153 | +- Error handling functions for extracting more error details. Thanks to Sean |
| 154 | + Grove for the patches. |
148 | 155 |
|
149 | 156 | ## [4.2.1] - 2017-11-22
|
150 | 157 |
|
|
156 | 163 |
|
157 | 164 | ### Fixed
|
158 | 165 |
|
159 |
| -- Bigarray library dependencies, eliminating the need for explicit linking |
160 |
| - with `bigarray`. |
| 166 | +- Bigarray library dependencies, eliminating the need for explicit linking with |
| 167 | + `bigarray`. |
161 | 168 |
|
162 | 169 | ### Changed
|
163 | 170 |
|
|
0 commit comments