1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
|
===============
Version history
===============
Plyvel 1.5.1
============
Release date: 2024-01-15
* Add Python 3.12 support
* Rebuild Linux wheels, including Python 3.12 wheels.
* Allow using plyvel.DB as a context manager
(`pr #151 <https://github.com/wbolster/plyvel/pull/151>`_)
Plyvel 1.5.0
============
Release date: 2022-10-26
* Rebuild Linux wheels, with ``manylinux_2_17`` and ``manylinux2014``
compatibility (``x86_64`` only). Also produce Python 3.11 wheels.
Still using Snappy 1.1.9 and LevelDB 1.22.
(`issue #148 <https://github.com/wbolster/plyvel/issues/148>`_)
Plyvel 1.4.0
============
Release date: 2021-12-29
* Build Linux wheels against Snappy 1.1.9, LevelDB 1.22, and produce
Python 3.10 wheels
(`issue #138 <https://github.com/wbolster/plyvel/issues/138>`_)
* The minimum LevelDB version is now 1.21
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)
* Add support for :py:meth:`WriteBatch.append()`
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)
* Add support for :py:meth:`WriteBatch.approximate_size()`
(`pr #121 <https://github.com/wbolster/plyvel/pull/121>`_)
Plyvel 1.3.0
============
Release date: 2020-10-10
* Use manylinux2010 instead of manylinux1 to build wheels
(`pr #103 <https://github.com/wbolster/plyvel/pull/103>`_)
* Add Python 3.9 support
* Drop Python 3.5 support
* Completely drop Python 2 support
Plyvel 1.2.0
============
Release date: 2020-01-22
* Add Python 3.8 support
(`pr #109 <https://github.com/wbolster/plyvel/pull/109>`_)
* Drop Python 3.4 support
(`pr #109 <https://github.com/wbolster/plyvel/pull/109>`_)
* Build Linux wheels against Snappy 1.1.8, LevelDB 1.22, and produce Python 3.8 wheels
(`issue #108 <https://github.com/wbolster/plyvel/issues/108>`_,
`pr #111 <https://github.com/wbolster/plyvel/pull/111>`_, )
* Improve compilation flags for Darwin (OSX) builds
(`pr #107 <https://github.com/wbolster/plyvel/pull/107>`_)
Plyvel 1.1.0
============
Release date: 2019-05-02
* Expose :py:attr:`~DB.name` attribute to Python code
(`pr #90 <https://github.com/wbolster/plyvel/pull/90>`_)
* Fix building sources on OSX.
(`issue #95 <https://github.com/wbolster/plyvel/issues/95>`_,
`pr #97 <https://github.com/wbolster/plyvel/pull/97>`_)
* Build Linux wheels against LevelDB 1.21
Plyvel 1.0.5
============
Release date: 2018-07-17
* Rebuild wheels: build against Snappy 1.1.7, and produce Python 3.7 wheels
(`issue #78 <https://github.com/wbolster/plyvel/issues/78>`_,
`pr #79 <https://github.com/wbolster/plyvel/pull/79>`_)
Plyvel 1.0.4
============
Release date: 2018-01-17
* Build Python wheels with Snappy compression support.
(`issue #68 <https://github.com/wbolster/plyvel/issues/68>`_)
Plyvel 1.0.3
============
Release date: 2018-01-16
* Fix building sources on OSX.
(`issue #66 <https://github.com/wbolster/plyvel/issues/66>`_,
`pr #67 <https://github.com/wbolster/plyvel/issues/67>`_)
Plyvel 1.0.2
============
Release date: 2018-01-12
* Correctly build wide unicode Python 2.7 wheels (cp27-cp27mu, UCS4).
(`issue #65 <https://github.com/wbolster/plyvel/issues/65>`_)
Plyvel 1.0.1
============
Release date: 2018-01-05
* Provide binary packages (manylinux1 wheels) for Linux.
These wheel packages have the LevelDB library embedded. This should
make installation on many Linux systems easier since these packages
do not depend on a recent LevelDB version being installed
system-wide: running ``pip install`` will simply download and
install the extension, instead of compiling it.
(`pr #64 <https://github.com/wbolster/plyvel/pull/64>`_,
`issue #62 <https://github.com/wbolster/plyvel/issues/62>`_,
`issue #63 <https://github.com/wbolster/plyvel/issues/63>`_)
Plyvel 1.0.0
============
Release date: 2018-01-03
* First 1.x release. This library is quite mature, so there is no reason to keep
using 0.x version numbers. While at it, switch to semantic versioning.
* Drop support for older Python versions. Minimum versions are now Python 3.4+
for modern Python and Python 2.7+ for legacy Python.
* The mimimum LevelDB version is now 1.20, which added an option for
the maximum file size, which is now exposed in Plyvel.
(`pr #61 <https://github.com/wbolster/plyvel/pull/61>`_)
* The various ``.put()`` methods are no longer restricted to just `bytes` (`str`
in Python 2), but will accept any type implementing Python's buffer protocol,
such as `bytes`, `bytearray`, and `memoryview`. Note that this only applies to
values; keys must still be `bytes`.
(`issue #52 <https://github.com/wbolster/plyvel/issues/52>`_)
Plyvel 0.9
==========
Release date: 2014-08-27
* Ensure that the Python GIL is initialized when a custom comparator is used,
since the background thread LevelDB uses for compaction calls back into Python
code in that case. This makes single-threaded programs using a custom
comparator work as intended. (`issue #35
<https://github.com/wbolster/plyvel/issues/35>`_)
Plyvel 0.8
==========
Release date: 2013-11-29
* Allow snapshots to be closed explicitly using either
:py:meth:`Snapshot.close()` or a ``with`` block (`issue #21
<https://github.com/wbolster/plyvel/issues/21>`_)
Plyvel 0.7
==========
Release date: 2013-11-15
* New raw iterator API that mimics the LevelDB C++ interface. See
:py:meth:`DB.raw_iterator()` and :py:class:`RawIterator`. (`issue #17
<https://github.com/wbolster/plyvel/issues/17>`_)
* Migrate to `pytest` and `tox` for testing (`issue #24
<https://github.com/wbolster/plyvel/issues/24>`_)
* Performance improvements in iterator and write batch construction. The
internal calls within Plyvel are now a bit faster, and the `weakref` handling
required for iterators is now a lot faster due to replacing
:py:class:`weakref.WeakValueDictionary` with manual `weakref` handling.
* The `fill_cache`, `verify_checksums`, and `sync` arguments to various methods
are now correctly taken into account everywhere, and their default values are
now booleans reflecting the the LevelDB defaults.
Plyvel 0.6
==========
Release date: 2013-10-18
* Allow iterators to be closed explicitly using either
:py:meth:`Iterator.close()` or a ``with`` block (`issue #19
<https://github.com/wbolster/plyvel/issues/19>`_)
* Add useful ``__repr__()`` for :py:class:`DB` and :py:class:`PrefixedDB`
instances (`issue #16 <https://github.com/wbolster/plyvel/issues/16>`_)
Plyvel 0.5
==========
Release date: 2013-09-17
* Fix :py:meth:`Iterator.seek()` for :py:class:`PrefixedDB` iterators
(`issue #15 <https://github.com/wbolster/plyvel/issues/15>`_)
* Make some argument type checking a bit stricter (mostly ``None`` checks)
* Support LRU caches larger than 2GB by using the right integer type for the
``lru_cache_size`` :py:class:`DB` constructor argument.
* Documentation improvements
Plyvel 0.4
==========
Release date: 2013-06-17
* Add optional 'default' argument for all ``.get()`` methods
(`issue #11 <https://github.com/wbolster/plyvel/issues/11>`_)
Plyvel 0.3
==========
Release date: 2013-06-03
* Fix iterator behaviour for reverse iterators using a prefix
(`issue #9 <https://github.com/wbolster/plyvel/issues/9>`_)
* Documentation improvements
Plyvel 0.2
==========
Release date: 2013-03-15
* Fix iterator behaviour for iterators using non-existing start or stop keys
(`issue #4 <https://github.com/wbolster/plyvel/issues/4>`_)
Plyvel 0.1
==========
Release date: 2012-11-26
* Initial release
|