Releases: fingerprintjs/fingerprint-pro-server-api-go-sdk
Releases · fingerprintjs/fingerprint-pro-server-api-go-sdk
v3.1.0
3.1.0 (2023-05-11)
Features
- update schema and add more signals (8a7b0c3)
Bug Fixes
- update schema with correct Webhook Signals description (54f2085)
- update schema, add test for undescribed fields case (2d071a9)
v3.0.1
3.0.1 (2023-01-30)
Bug Fixes
- bump version in module name to v3 (3988bf6)
v3.0.0
3.0.0 (2023-01-30)
⚠ BREAKING CHANGES
- changed
before
parameter type from int32
to int64
Features
- change
before
parameter type in /visits endpoint (436f3bf)
Documentation
- README: fix invalid install command (fbb1769)
v2.0.0
2.0.0 (2023-01-23)
⚠ BREAKING CHANGES
StSeenAt
type renamed to SeenAt
Features
- generate new source file with updated swagger (1d94e69)
- introduce identification error into EventsResponse (925334e)
- store RetryAfter in ManyRequestsResponse (8239e3c)
- Update list of examples in generate.go (new errors) (a328ad6)
- update module name to github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2 (aec4af5)
Documentation
- README: update referenced module name (78f5dac)
v2.0.0-test.3
Features
- update module name to github.com/fingerprintjs/fingerprint-pro-server-api-go-sdk/v2 (aec4af5)
v2.0.0-test.2
Features
- introduce identification error into EventsResponse (925334e)
- store RetryAfter in ManyRequestsResponse (8239e3c)
v2.0.0-test.1
⚠ BREAKING CHANGES
StSeenAt
type renamed to SeenAt
Features
- generate new source file with updated swagger (1d94e69)
- Update list of examples in generate.go (new errors) (a328ad6)
v1.2.0
1.2.0 (2022-10-24)
Features
- update schema to support url field for botd result (5e0ec6c)
Documentation
- README: add different region to code example (3986d6d)
- README: add region section (a2342cd)
v1.1.0
1.1.0 (2022-09-19)
Features
- introduce /event/{request_id} endpoint (74a39b6)
v1.0.2
1.0.2 (2022-09-01)
Documentation