Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@Speedy37 Speedy37 released this 17 Sep 23:49
· 7 commits to master since this release
af3908b
  • #203: Defaults to foundationdb 6.2.x API version
  • #194: Add support for pack with versionstamp
  • #194: Fix a bug in the unpacking of signed integers
  • #194: Add support for BigInt on Element
  • #194: Element now implement Ord and matches the packed ordering
  • #194: Bindingtester output now matches official python output
  • #179, #182, #202, #204: Fix possible runloop undefined behaviors
    (fdb_stop_network MUST be called before the program exits, see issues #170, #181, #202).
    Fixing it required a breaking change with the foundationdb::boot() API
  • #177: Add support for NEGINTSTART, POSINTEND encoding (@garrensmith)
  • #178: Add support for num-bigint
  • #184: Fix use after free in Database::new, Cluster::new
  • #187: Add #[non_exhaustive] on generated enums