Skip to content

Releases: ribasco/async-gamequery-lib

1.0.2

18 Jun 01:21
Compare
Choose a tag to compare
  • Fixed #59: Close previous connection on retry
  • Fixed #60: Added missing overloaded constructor for Web API clients.
  • Fixed #61: Add new Http Option for web api key

Full Changelog: 1.0.1...1.0.2

1.0.1

08 Jun 19:08
Compare
Choose a tag to compare

1.0.1 - Bug fixes/enhancements

  • 03e5dfe Fixed #58: Use a single EventLoopGroup instance for clients that share the same ExecutorService
  • 03e5dfe Fixed RejectedExecutionException that is thrown when a client is instantiated and used more than once in the same process
  • 008564f Downgraded some error log statements to debug
  • 2192fa4 Propagate exceptions thrown from the callback defined in getServers of Master Query module
  • Full Changelog: 1.0.0...1.0.1

RELEASE-1.0.0

29 May 12:25
Compare
Choose a tag to compare

Notable changes in 1.0

  • Re-licensed project to Apache 2.0
  • Core imporvements for increased performance and efficiency
  • Built-in failsafe features for Query and Rcon modules
  • Introduced new Steam Web API interfaces and methods
  • Clash of Clash Web API has been deprecated
  • Improved interactive examples
  • New/updated project artifacts
    • Aggregate: agql-<version>.jar
    • RCON: agql-source-rcon-<version>.jar
    • Log Listener: agql-source-log-<version>.jar

For more details about this release, please refer to the following links

RELEASE-0.1.7

11 Nov 03:26
Compare
Choose a tag to compare
  • Bug fix #30: Use UTF-8 as the default encoding

RELEASE-0.1.6

02 Nov 07:12
Compare
Choose a tag to compare
RELEASE-0.1.6 Pre-release
Pre-release
  • Bug Fix #26: Updated steam web API URL to use HTTPS

RELEASE-0.1.5

09 Sep 09:49
Compare
Choose a tag to compare
RELEASE-0.1.5 Pre-release
Pre-release

RELEASE-0.1.4

14 Mar 12:44
Compare
Choose a tag to compare
RELEASE-0.1.4 Pre-release
Pre-release
  • Bug fixes in Storefront web api (See Issue #12)
  • Minor Optimizations in core web client

RELEASE-0.1.3

17 Feb 09:46
Compare
Choose a tag to compare
RELEASE-0.1.3 Pre-release
Pre-release
agql-project-0.1.3

[maven-release-plugin] copy for tag agql-project-0.1.3

RELEASE-0.1.2

24 Jan 08:31
Compare
Choose a tag to compare
RELEASE-0.1.2 Pre-release
Pre-release
  • Performance optimization (Issue #3)

RELEASE-0.1.1

04 Jan 10:23
Compare
Choose a tag to compare
RELEASE-0.1.1 Pre-release
Pre-release
  • Added missing implementation for SteamCheatReportingService. (Issue #1)
  • Source rcon client now re-authenticates itself from server on error. (Issue #2)