Skip to content

Releases: ua-parser/uap-scala

uap-scala 0.10.0

02 Mar 01:27
988806d

Choose a tag to compare

This release updates uap-core to ec8322f, updates the SnakeYAML version 1.26, and includes a couple of other version updates related to the build.

uap-scala 0.5.0

06 Sep 11:40

Choose a tag to compare

This release updates uap-core to f4d16a53, updates the SnakeYAML version from 1.21 to 1.22, and includes a couple of other version updates related to the build.

uap-scala 0.4.0

09 Jul 09:42

Choose a tag to compare

This release updates uap-core to ua-parser/uap-core@590f66f, updates the SnakeYAML version from 1.20 to 1.21, and includes several other version updates related to the build and tests.

Note that while MiMa verifies binary compatibility with 0.3.0, the SnakeYAML version bump isn't compatible, so we've bumped the minor version number.

uap-scala 0.3.0

04 Apr 10:23

Choose a tag to compare

This release updates uap-core to fc570f37, updates the SnakeYAML version from 1.18 to 1.20, and removes methods that were deprecated in 0.2.0.

uap-scala 0.2.0

08 Jun 14:58

Choose a tag to compare

This release includes four changes: it updates uap-core to 14e2c8d7 (#22), updates the SnakeYAML version from 1.10 to 1.18 (#18), removes the Twitter Util util-collection dependency by replacing LruMap with a simple LinkedHashMap-based LRU cache (#18), and changes four methods (#21):

  1. Parser.get and CachingParser.get have been renamed to default.
  2. Parser.create and CachingParser.create are now fromInputStream and return the parser in a Try in order to protect against runtime exceptions from malformed inputs.

The get and create methods have been deprecated and will remain available until 0.3.0.

This release is cross-published for Scala 2.10, 2.11, and 2.12 (#18 and #20).