Releases: ribasco/async-gamequery-lib
Releases · ribasco/async-gamequery-lib
1.0.2
1.0.1
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
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
- Aggregate:
For more details about this release, please refer to the following links
- https://github.com/ribasco/async-gamequery-lib/blob/master/CHANGELOG.md for more details
- Full changelog: agql-project-0.1.7...1.0.0
RELEASE-0.1.7
- Bug fix #30: Use UTF-8 as the default encoding
RELEASE-0.1.6
- Bug Fix #26: Updated steam web API URL to use HTTPS
RELEASE-0.1.5
RELEASE-0.1.4
- Bug fixes in Storefront web api (See Issue #12)
- Minor Optimizations in core web client
RELEASE-0.1.3
agql-project-0.1.3 [maven-release-plugin] copy for tag agql-project-0.1.3
RELEASE-0.1.2
- Performance optimization (Issue #3)