PumpkinDB v0.2.0 Release Notes
Release Date: 2017-06-07 // almost 8 years ago-
๐ In this release, the most notable change was splitting of PumpkinDB into
๐ multiple crates. This enables PumpkinDB users to build custom systems
(embedded and client-server ones) that use PumpkinDB as an engine. Also,
๐ pumpkinscript and pumpkindb_client crates allow building Rust applications
that use PumpkinDB as remote clients. pumpkindb_mio_server crate simplifies
๐ developing custom PumpkinDB server builds.A confusing "word" term has been changed to "instruction" to provide a clearer
indication of the concept behind it.We've also introduced more conventions around numbers (especially
signed and unsigned sized integers, as well as floats) and added respective
instructions to the library.๐ Initial UUID support has been added. Cursor API surface has been reduced and
is much easier to comprehend now.Internally, a lot has changed. A new messaging system (it is now available
not only through the server component, but pumpkindb_engine as well). Dispatcher
trait allows defining custom sets of instruction "modules" and is flexible enough
๐ to support both static and dynamic dispatching.And, of course, a number of bugs has been spotted and some of them were even
๐ fixed. We've also optimized a number of things and found out that there's a lot
โก๏ธ more to optimize in the upcoming versions!๐ This is the first release with published library crates on crates.io
๐ Also, this release includes statically built versions of PumpkinDB server
๐ง and terminal for Linux (using musl). This is an experimental build as in
the future we might need to depend on some dynamically libraries.๐ New contributors: alex, Christoph Herzog, Guillaume Gauvrit, Matteo Semenzato and Stuart Hinson.
Thank you!
SHA-256 checksums:
File Checksum pumpkindb-v0.2.0-x86_64-apple-darwin.tar.gz f7e81dfa0bfc02de31b4bd70c5b6a13e95a44550d33d53a77179f5c23a9efde4 ๐ pumpkindb-v0.2.0-x86_64-pc-windows-msvc.zip ๐ง pumpkindb-v0.2.0-x86_64-unknown-linux-gnu.tar.gz ๐ง pumpkindb-v0.2.0-x86_64-unknown-linux-musl.tar.gz
Previous changes from v0.1.0
-
๐ This is PumpkinDB's first release (ever!), the intention of which is to finally provide some binaries to those who want to play with PumpkinDB but can't be ๐ bothered to install Rust and switch to nightly builds just yet!
Don't expect it to be very stable or feature-complete. Those were the non-goals this time around!
We'd really like you to try it out and let us know what you think about it!
SHA-256 checksums:
File Checksum pumpkindb-v0.1.0-x86_64-apple-darwin.tar.gz 0c4bf2f56bee2139d3a0616be882df828fe881abd45a8176d076547fb9da7ea8 ๐ pumpkindb-v0.1.0-x86_64-pc-windows-msvc.zip ๐ง pumpkindb-v0.1.0-x86_64-unknown-linux-gnu.tar.gz