Bricks Versions Save

A standard library for microservices.

v0.4.22

1 month ago

What's Changed

Full Changelog: https://github.com/pace/bricks/compare/v0.4.21...v0.4.22

v0.4.21

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pace/bricks/compare/v0.4.20...v0.4.21

v0.4.20

7 months ago

What's Changed

Full Changelog: https://github.com/pace/bricks/compare/v0.4.19...v0.4.20

v0.4.19

7 months ago

What's Changed

  • Generate "links" struct when specified in JSON API definition

Full Changelog: https://github.com/pace/bricks/compare/v0.4.18...v0.4.19

v0.4.18

7 months ago

What's Changed

  • Bumped Go Version to 1.21
  • Decimals which have a value of zero, won't get omitted in a json response

Full Changelog: https://github.com/pace/bricks/compare/v0.4.17...v0.4.18

v0.4.17

10 months ago

What's Changed

  • Bump google.golang.org/grpc from 1.46.2 to 1.53.0 #353 / #352
  • Bump go version to 1.20.6 to fix vulnerability GO-2023-1878
  • Fix TestHandlerWithLogSink by taking care about redirect as well

Full Changelog: v0.4.16...v0.4.17

v0.4.16

10 months ago

What's Changed

  • Fix pagination to not include the last item from the previously returned page.

Full Changelog: https://github.com/pace/bricks/compare/v0.4.15...v0.4.16

v0.4.15

11 months ago

What's Changed

  • Replace golvalidator dependency with fork, to allow uppercase UUIDs

Full Changelog: https://github.com/pace/bricks/compare/v0.4.14...v0.4.15

v0.4.14

1 year ago

What's Changed

  • Fix panic by appropriate handling of cancel() func with routine.RunNamed

Full Changelog: https://github.com/pace/bricks/compare/v0.4.13...v0.4.14

v0.4.13

1 year ago

What's Changed

  • Added a new BricksError to provide better support for application code errors
  • Added new pb generate error-definitions command to create BricksErrors based on a json specification

Full Changelog: https://github.com/pace/bricks/compare/v0.4.12...v0.4.13