Skip to content

Releases: friendsofgo/gopherapi

v0.3.3

27 Aug 21:37
6097a2d
Compare
Choose a tag to compare

Instrumenting with Zipkin

v0.3.2

25 Aug 19:04
df17abe
Compare
Choose a tag to compare

Add context.Context to our layers and use it to log errors with additional information.

v0.3.1

02 Jun 17:09
Compare
Choose a tag to compare

Add Wire to build dependencies

v0.3.0

02 Jun 14:57
Compare
Choose a tag to compare

Add news endpoints:

Add a gopher

POST /gophers

Modify a gopher

PUT /gophers/{gopher_id}

Remove a gopher

DELETE /gophers/{gopher_id}

And refactor the code to start using Services.

Integration with CircleCI

09 Mar 17:05
5c2c7a8
Compare
Choose a tag to compare
Merge pull request #4 from friendsofgo/config_circle_ci

Add circleci configuration

Change package path

08 Mar 19:17
9dcf09f
Compare
Choose a tag to compare

The package directory was wrong, and pointed to a route that was not correct.

We fix all the calls to wrong packages and fix the module name.

Changes:
github.com/friendsofgo/gopher-api to github.com/friendsofgo/gopherapi

Testing http handlers

03 Mar 11:32
1e14e5e
Compare
Choose a tag to compare

On this release we've added a necessary tests for the current handlers.

Gopher API - Basic API

21 Feb 08:56
Compare
Choose a tag to compare

First version of the API, created for the next article

With only 2 endpoints:
Fetch all gophers

GET /gophers

Fetch a gopher by ID

GET /gophers/{gopher_id}