Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

50 lines (37 loc) · 1.38 KB

Changelog

All notable changes to Convex core modules will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • Constant compilation for :static declarations in core / other libraries

Changed

Fixed

[0.7.2] - 2021-11-01

Added

  • Set can now be constructed with any Countable

Changed

  • Convex.queryXXX methods now return a CompletableFuture instead of Future
  • Some Juice cost adjustments
  • empty? now works on any Countable structure (including Strings and Blobs)
  • RefSoft instances now directly reference a store instead of relying on thread locals
  • Miscellaneous internal refactoring for Peers

Fixed

  • Eliminate non-canonical NaN values

[0.7.1] - 2021-09-28

Added

  • Server now generates a keypair automatically if required
  • Added for-loop for imperative C-style looping
  • Support casting Longs <-> Blobs
  • Bitwise Long operations bit-and, bit-or, bit-xor and bit-not
  • Convenience overloads for Convex client API query and transact with String values

Fixed

  • Fix for Etch data length persistent issue

[0.7.0] - 2021-09-08

Added

  • Initial Public Alpha release
  • Core CVM
  • Convergent Proof Of Stake Consensus
  • Command Line Interface (CLI)
  • GUI Testing Interface
  • Benchmark Suites