Skip to content

Releases: franslundberg/binson-java

3.4, 2019-05-29

29 May 10:36
Compare
Choose a tag to compare
  • Added method Binson.fieldNames(). It returns a sorted list of field names.
    Can be used to iterate the fields of a Binson object.

3.3, 2018-07-04

04 Jul 14:33
Compare
Choose a tag to compare
  • Added limit to number of fields that the parser accepts. By default, BinsonParser now
    accepts no more than 1000 fields of a Binson object. The actual limit can be set;
    see BinsonParser.setMaxFieldCount().

  • Some improvements to code beauty.

3.2, 2018-06-09

09 Jun 11:13
Compare
Choose a tag to compare
  • Strict parsing for integer ranges now enforced. As specified in BINSON-SPEC-1, integers
    MUST be stored with as few bytes as possible. This is now enforced by the parser.
    Data that violates this, will result in a BinsonFormatException.

3.1, 2018-05-18

18 May 16:35
Compare
Choose a tag to compare
  • Strict parsing introduced. See Issue #6.

3.0, 2018-01-10

10 Jan 14:42
Compare
Choose a tag to compare
  • Support for Binson strings removed.
  • The Binson class now does not implement Map.
  • The BinsonArray class now does not implement List.

2.1, 2018-01-08

08 Jan 14:17
Compare
Choose a tag to compare

The BinsonParser class improved to allow for better control of memory allocation.
The client of the library can now set a maximum supported size of a Binson
object before the parsing is done. This can be important security.
In the previous release an OutOfMemoryException could be provoked by a
maliciously crafted Binson object.

binson-java 2.0

26 Sep 20:16
Compare
Choose a tag to compare

Stable release, FormatException renamed to BinsonFormatException in this release.

Jar file compiled with Java 7 is included in the release. Also a Javadoc zip file. Just unzip to read the documentation. It has some examples. Also see README.md file.

Release 1.5

16 Aug 06:32
Compare
Choose a tag to compare

Frans: Release 1.5. The BinsonArray.getXxx() method now throws
FormatException for unexpected element types.

Release 1.3

07 May 08:22
Compare
Choose a tag to compare

Minor updates.

Bug fix release

19 Jul 18:45
Compare
Choose a tag to compare

Minor bugs fixed.