Skip to content

Releases: pace/bricks

v0.1.12: Merge pull request #100 from pace/99-support-http-header-parameters

05 Sep 12:39
9c61d67
Compare
Choose a tag to compare

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

  • fix network connection panics when marshalling payload
  • fix pace_http_response_size_bytes metric name #46
  • fix panic caused by context cancelled
  • fix typo and wrong file ext mention #67
  • fixes #81
  • fixes bug in the test

v0.1.11: Merge branch '73-return-403-on-scope-mismatch' into 'master'

04 Aug 18:21
Compare
Choose a tag to compare
  • 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'

04 Aug 18:20
Compare
Choose a tag to compare
  • allow access to testcase context (!38)

v0.1.9: Merge branch '47-support-testing-in-live' into 'master'

04 Aug 18:20
Compare
Choose a tag to compare

v0.1.8: Merge branch '44-fix-histogram-metrics' into 'master'

04 Aug 18:19
Compare
Choose a tag to compare
  • Fix metrics histogram negative value addition (#44)

v0.1.7

04 Aug 18:19
Compare
Choose a tag to compare
  • Default buckets for paceHTTPDuration are off (#43)

v0.1.6

04 Aug 18:19
Compare
Choose a tag to compare
  • Use unformatted query in postgres metrics (#42)

v0.1.5: Merge branch '41-more-metrics' into 'master'

04 Aug 18:19
Compare
Choose a tag to compare
  • implement metrics for redis, postgres and the generic pace http router (#41)

v0.1.4

04 Aug 18:18
Compare
Choose a tag to compare
  • add missing registration for pace API HTTP metrics

v0.1.3: Merge branch '38-use-new-google-jsonapi-library' into 'master'

04 Aug 18:18
Compare
Choose a tag to compare

Issues:

  • #37 Cloud API WEB v2 / Jarvis V1
  • #38 Use new google/jsonapi library

Other changes:

  • support for embedded array types in generated API
  • add iso8601 tag to time attributes
  • fixes validation tags for request types
  • fix relationship tag
  • reduces the number of pointers