Releases: mongodb/libbson
Libbson 1.3.0-beta0
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
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
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
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
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
No change since 1.1.9; released to keep pace with libmongoc's version.
-- A. Jesse Jiryu Davis
Libbson 1.1.9
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
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
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
No change since 1.1.5; released to keep pace with libmongoc's version.
-- A. Jesse Jiryu Davis