Releases: 3scale/3scale-porta-go-client
Releases · 3scale/3scale-porta-go-client
v0.1.0
v0.0.5
Merge pull request #30 from 3scale/post-request-cb Adds a hook into HTTP request/response info for telemetry purposes
v0.0.4
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
v0.0.3
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
Changes
Exposes HTTP status codes to the caller
Initial release
Merge pull request #1 from 3scale/fakes Introduces Fake package