Skip to content

v3.28.1

Compare
Choose a tag to compare
@TheThingsBot TheThingsBot released this 27 Nov 13:55
· 2456 commits to v3.33 since this release

Added

  • The http.client.transport.compression experimental flag. It controls whether the HTTP clients used by the stack support gzip and zstd decompression of server responses. It is enabled by default.
  • The http.server.transport.compression experimental flag. It controls whether the HTTP servers used by the stack support gzip compression of the server response. It is enabled by default.

Changed

  • The Things Stack is now built with Go 1.21.
  • Statistics for gateways are now fetched in a single request.

Fixed

  • Resolve scroll jumps when selecting different tabs of a table in the Console.
  • BatchGetGatewayConnectionStats RPC rights check in certain cases.