Skip to content

Releases: open-source-parsers/jsoncpp

Bug-fixes

03 Nov 17:55
5defb4e
Compare
Choose a tag to compare
  • Minor bug-fixes (including for cmake)
  • Support for Bazel
  • Dropped compile-time deprecation warnings

Security and build system fixes

26 Sep 02:21
9059f5c
Compare
Choose a tag to compare

This patch contains several fixes found through the OSS-Fuzz project fuzzing, increasing the security of the library, as well as some fixes for different build systems.

1.9.3: Bug fixes, optimizations, cleanup

29 May 21:15
6aba23f
Compare
Choose a tag to compare

Fix #1181 : Update the version tag - 1.9.3.


This release includes several important bug fixes for unblocking some consumer's use cases.

  1. Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this flag in pre-release.
  2. Fixes to build system--improvements have been make for code correctness.
  3. Compile errors for various platforms have been resolved.
  4. Fuzzing has been fixed.
  5. Various bugs in the Reader and Writer code have been corrected.
  6. CPPTL support has been dropped.
  7. Various code improvements and optimizations.

00.11.0

30 Apr 08:03
Compare
Choose a tag to compare

This release is based on branch 00.11.z, which is different from branch 0.y.z and 1.y.z.

The main purpose of this release is to give users a third choice, that is, users can only have a copy of the code, but can build in different environments, so it can be used with old or newer compilers.

The benefit is that users can use some new features in this new branch that introduced in 1.y.z,
but can hardly applied into 0.y.z.

All changes in the source code are for compatibility with pre-C++11 and C++11 standards. At the same time , we add more CIs to ensure all changes in all environments can work well.

Medium size pre-release containing lots of build fixes

13 Nov 21:53
d2e6a97
Compare
Choose a tag to compare

We are still working towards a release that we consider completely "stable." However, since multiple build fixes have been consumed since 1.9.1, here is a prerelease 1.9.2 build that contains those fixes.

Minor patches

11 Jul 21:41
Compare
Choose a tag to compare
Minor patches Pre-release
Pre-release

This release contains some minor build fixes.

Medium-Large release containing 200 commits, bugfixes, enhancements

02 Jul 23:50
Compare
Choose a tag to compare

It's been ~2 years since the last release, so this has quite a few changes. Some highlights:

Mostly minor bug fixes and improvements, not too many big changes--not ready for version 2.0.0 release yet.

Need a new 0.y.z release

04 Dec 04:19
Compare
Choose a tag to compare

Needed for #828 (comment)

If this is really a minor update, sorry. And sorry for not updating the version string in the source-code. No time. A PR would be accepted.

Minor fixes; update docs

20 Dec 21:08
Compare
Choose a tag to compare
  • Functional changes
    • Serialize UTF-8 string with Unicode escapes (#687)
      • This will break anyone who relied on not Unicode-escaping their encoding strings.
      • See discussion at #687. (A future release might allow skipping all Unicode escape.)
    • Un-deprecate removeMember overloads, return void (#693)
    • Allow Json::Value to be used in a boolean context (#695)
    • Use move ctor in append() (#677)
    • Add value_type to improve integration with boost (#671)
  • Meta-changes
    • Fix meson.build to allow using jsoncpp as a subproject
    • Fix some compiler warnings
    • Update docs
    • Update for TravisCI

Bump soversion

30 Aug 22:28
Compare
Choose a tag to compare

Also, fix writeCommentBeforeValue() iter deref