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

Releases: mongodb/libbson

Libbson 1.3.0-beta0

18 Nov 20:31
Compare
Choose a tag to compare
Libbson 1.3.0-beta0 Pre-release
Pre-release

It is my pleasure to announce to you the beta release of Libbson-1.3.0.

Changes since the previous stable release, 1.2.1:

  • Fix potential crash in bson_strncpy on Windows.
  • Fix compiler warnings and errors, especially with Visual Studio 2015
    and IBM XL C.
  • Combine environment's CFLAGS with configure options when building.

Thanks to everyone who contributed to the development of this release.

  • Hannes Magnusson
  • A. Jesse Jiryu Davis
  • Jeroen Ooms
  • Petr Písař
  • xpol

Peace,

A. Jesse Jiryu Davis

Libbson 1.2.1

29 Oct 20:20
Compare
Choose a tag to compare

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

  • Fixed compiler warnings and build failures on MinGW.
  • Improve content and format of HTML documentation and man pages.

Thanks to everyone who contributed to the development of this release.

  • A. Jesse Jiryu Davis
  • Hannes Magnusson

Peace,

A. Jesse Jiryu Davis

Libbson 1.2.0

13 Oct 18:42
Compare
Choose a tag to compare

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

Changes since the previous stable release, 1.1.11:

  • Add bson_mem_restore_vtable(), the inverse of bson_mem_set_vtable().
  • Enable runtime asserts in release build.
  • Fixed compiler warnings and build failures on various platforms.
  • Improvements to the formatting and contents of the documentation.

Thanks to everyone who contributed to the development of this release.

  • A. Jesse Jiryu Davis
  • Hannes Magnusson
  • Jason Carey
  • Kyle Suarez
  • Derick Rethans
  • David Hatch

Peace,

A. Jesse Jiryu Davis

Libbson 1.2.0-rc0

01 Oct 20:18
Compare
Choose a tag to compare
Libbson 1.2.0-rc0 Pre-release
Pre-release

It is my pleasure to announce to you the release candidate of Libbson-1.2.0.

Changes:

  • Merge changes from 1.1.11.
  • Enable runtime asserts in release build.

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

  • A. Jesse Jiryu Davis
  • Hannes Magnusson
  • Kyle Suarez
  • Jason Carey

-- A. Jesse Jiryu Davis

Libbson-1.1.11

23 Sep 19:32
Compare
Choose a tag to compare

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

This is a patch release with improvements to the documentation:

  • Document bson streaming reads with an example,
    bson-streaming-reader.c.
  • Document callback function types bson_reader_destroy_func_t and
    bson_reader_read_func_t.

Thanks to Kyle Suarez for his contributions to this version of Libbson.

-- A. Jesse Jiryu Davis

Libbson 1.1.10

22 Jul 00:30
Compare
Choose a tag to compare

No change since 1.1.9; released to keep pace with libmongoc's version.

-- A. Jesse Jiryu Davis

Libbson 1.1.9

29 Jun 03:44
Compare
Choose a tag to compare

This is a patch release with a fix for the build system:

  • "./configure --enable-coverage" works now.

-- A. Jesse Jiryu Davis

Libbson 1.1.8

21 Jun 04:29
Compare
Choose a tag to compare

Update: Since libmongoc 1.1.8 suffers a regression, CDRIVER-721, I've removed libmongoc 1.1.8 from GitHub. Removing libbson 1.1.8 as well for simplicity.

No change since 1.1.7; released to keep pace with libmongoc's version.

-- A. Jesse Jiryu Davis

Libbson 1.1.7

09 Jun 20:52
Compare
Choose a tag to compare

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

This is a patch release with bug fixes:

  • Unchecked error in bson_utf8_escape_for_json caused unbounded memory growth
    and a crash.
  • Nicer floating-point formatting in bson_as_json.
  • Link error with CMake on Mac.

Thanks to everyone who contributed to this version of Libbson.

  • A. Jesse Jiryu Davis
  • Jason Carey
  • Jeroen Ooms
  • Hannes Magnusson
  • Hendrik Dahlkamp

-- A. Jesse Jiryu Davis

Libbson 1.1.6

18 May 21:51
Compare
Choose a tag to compare

No change since 1.1.5; released to keep pace with libmongoc's version.

-- A. Jesse Jiryu Davis