Skip to content

Releases: ekristen/go-project-template

v2.1.0-next.1

07 Feb 02:23
7ec0399
Compare
Choose a tag to compare
v2.1.0-next.1 Pre-release
Pre-release

2.1.0-next.1 (2025-02-07)

Features

  • implement new route defintion metholody and openapi gen (33666b8)
  • new cookie routes (420f76c)
  • openapi generating router (fe32179)
  • route registry (43e9cbc)

v2.0.0-next.2

07 Feb 02:21
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2025-02-07)

Features

  • implement new route defintion metholody and openapi gen (33666b8)
  • new cookie routes (420f76c)
  • openapi generating router (fe32179)
  • route registry (43e9cbc)

v2.0.3

04 Feb 12:49
c807af2
Compare
Choose a tag to compare

2.0.3 (2025-02-04)

Bug Fixes

  • deps: update module github.com/go-chi/chi/v5 to v5.2.1 (#133) (c807af2)

v2.0.2

03 Feb 16:45
cf85420
Compare
Choose a tag to compare

2.0.2 (2025-02-03)

Bug Fixes

  • deps: update module github.com/swaggest/rest to v0.2.71 (#130) (694edb2)

v2.0.1

03 Feb 16:42
5bebcc7
Compare
Choose a tag to compare

2.0.1 (2025-02-03)

Bug Fixes

  • deps: update module github.com/swaggest/jsonschema-go to v0.3.73 (#125) (5bebcc7)

v2.0.0

12 Jan 20:54
5e96929
Compare
Choose a tag to compare

2.0.0 (2025-01-12)

Features

  • chi /w rest and openapi and zap for logging (61e5b5b)

BREAKING CHANGES

  • while this is a template repo and not held to the same expectation of a project
    that is actually imported, I wanted to call out the major set of changes to the template with
    this update.
  • replacing gorilla/mux with chi/rest for openapi generation
  • replacing logrus with zap
  • updating to goreleaser@v2

v2.0.0-next.1

12 Jan 20:48
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2025-01-12)

Features

  • chi /w rest and openapi and zap for logging (61e5b5b)

BREAKING CHANGES

  • while this is a template repo and not held to the same expectation of a project
    that is actually imported, I wanted to call out the major set of changes to the template with
    this update.
  • replacing gorilla/mux with chi/rest for openapi generation
  • replacing logrus with zap
  • updating to goreleaser@v2

v1.8.0-next.1

12 Jan 20:15
Compare
Choose a tag to compare
v1.8.0-next.1 Pre-release
Pre-release

1.8.0-next.1 (2025-01-12)

Features

v1.7.1

23 Nov 14:16
d286ed7
Compare
Choose a tag to compare

1.7.1 (2024-11-23)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.10.0 (#95) (d286ed7)

v1.7.0

04 Nov 17:18
34c0da5
Compare
Choose a tag to compare

1.7.0 (2024-11-04)

Features