- events-search: Add a new
events/search
API endpoint. Allow users to search for identification events matching one or more search criteria, for example, visitor ID, IP address, bot detection result, etc. (3a45444)
- Fix problem with empty
Sibdivisions
array in theGeolocation
model (ebd29b3) - Fix scalar values serialization (affects
EventsUpdateRequest
) (123ca07)
- Add Related Visitors API (4f3030b)
- Add
relay
detection method to the VPN Detection Smart Signal (afcf2e9) - events: Add a
suspect
field to theidentification
product schema (afcf2e9)
The underlying Server API hasn’t changed, but we made SDK type and class generation more precise, resulting in small breaking changes for the SDK itself. This change should make the SDK API a lot more stable going forward
-
- Remove the
BrowserDetails
fieldbotProbability
. - Update the
IdentificationConfidence
fieldscore
type format:float
->double
. - Make the
RawDeviceAttributeError
fieldname
optional . - Make the
RawDeviceAttributeError
fieldmessage
optional . - events: Remove the
EventsResponse
fielderror
.- [note]: The errors are represented by
ErrorResponse
model.
- [note]: The errors are represented by
- events: Update the
HighActivity
fielddailyRequests
type format:number
->int64
. - events: Specify the
Tampering
fieldanomalyScore
type format:double
. - webhook: Make the
Webhook
fields optional:visitorId
,visitorFound
,firstSeenAt
,lastSeenAt
,browserDetails
,incognito
. - webhook: Make the
WebhookClonedApp
fieldresult
optional. - webhook: Make the
WebhookDeveloperTools
fieldresult
optional. - webhook: Make the
WebhookEmulator
fieldresult
optional. - webhook: Make the
WebhookFactoryReset
fieldstime
andtimestamp
optional. - webhook: Make the
WebhookFrida
fieldresult
optional. - webhook: Update the
WebhookHighActivity
fielddailyRequests
type format:number
->int64
. - webhook: Make the
WebhookIPBlocklist
fieldsresult
anddetails
optional. - webhook: Make the
WebhookJailbroken
fieldresult
optional. - webhook: Make the
WebhookLocationSpoofing
fieldresult
optional. - webhook: Make the
WebhookPrivacySettings
fieldresult
optional. - webhook: Make the
WebhookProxy
fieldresult
optional. - webhook: Make the
WebhookRemoteControl
fieldresult
optional. - webhook: Make the
WebhookRootApps
fieldresult
optional. - webhook: Make the
WebhookSuspectScore
fieldresult
optional. - webhook: Make the
WebhookTampering
fieldsresult
,anomalyScore
andantiDetectBrowser
optional. - webhook: Specify the
WebhookTampering
fieldanomalyScore
type format:double
. - webhook: Make the
WebhookTor
fieldresult
optional. - webhook: Make the
WebhookVelocity
fields optional:distinctIp
,distinctLinkedId
,distinctCountry
,events
,ipEvents
,distinctIpByLinkedId
,distinctVisitorIdByLinkedId
. - webhook: Make the
WebhookVirtualMachine
fieldresult
optional. - webhook: Make the
WebhookVPN
fields optional:result
,confidence
,originTimezone
,methods
. (5645bf0)
- Remove the
-
- Rename
BotdResult
->Botd
. - Rename
BotdDetectionResult
->BotdBot
:- Extract
result
type asBotdBotResult
.
- Extract
- Rename
ClonedAppResult
->ClonedApp
. - Rename
DeveloperToolsResult
->DeveloperTools
. - Rename
EmulatorResult
->Emulator
. - Refactor error models:
- Remove
ErrorCommon403Response
,ErrorCommon429Response
,ErrorEvent404Response
,TooManyRequestsResponse
,ErrorVisits403
,ErrorUpdateEvent400Response
,ErrorUpdateEvent409Response
,ErrorVisitor400Response
,ErrorVisitor404Response
,IdentificationError
,ProductError
. - Introduce
ErrorResponse
andErrorPlainResponse
.- [note]:
ErrorPlainResponse
has a different format{ "error": string }
and it is used only inGET /visitors
.
- [note]:
- Extract
error
type asError
. - Extract
error.code
type asErrorCode
.
- Remove
- Rename
EventResponse
->EventsGetResponse
. - Rename
EventUpdateRequest
->EventsUpdateRequest
. - Rename
FactoryResetResult
->FactoryReset
. - Rename
FridaResult
->Frida
. - Rename
IPLocation
->Geolocation
:- Rename
IPLocationCity
->GeolocationCity
. - Extract
subdivisions
type asGeolocationSubdivisions
. - Rename
Location
->GeolocationContinent
: - Introduce a dedicated type
GeolocationCountry
. - Rename
Subdivision
->GeolocationSubdivision
.
- Rename
- Rename
HighActivityResult
->HighActivity
. - Rename
Confidence
->IdentificationConfidence
. - Rename
SeenAt
->IdentificationSeenAt
. - Rename
IncognitoResult
->Incognito
. - Rename
IpBlockListResult
->IPBlocklist
:- Extract
details
type asIPBlocklistDetails
.
- Extract
- Rename
IpInfoResult
->IPInfo
:- Rename
IpInfoResultV4
->IPInfoV4
. - Rename
IpInfoResultV6
->IPInfoV6
. - Rename
ASN
->IPInfoASN
. - Rename
DataCenter
->IPInfoDataCenter
.
- Rename
- Rename
JailbrokenResult
->Jailbroken
. - Rename
LocationSpoofingResult
->LocationSpoofing
. - Rename
PrivacySettingsResult
->PrivacySettings
. - Rename
ProductsResponse
->Products
:- Rename inner types:
ProductsResponseIdentification
->ProductIdentification
,ProductsResponseIdentificationData
->Identification
,ProductsResponseBotd
->ProductBotd
,SignalResponseRootApps
->ProductRootApps
,SignalResponseEmulator
->ProductEmulator
,SignalResponseIpInfo
->ProductIPInfo
,SignalResponseIpBlocklist
->ProductIPBlocklist
,SignalResponseTor
->ProductTor
,SignalResponseVpn
->ProductVPN
,SignalResponseProxy
->ProductProxy
,ProxyResult
->Proxy
,SignalResponseIncognito
->ProductIncognito
,SignalResponseTampering
->ProductTampering
,SignalResponseClonedApp
->ProductClonedApp
,SignalResponseFactoryReset
->ProductFactoryReset
,SignalResponseJailbroken
->ProductJailbroken
,SignalResponseFrida
->ProductFrida
,SignalResponsePrivacySettings
->ProductPrivacySettings
,SignalResponseVirtualMachine
->ProductVirtualMachine
,SignalResponseRawDeviceAttributes
->ProductRawDeviceAttributes
,RawDeviceAttributesResultValue
->RawDeviceAttributes
,SignalResponseHighActivity
->ProductHighActivity
,SignalResponseLocationSpoofing
->ProductLocationSpoofing
,SignalResponseSuspectScore
->ProductSuspectScore
,SignalResponseRemoteControl
->ProductRemoteControl
,SignalResponseVelocity
->ProductVelocity
,SignalResponseDeveloperTools
->ProductDeveloperTools
. - Extract
identification.data
type asIdentification
.
- Rename inner types:
- Use PHP
array
instead ofRawDeviceAttributesResult
- Rename
RemoteControlResult
->RemoteControl
. - Rename
RootAppsResult
->RootApps
. - Rename
SuspectScoreResult
->SuspectScore
. - Rename
TamperingResult
->Tampering
. - Rename
TorResult
->Tor
. - Rename
VelocityResult
->Velocity
:- Rename
VelocityIntervals
->VelocityData
. - Rename
VelocityIntervalResult
->VelocityIntervals
.
- Rename
- Rename
VirtualMachineResult
->VirtualMachine
. - Rename the
Visit
fieldipLocation
typeDeprecatedIPLocation
->DeprecatedGeolocation
.- Instead of
DeprecatedIPLocationCity
use commonGeolocationCity
- Instead of
- Rename
Response
->VisitorsGetResponse
.- Omit extra inner type
ResponseVisits
- Omit extra inner type
- Rename
VpnResult
->VPN
.- Extract
confidence
type asVPNConfidence
. - Extract
methods
type asVPNMethods
.
- Extract
- Rename
WebhookVisit
->Webhook
.- Introduce new inner types:
WebhookRootApps
,WebhookEmulator
,WebhookIPInfo
,WebhookIPBlocklist
,WebhookTor
,WebhookVPN
,WebhookProxy
,WebhookTampering
,WebhookClonedApp
,WebhookFactoryReset
,WebhookJailbroken
,WebhookFrida
,WebhookPrivacySettings
,WebhookVirtualMachine
,WebhookHighActivity
,WebhookLocationSpoofing
,WebhookSuspectScore
,WebhookRemoteControl
,WebhookVelocity
,WebhookDeveloperTools
. (5645bf0)
- Introduce new inner types:
- Rename
- Added new
ipEvents
,distinctIpByLinkedId
, anddistinctVisitorIdByLinkedId
fields to thevelocity
Smart Signal. (5645bf0) -
- Make the
GeolocationCity
fieldname
required. - Make the
GeolocationSubdivision
fieldisoCode
required. - Make the
GeolocationSubdivision
fieldname
required. - Make the
IPInfoASN
fieldname
required . - Make the
IPInfoDataCenter
fieldname
required. - Add optional
IdentificationConfidence
fieldcomment
. - events: Add optional
Botd
fieldmeta
. - events: Add optional
Identification
fieldcomponents
. - events: Make the
VPN
fieldoriginCountry
required. - visitors: Add optional
Visit
fieldcomponents
. - webhook: Add optional
Webhook
fieldcomponents
. (5645bf0)
- Make the
- Remove
ipv4
format fromip
field inBotd
,Identification
,Visit
andWebhook
models. (5645bf0) - events: Add
antiDetectBrowser
detection method to thetampering
Smart Signal. (5645bf0)
-
- Remove the
BrowserDetails
fieldbotProbability
. - Update the
IdentificationConfidence
fieldscore
type format:float
->double
. - Make the
RawDeviceAttributeError
fieldname
optional . - Make the
RawDeviceAttributeError
fieldmessage
optional . - events: Remove the
EventsResponse
fielderror
.- [note]: The errors are represented by
ErrorResponse
model.
- [note]: The errors are represented by
- events: Update the
HighActivity
fielddailyRequests
type format:number
->int64
. - events: Specify the
Tampering
fieldanomalyScore
type format:double
. - webhook: Make the
Webhook
fields optional:visitorId
,visitorFound
,firstSeenAt
,lastSeenAt
,browserDetails
,incognito
. - webhook: Make the
WebhookClonedApp
fieldresult
optional. - webhook: Make the
WebhookDeveloperTools
fieldresult
optional. - webhook: Make the
WebhookEmulator
fieldresult
optional. - webhook: Make the
WebhookFactoryReset
fieldstime
andtimestamp
optional. - webhook: Make the
WebhookFrida
fieldresult
optional. - webhook: Update the
WebhookHighActivity
fielddailyRequests
type format:number
->int64
. - webhook: Make the
WebhookIPBlocklist
fieldsresult
anddetails
optional. - webhook: Make the
WebhookJailbroken
fieldresult
optional. - webhook: Make the
WebhookLocationSpoofing
fieldresult
optional. - webhook: Make the
WebhookPrivacySettings
fieldresult
optional. - webhook: Make the
WebhookProxy
fieldresult
optional. - webhook: Make the
WebhookRemoteControl
fieldresult
optional. - webhook: Make the
WebhookRootApps
fieldresult
optional. - webhook: Make the
WebhookSuspectScore
fieldresult
optional. - webhook: Make the
WebhookTampering
fieldsresult
,anomalyScore
andantiDetectBrowser
optional. - webhook: Specify the
WebhookTampering
fieldanomalyScore
type format:double
. - webhook: Make the
WebhookTor
fieldresult
optional. - webhook: Make the
WebhookVelocity
fields optional:distinctIp
,distinctLinkedId
,distinctCountry
,events
,ipEvents
,distinctIpByLinkedId
,distinctVisitorIdByLinkedId
. - webhook: Make the
WebhookVirtualMachine
fieldresult
optional. - webhook: Make the
WebhookVPN
fields optional:result
,confidence
,originTimezone
,methods
. (5645bf0)
- Remove the
-
- Rename
BotdResult
->Botd
. - Rename
BotdDetectionResult
->BotdBot
:- Extract
result
type asBotdBotResult
.
- Extract
- Rename
ClonedAppResult
->ClonedApp
. - Rename
DeveloperToolsResult
->DeveloperTools
. - Rename
EmulatorResult
->Emulator
. - Refactor error models:
- Remove
ErrorCommon403Response
,ErrorCommon429Response
,ErrorEvent404Response
,TooManyRequestsResponse
,ErrorVisits403
,ErrorUpdateEvent400Response
,ErrorUpdateEvent409Response
,ErrorVisitor400Response
,ErrorVisitor404Response
,IdentificationError
,ProductError
. - Introduce
ErrorResponse
andErrorPlainResponse
.- [note]:
ErrorPlainResponse
has a different format{ "error": string }
and it is used only inGET /visitors
.
- [note]:
- Extract
error
type asError
. - Extract
error.code
type asErrorCode
.
- Remove
- Rename
EventResponse
->EventsGetResponse
. - Rename
EventUpdateRequest
->EventsUpdateRequest
. - Rename
FactoryResetResult
->FactoryReset
. - Rename
FridaResult
->Frida
. - Rename
IPLocation
->Geolocation
:- Rename
IPLocationCity
->GeolocationCity
. - Extract
subdivisions
type asGeolocationSubdivisions
. - Rename
Location
->GeolocationContinent
: - Introduce a dedicated type
GeolocationCountry
. - Rename
Subdivision
->GeolocationSubdivision
.
- Rename
- Rename
HighActivityResult
->HighActivity
. - Rename
Confidence
->IdentificationConfidence
. - Rename
SeenAt
->IdentificationSeenAt
. - Rename
IncognitoResult
->Incognito
. - Rename
IpBlockListResult
->IPBlocklist
:- Extract
details
type asIPBlocklistDetails
.
- Extract
- Rename
IpInfoResult
->IPInfo
:- Rename
IpInfoResultV4
->IPInfoV4
. - Rename
IpInfoResultV6
->IPInfoV6
. - Rename
ASN
->IPInfoASN
. - Rename
DataCenter
->IPInfoDataCenter
.
- Rename
- Rename
JailbrokenResult
->Jailbroken
. - Rename
LocationSpoofingResult
->LocationSpoofing
. - Rename
PrivacySettingsResult
->PrivacySettings
. - Rename
ProductsResponse
->Products
:- Rename inner types:
ProductsResponseIdentification
->ProductIdentification
,ProductsResponseIdentificationData
->Identification
,ProductsResponseBotd
->ProductBotd
,SignalResponseRootApps
->ProductRootApps
,SignalResponseEmulator
->ProductEmulator
,SignalResponseIpInfo
->ProductIPInfo
,SignalResponseIpBlocklist
->ProductIPBlocklist
,SignalResponseTor
->ProductTor
,SignalResponseVpn
->ProductVPN
,SignalResponseProxy
->ProductProxy
,ProxyResult
->Proxy
,SignalResponseIncognito
->ProductIncognito
,SignalResponseTampering
->ProductTampering
,SignalResponseClonedApp
->ProductClonedApp
,SignalResponseFactoryReset
->ProductFactoryReset
,SignalResponseJailbroken
->ProductJailbroken
,SignalResponseFrida
->ProductFrida
,SignalResponsePrivacySettings
->ProductPrivacySettings
,SignalResponseVirtualMachine
->ProductVirtualMachine
,SignalResponseRawDeviceAttributes
->ProductRawDeviceAttributes
,RawDeviceAttributesResultValue
->RawDeviceAttributes
,SignalResponseHighActivity
->ProductHighActivity
,SignalResponseLocationSpoofing
->ProductLocationSpoofing
,SignalResponseSuspectScore
->ProductSuspectScore
,SignalResponseRemoteControl
->ProductRemoteControl
,SignalResponseVelocity
->ProductVelocity
,SignalResponseDeveloperTools
->ProductDeveloperTools
. - Extract
identification.data
type asIdentification
.
- Rename inner types:
- Use PHP
array
instead ofRawDeviceAttributesResult
- Rename
RemoteControlResult
->RemoteControl
. - Rename
RootAppsResult
->RootApps
. - Rename
SuspectScoreResult
->SuspectScore
. - Rename
TamperingResult
->Tampering
. - Rename
TorResult
->Tor
. - Rename
VelocityResult
->Velocity
:- Rename
VelocityIntervals
->VelocityData
. - Rename
VelocityIntervalResult
->VelocityIntervals
.
- Rename
- Rename
VirtualMachineResult
->VirtualMachine
. - Rename the
Visit
fieldipLocation
typeDeprecatedIPLocation
->DeprecatedGeolocation
.- Instead of
DeprecatedIPLocationCity
use commonGeolocationCity
- Instead of
- Rename
Response
->VisitorsGetResponse
.- Omit extra inner type
ResponseVisits
- Omit extra inner type
- Rename
VpnResult
->VPN
.- Extract
confidence
type asVPNConfidence
. - Extract
methods
type asVPNMethods
.
- Extract
- Rename
WebhookVisit
->Webhook
.- Introduce new inner types:
WebhookRootApps
,WebhookEmulator
,WebhookIPInfo
,WebhookIPBlocklist
,WebhookTor
,WebhookVPN
,WebhookProxy
,WebhookTampering
,WebhookClonedApp
,WebhookFactoryReset
,WebhookJailbroken
,WebhookFrida
,WebhookPrivacySettings
,WebhookVirtualMachine
,WebhookHighActivity
,WebhookLocationSpoofing
,WebhookSuspectScore
,WebhookRemoteControl
,WebhookVelocity
,WebhookDeveloperTools
. (5645bf0)
- Introduce new inner types:
- Rename
- Added new
ipEvents
,distinctIpByLinkedId
, anddistinctVisitorIdByLinkedId
fields to thevelocity
Smart Signal. (5645bf0) -
- Make the
GeolocationCity
fieldname
required. - Make the
GeolocationSubdivision
fieldisoCode
required. - Make the
GeolocationSubdivision
fieldname
required. - Make the
IPInfoASN
fieldname
required . - Make the
IPInfoDataCenter
fieldname
required. - Add optional
IdentificationConfidence
fieldcomment
. - events: Add optional
Botd
fieldmeta
. - events: Add optional
Identification
fieldcomponents
. - events: Make the
VPN
fieldoriginCountry
required. - visitors: Add optional
Visit
fieldcomponents
. - webhook: Add optional
Webhook
fieldcomponents
. (5645bf0)
- Make the
- Remove
ipv4
format fromip
field inBotd
,Identification
,Visit
andWebhook
models. (5645bf0) - events: Add
antiDetectBrowser
detection method to thetampering
Smart Signal. (5645bf0)
- Mark nullable types as an optional, will fix #123 (9e8f44a)
- Introduce
toPrettyString
in models that returns json encoded model in a pretty format (2e5010b) - visitors: Add the confidence field to the VPN Detection Smart Signal (4f809a0)
- Correctly handle boolean values in
updateEvent
method request body (d5a8d80) - Fix body in
updateEvent
method always being sent as empty json (acdc56e)
- Correctly handle boolean values in
updateEvent
method request body (d5a8d80)
- Introduce
toPrettyString
in models that returns json encoded model in a pretty format (2e5010b)
- Fix body in
updateEvent
method always being sent as empty json (acdc56e)
- visitors: Add the confidence field to the VPN Detection Smart Signal (4f809a0)
5.0.0 (2024-09-09)
- Renamed Error Response Model Names
ErrorEvent403ResponseError
→Common403ErrorResponse
ManyRequestsResponse
→TooManyRequestsResponse
- Webhook
tag
field is now optional - API Methods now throws
SerializationException
- API Methods returns tuple instead of models
- API Methods removed other than
getModel
- Upgraded minimum php version to 8.1
- Request logic is rewritten, Upgraded minimum php version to 8.1
- add Confidence Score v1.1
- add
remoteControl
,velocity
anddeveloperTools
signals (5bf9368) - add delete visitor data endpoint (a00f325)
- add retry after policy to api exception (64e0510)
- add support for validating webhook signatures inter-768 (6a4cbd6)
- add update event endpoint (PUT) (cb21d0b)
- change api to return tuple instead of serialized model (62e4ad3)
- introduce rawResponse for getVisits and getEvent methods (9b01ba6)
- introduce serialization exception (bfea23a)
- only generate models and docs from swagger codegen (26e984f)
- remove raw response and introduce with http info (ce2fedf)
- rewrite request logic (0016822)
- upgrade min php version to 8 (5698871)
- php-cs-fixer keep nullable return annotations (99011b7)
- serializaiton problem on sealed results (29cb26c)
- use linter with current config via docker (9613c34)
5.0.0-develop.3 (2024-09-09)
- php-cs-fixer keep nullable return annotations (99011b7)
5.0.0-develop.3 (2024-09-04)
- php-cs-fixer keep nullable return annotations (99011b7)
5.0.0-develop.2 (2024-09-04)
- use linter with current config via docker (9613c34)
5.0.0-develop.1 (2024-09-04)
- Renamed Error Response Model Names
ErrorEvent403ResponseError
→Common403ErrorResponse
ManyRequestsResponse
→TooManyRequestsResponse
- Webhook
tag
field is now optional - API Methods now throws
SerializationException
- API Methods returns tuple instead of models
- API Methods removed other than
getModel
- Upgraded minimum php version to 8.1
- Request logic is rewritten, Upgraded minimum php version to 8.1
- add
remoteControl
,velocity
anddeveloperTools
signals (5bf9368) - add delete visitor data endpoint (a00f325)
- add retry after policy to api exception (64e0510)
- add support for validating webhook signatures inter-768 (6a4cbd6)
- add update event endpoint (PUT) (cb21d0b)
- change api to return tuple instead of serialized model (62e4ad3)
- introduce rawResponse for getVisits and getEvent methods (9b01ba6)
- introduce serialization exception (bfea23a)
- only generate models and docs from swagger codegen (26e984f)
- remove raw response and introduce with http info (ce2fedf)
- rewrite request logic (0016822)
- upgrade min php version to 8 (5698871)
- serializaiton problem on sealed results (29cb26c)
4.1.0 (2024-03-26)
- deprecate support for PHP versions older than 8.1 (56042c3)
- README: fix badges formatting (779c726)
4.0.0 (2024-03-12)
- change models for the most smart signals
- make identification field
confidence
optional - deprecated
ipLocation
field usesDeprecatedIpLocation
model
- add
linkedId
field to theBotdResult
type (13d1998) - add
originCountry
field to thevpn
signal (d3763f9) - add
SuspectScore
smart signal support (aad70df) - change
url
field format from URI to regular String (425576e) - fix
ipLocation
deprecation (60c77d8) - make identification field
tag
required (fbcb954) - use shared structures for webhooks and event (49480f9)
- make fields required according to real API response (d129f54)
3.1.0 (2024-02-13)
- add method for decoding sealed results (2008cf6)
3.0.0 (2024-01-11)
IpInfo
fielddata_center
renamed todatacenter
2.2.0 (2023-11-27)
- add
highActivity
andlocationSpoofing
signals, supportoriginTimezone
forvpn
signal (e35961c)
2.1.1 (2023-09-19)
- update OpenAPI Schema with
asn
anddataCenter
signals (36fcfe3) - update OpenAPI Schema with
auxiliaryMobile
method for VPN signal (ab8c25a)
2.1.0 (2023-07-31)
- generate correct code for the RawDeviceAttributes signal (fd71960)
2.0.0 (2023-06-06)
- For
getVisits
method$before
argument is deprecated Use$pagination_key
instead.
- update schema with correct
IpLocation
format and doc updates (0318b55)
1.2.2 (2023-05-26)
1.2.1 (2023-05-26)
- update schema with improved documentation (69c8bab)
- update templates to correctly generate backtick symbol instead of html variant ` (bb7f732), closes #x60
1.2.0 (2023-05-16)
- update schema to introduce new signals (cc7640a)
1.1.0 (2023-03-01)
- guzzle: support laravel9 by guzzle 7.4 (4368166)
- laravel: support for 2 latest major laravel version (e648b5e)
1.1.0-develop.2 (2023-03-01)
- laravel: support for 2 latest major laravel version (e648b5e)
1.1.0-develop.1 (2023-03-01)
- guzzle: support laravel9 by guzzle 7.4 (4368166)
1.0.1 (2022-11-11)
- README: change description formatting (dd0acbe)
- README: extra information about regions (1310806)
- README: move tests section to bottom (c2b0bab)
1.0.0 (2022-11-02)
- We now have a mature version of the sdk
- remove beta disclaimer from readme (cb39ecd)
- README: add packagist badges (3aea456)
0.4.1 (2022-11-02)
- README: update installation instructions & introduce new tags on composer.json: (e8e6ad6)
0.4.0 (2022-11-02)
- add integration info query parameter (e4a6c18)
0.3.0 (2022-11-01)
- simplified configuration api (#40) (0ea6edd)
- update php version for public consts & simplify docs (#42) (18eb759)
- update schema to support url field for botd result (#32) (002542b)
- add force flag to rm command (#33) (b8d8b9d)
- api doc fixed for simpler use (#43) (dca0952)
- change prepareCmd command (#36) (ece2766)
- changed readme instructions & renamed organization name (334138c)
- posix error on releaserc (#38) (6a66999)
- updated list of ignored generated files (#37) (8fced34)
0.3.0-develop.7 (2022-11-01)
0.3.0-develop.6 (2022-11-01)
0.3.0-develop.5 (2022-10-31)
0.3.0-develop.4 (2022-10-26)
- changed readme instructions & renamed organization name (334138c)