Skip to content

Releases: centic9/commons-dost

1.3.4

02 Jun 11:47
Compare
Choose a tag to compare

1.3.3

1.3.2

29 Mar 14:20
Compare
Choose a tag to compare
  • Breaking Change: Convert SAXException to IOException when parsing a GPX file and add the file-name to the exception-information
  • Handle a number of slightly malformed GPX files, support a few date-time formats, tag "rtept", ...
  • Adjust ChromeDriverUtils slightly
  • Improve error message a process is killed by the watchdog, e.g. by timeout
  • Third party libraries updated
  • Improve tests, switch some more to JUnit 5

Full Changelog: 1.3.1...1.3.2

1.3.1

17 Feb 06:51
Compare
Choose a tag to compare
  • Adjust GPX parsing to support wpt
  • Update third party libraries
  • HttpClient: Avoid log about "invalid cookie header"
  • Start using JUnit 5 fully
  • Adjust URL use when looking for chromedriver binaries

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Jan 08:47
Compare
Choose a tag to compare
  • Add simple parser for GPX files
  • Update third-party libraries
  • Update to Gradle 8.6
  • Improve logging in ExecutionHelper
  • Deprecate method in ThreadUtils in favour of similar method in commons-lang3 (return-type changed from List to Collection)

Full Changelog: 1.2.0.3...1.3.0

1.2.0.3

18 Sep 20:34
Compare
Choose a tag to compare
  • Use URL for full JSON when looking for specific ChromeDriver-Version
  • More JavaDoc
  • Update commons-lang3

Full Changelog: 1.2.0.2...1.2.0.3

1.2.0.2

04 Aug 11:22
Compare
Choose a tag to compare
  • Update commons-io and JUnit
  • MappedCounterImpl: Gracefully handle remove() of non-existing value
  • MappedCounterImpl: Handle comparison of different types
  • ChromeDriverUtils: Handle new download location with Chrome 115+
  • Some log improvements
  • Increase test-coverage and avoid some flakiness

Full Changelog: 1.2.0.1...1.2.0.2

1.2.0.1

03 Jun 08:32
Compare
Choose a tag to compare
  • ChromeDriverUtils: Don't use hardcoded /tmp for temporary zip-file
  • Add MappedCounter.addAll() to combine values of two counters
  • Adjust for JKD 21
  • NanoHTTPD: Avoid StringIndexOutOfBounds on invalid header
  • Update third-party libraries
  • Add more coverage

Full Changelog: 1.2.0.0...1.2.0.1

1.2.0.0

28 Jan 21:49
Compare
Choose a tag to compare
  • Switch to minimum required Java version 11
  • Support Java version 17
  • Update JavaDoc and tests
  • Update third-party libraries
  • Update to Gradle 7.6

Full Changelog: 1.1.0.2...1.2.0.0

1.1.0.2

23 Sep 13:27
Compare
Choose a tag to compare
  • More test-coverage
  • Third party libraries updated
  • Exec: Format commandline in exceptions better
  • Switch to JUnit 5 Vintage
  • Improve DateParser.timeToReadable()
    • Support weeks
    • Support millis
    • Support negative values

Full Changelog: 1.1.0.1...1.1.0.2