Skip to content

Releases: aerokube/ggr

v1.7.2: correctly processing extension capabilities in logs

31 Dec 09:25
6c523a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

v1.7.1: https support for /download/ API

31 Aug 18:03
b54a2f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.0...1.7.1

v1.7.0: case-insensitive platform matching

14 Feb 11:34
4208de9
Compare
Choose a tag to compare

What's Changed

  • Fix for #284 - Match platform without considering case by @vikmaksimenko in #372
  • Bump Golang to 1.20.0 by @vania-pooh in #374

New Contributors

  • @vikmaksimenko made their first contribution in #372

Full Changelog: 1.6.12...1.7.0

v1.6.12: Golang 1.19.3

24 Nov 16:43
c041f40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.11...1.6.12

v1.6.11: W3C deviceName capability for Appium

30 May 07:56
e83d8e5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.6.10...1.6.11

v1.6.10: firstMatch support

01 Feb 14:38
29e82c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.9...1.6.10

v1.6.9: client compatibility improvements

24 May 09:45
d9b0000
Compare
Choose a tag to compare

Improvements

  • #342 - better capability processing
  • #343 - documentation improvements

v1.6.8: advanced capability processing fixes

22 Mar 09:43
fb77d33
Compare
Choose a tag to compare

Fixes

  • #313 - issue with platform capability

Improvements

  • #316 - logging platform name
  • #317 - bump Golang to 1.14 and then to 1.16
  • #319 - migrate to Github Actions
  • #339 - print labels capability from extension capabilities

v1.6.7: root token and certificates

27 Mar 12:49
c386c97
Compare
Choose a tag to compare

New features

  • #298 - ability to specify root token

Improvements

  • #305 - added ca-certificates to Docker image

v1.6.6: profiling support

26 Oct 17:27
16fe0b3
Compare
Choose a tag to compare

New features

  • #281 - profiling (pprof) support
  • #290 - logging proxy errors

Fixes

  • #273 - correctly proxying HTTPS to external services
  • #294 - correctly working with gzipped requests

Improvements

  • #292 - do minimum locking on confLock