Skip to content

Releases: teran/linker

v0.1.0-rc9

v0.1.0-rc9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Dec 11:37
v0.1.0-rc9
4af8016

linker v0.1.0-rc9 release

Date: 2024-12-15T11:35:37Z

Changelog

  • 4af8016 Bump github.com/teran/appmetrics from 0.0.1 to 0.1.0 (#21)
  • 3c4e1a2 Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#20)
  • 41a80d0 Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0 (#19)

v0.1.0-rc8

v0.1.0-rc8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Nov 22:05
v0.1.0-rc8
50392cf

linker v0.1.0-rc8 release

Date: 2024-11-30T22:03:05Z

Changelog

  • 50392cf Add referrer header to log (#18)
  • 5884bda Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#17)
  • 9f19d2d Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#16)

v0.1.0-rc7

v0.1.0-rc7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Nov 03:16
v0.1.0-rc7
5ab437a

linker v0.1.0-rc7 release

Date: 2024-11-13T03:14:41Z

Changelog

  • 5ab437a Add memcache ping if they're enabled (#15)

v0.1.0-rc6

v0.1.0-rc6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Nov 02:58
v0.1.0-rc6
aa23528

linker v0.1.0-rc6 release

Date: 2024-11-13T02:56:08Z

Changelog

  • aa23528 Add read-through metadata cache (#14)
  • 5ece74d Use protobuf for kafka messages (#13)
  • 5a2f339 Move service & presenter to dedicated subpackage (#12)

v0.1.0-rc5

v0.1.0-rc5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 21:31
v0.1.0-rc5
94979bb

linker v0.1.0-rc5 release

Date: 2024-11-11T21:29:31Z

Changelog

v0.1.0-rc4

v0.1.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 21:18
v0.1.0-rc4
b73a426

linker v0.1.0-rc4 release

Date: 2024-11-11T21:15:55Z

Changelog

  • b73a426 Add ability to use HTTP header to obtain client IP (#8)

v0.1.0-rc3

v0.1.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Nov 08:36
v0.1.0-rc3
1a2a427

linker v0.1.0-rc3 release

Date: 2024-11-11T08:33:54Z

Changelog

v0.1.0-rc2

v0.1.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Nov 20:50
v0.1.0-rc2
52be13e

linker v0.1.0-rc2 release

Date: 2024-11-10T20:48:05Z

Changelog

  • 52be13e Add request timestamp (#6)
  • 5677abe Fix missing default parameters in case of their absent in the request (#5)

v0.1.0-rc1

v0.1.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Nov 16:29
v0.1.0-rc1
ba2020e

linker v0.1.0-rc1 release

Date: 2024-11-10T16:26:56Z

Changelog

  • ba2020e Allow rc releases & add header for releases (#4)
  • 9a95fa6 Update README with project status (#3)
  • d8d61aa Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#2)
  • 996cbe4 Add CI/CD workflows (#1)
  • 74ca6c1 Initial commit with the most of the logic