Skip to content

Releases: 3scale/3scale-porta-go-client

v0.1.0

16 Nov 17:34
v0.1.0
1056e4f
Compare
Choose a tag to compare
v0.1.0

v0.0.5

16 Jul 14:43
03546e7
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
Merge pull request #30 from 3scale/post-request-cb

Adds a hook into HTTP request/response info for telemetry purposes

v0.0.4

22 Jun 12:34
v0.0.4
8627410
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Changes

Added

  • Update the verification of raw URL string [#19]
  • Migrating to go modules [#20]
  • Extend ProxyRule struct to include mapping rules additions [#21]
  • Product/service json endpoints [#22]
  • Backend endpoints [#24]
  • Product endpoints [#26]
  • Product proxy read/update endpoints [#27]
  • Product application plans json endpoints [#28]
  • Product proxy deploy endpoint [#29]

Fixed

  • json error processing depending on response status code [#23]
  • fix json response parsing when not needed [#25]

v0.0.3

21 May 15:15
v0.0.3
4bef133
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Changes

  • Added License
  • Accounts list
  • Circle-ci tests and coverage
  • Tenant operations
  • New fields on Proxy, Plan, metric and services
  • Application list
  • User operations
  • Use basic auth to authenticate with 3scale Porta
  • New fields on Account

Fix

  • If the plan is in the state: published, and we try to send anything in the state_event param, the call will fail.

v0.0.2

23 Nov 12:05
91f46f5
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changes

Exposes HTTP status codes to the caller

Initial release

14 Nov 14:24
961a911
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
Merge pull request #1 from 3scale/fakes

Introduces Fake package