Releases: pace/bricks
Releases · pace/bricks
v0.1.12: Merge pull request #100 from pace/99-support-http-header-parameters
Changes
- add context transfer option
- add http size api metric #39
- add round tripper to set Request-Source header #46
- add UnmarshalMany function
- adds comment to generated code #80
- jsonapi: add some docu #39
- jsonapi: collect response size metric #39
- jsonapi: fix test #39
- jsonapi: r.r looks strange #39
- jsonapi: request size metric #39
- Make more go-pg options configurable, set defaults
- Makefile: command pace -> pb
- mark name as required argument instead of optional
- metrics: update documentation #46
- naming #46
- prometheus: add request source label #46
- retry round tripper: fix attempt counter
- Revert "metrics: update documentation #46"
- Test Marshal errors
- update readme and add more documentation #67
- Update tests for generator
- Use dind 18
- Use UnmarshalMany in generated code
Fixes
v0.1.11: Merge branch '73-return-403-on-scope-mismatch' into 'master'
- Rename and branding (#19, !39, !41)
- Implement multiple round trippers (#53, !40)
- Add other round trippers to
DefaultTransport
(#58, !43) - OAuth: Add scopes middleware (#55, !44)
- Write termination message (#60, !45)
- Testing and logging improvements (!46)
- OAuth2 env vars documentation (#59, !53)
- We should not retry if the context deadline is exceeded (#63, !54)
- Return correct error message if content type is wrong (#62, !52)
- Fix README: remove -u -> it updates zero log and breaks the pb cmd (!57)
- Return error correctly from oauth2 middleware (#71, !58)
- Add middleware that sometimes forces JSON API error responses (#72, !59)
- Return 403 response on scope mismatch (#73, !60)
v0.1.10: Merge branch 'livetest-with-ctx' into 'master'
- allow access to testcase context (!38)
v0.1.9: Merge branch '47-support-testing-in-live' into 'master'
- Adds livetest package #47
v0.1.8: Merge branch '44-fix-histogram-metrics' into 'master'
- Fix metrics histogram negative value addition (#44)
v0.1.7
v0.1.6
v0.1.5: Merge branch '41-more-metrics' into 'master'
- implement metrics for redis, postgres and the generic pace http router (#41)