Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Releases: aerokube/ggr

v1.2.3: working with old browsers

17 Jun 09:31
Compare
Choose a tag to compare

Fixes

  • #72 - balancer only works with two hubs
  • #78 - old Firefox versions support
  • #82 - ggr should fail to start when no users file exists
  • #83 - graceful shutdown does not work

v1.2.2: graceful shutdown

06 Jun 14:27
Compare
Choose a tag to compare

Fixes

  • #65 - remove GraceHttp
  • #70 - added graceful shutdown

v1.2.1: compatibility with w3c drivers

13 May 10:30
Compare
Choose a tag to compare

New features

  • #62 - ability to show ggr version

Fixes

  • #60 - panic when proxying directly to w3c driver
  • #61 - when listen port is used by another process Ggr silently exists

v1.2.0: uptime and last quota reload time

06 May 07:56
Compare
Choose a tag to compare

New features

  • #54 - showing uptime and last quota reload time in /ping

v1.1.3: timezone issues in Docker container

18 Apr 10:47
Compare
Choose a tag to compare

Fixes

  • #51 - added tzdata to Docker container
  • #53 - added logfile format documentation

v1.1.2: returning correct content type

15 Apr 19:56
Compare
Choose a tag to compare

Fixes

  • #48 - return correct content type on new session request

v1.1.1: minor request processing fixes

07 Apr 07:06
Compare
Choose a tag to compare

Improvements

  • Better README.md

Fixes

  • #43 - migrated to Go 1.8
  • #45 - proxying basic HTTP headers
  • #46 - correctly handing DELETE requests when closing windows in Selenium

v1.1.0: auth, multiple quota files, client disconnect

03 Feb 03:28
Compare
Choose a tag to compare

New features

  • #13 - delete session when client closes connection
  • #17 - add capability to work with multiple quota files
  • #19 - migrate to separate quota reload library
  • #24 - capability to restart gracefully
  • #36 - try all hosts before throwing error to user
  • #39 - godoc

Fixes

  • #27 - version processing issues
  • #31 - memory leak in route logic

v1.0.0: all basic functionalities ported from Java

06 Jul 13:27
Compare
Choose a tag to compare

#3 - port basic features code to Golang
#8 - add documentation
#9 - implement quota hot reload
#10 - improve logging
#11 - shorter session duration
#12 - need to consider X-Forwarded-For header
#14 - sent error message from hub to client