Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

1.1.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@hanumantmk hanumantmk released this 12 Nov 22:54
· 813 commits to master since this release
1.1.0-rc0
01e9ebc

Libbson 1.1.0-rc0

It is my pleasure to announce to you the release of Libbson-1.1.0-rc0.

This release is a release candidate release with some ABI additions and bugfixes.

ABI changes include:

  • Deprecation of bson_copy_to_excluding
  • Addition of bson_copy_to_excluding_noinit

Other changes include:

  • Addition of a versioned ABI for the libbson shared library
  • fixed bson_get_monotonic_time fallback when a system monotonic clock can not
    be found. Formerly failed to compile with an incorrect call to
    bson_gettimeofday
  • Allow the "dbref" convention in bson_validate when BSON_VALIDATE_DOLLAR_KEYS
    is present
  • Support for ISO-8601 or $numberLong dates in bson <-> json parsing
  • Quiet various compiler warnings

Thanks to everyone who contributed to the development of this release candidate for
Libbson.

  • Adam Midvidy
  • Christian Hergert
  • Daniel Colchete
  • Ivan Suvorov
  • Jason Carey
  • Jérôme Lebel

-- Jason Carey