File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 4.3.0] - 2021-12-14
1111### Added
12- - New ` parse ` method in IpregistryClient for parsing user-agent header values.
12+ - New ` parse ` method in _ IpregistryClient _ for parsing user-agent header values.
1313### Deprecated
1414- Deprecate ` IpregistryConfigBuilder.withApiUrl ` in favor of ` IpregistryConfigBuilder.withBaseUrl ` .
15+ ### Fixed
16+ - Replace invalid ` operating_system ` field in _ UserAgent_ by ` os ` .
1517
1618## [ 4.2.0] - 2021-10-26
1719### Added
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export interface UserAgent {
6060
6161 engine : UserAgentEngine ;
6262
63- operating_system : UserAgentOperatingSystem ;
63+ os : UserAgentOperatingSystem ;
6464
6565}
6666
You can’t perform that action at this time.
0 commit comments