All Versions
2
Latest Version
Avg Release Cycle
102 days
Latest Release
2487 days ago

Changelog History

  • v0.2.0 Changes

    June 07, 2017

    ๐Ÿš€ 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
  • v0.1.0 Changes

    February 25, 2017

    ๐Ÿš€ 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