Skip to content

Releases: eBay/bsonpatch

Releasing 0.4.12

19 Apr 00:58
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.12

Available on Maven Central

Updates

In addition to minor library level updates, this release includes the following changes since v0.4.9:

  • PR #120 Explicit Split of Replace Op | Null Json Node handling
  • PR #140 Forbid remove missing flag
  • PR #142 create codeql-analysis

Releasing 0.4.9

11 Nov 21:20
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.9

Available on Maven Central

Updates

This release includes these changes since v0.4.4:

  • #77 Memory issue with 0.4.0+
  • PR #95 Complete implementation of JSON Pointer and better errors
  • PR 102 Add compatibility flag for ignoring missing target node in replace operation

Releasing 0.4.4

13 Apr 22:52
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.4

Updates

This release includes these changes since v0.4.3:

  • #69 Strange NumberFormatException when having maps with Long keys

Releasing 0.4.3

07 Mar 00:13
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.3

Updates

This release includes these changes since v0.4.2:

  • #65 Replace of non existing path results in addition of that path

Releasing 0.4.2

06 Feb 00:29
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.2

Updates

This release includes these changes since v0.4.1:

  • #64 copy/replace in one patch doc

Releasing 0.4.1

09 Jan 01:01
Compare
Choose a tag to compare

Matches zjsonpatch v0.4.1

Updates

This release includes these changes since v0.3.6:

  • #61 New flags introduces non compatible changes to JsonDiff.asJson
  • #60 Removing apache commons & Guava dependency
  • #57 Diff Replace - does not contain original value
  • #54 Tiny optimizations