Skip to content

Releases: mtraver/gaelog

v1.1.4

14 Oct 20:54
Compare
Choose a tag to compare

Upgrade dependencies.

v1.1.3

16 Jul 03:50
Compare
Choose a tag to compare

Upgrade dependencies.

v1.1.2

22 May 03:45
Compare
Choose a tag to compare

Upgrade dependencies.

v1.1.1

24 Mar 02:19
Compare
Choose a tag to compare

Upgrade dependencies, including fix for CVE-2022-41723

Uncontrolled resource consumption in golang.org/x/net:
https://nvd.nist.gov/vuln/detail/CVE-2022-41723

v1.1.0

08 Feb 01:27
Compare
Choose a tag to compare

Upgrade dependencies, dropping support for Go versions < 1.17

Recent versions of golang.org/x/sys use unsafe.Slice, which was introduced in Go 1.17. This package maintained compatibility with Go 1.16 because for a long time that was the latest version of Go that App Engine supported.

App Engine now supports Go 1.19 so we no longer need to keep from upgrading this package. If you're still using the go116 runtime then don't upgrade this package past v1.0.1.

v1.0.1

15 Nov 23:05
Compare
Choose a tag to compare

Fix bug regarding fetching project ID from metadata service

In the case that GAE env vars aren't set, a request to the metadata server was made on each request.
If that request fails, the overall request time increases noticeably. For example, during development
when the metadata service isn't reachable, all requests are slow.

Now a request is sent to the metadata service only once and the result is memoized for future use.
This will speed up requests in production as well.

Cloud Run env vars are also now checked first before contacting the metadata service, so the
call should be eliminated entirely if we're not on Cloud Run.

v1.0.0

29 Oct 02:20
Compare
Choose a tag to compare
  • Add support for log correlation on Cloud Run
  • Fix test failure related to Google application credentials
  • Increase test coverage

v0.2.4

20 Jul 00:48
Compare
Choose a tag to compare

Upgrade dependencies

v0.2.3

29 Jan 19:35
Compare
Choose a tag to compare

Upgrade dependencies

v0.2.2

25 Apr 05:48
Compare
Choose a tag to compare

Upgrade dependencies