Pybfbc2stats

Latest version: v0.8.1

Safety actively analyzes 622360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.8.1

This is the v0.8.1 release of pybfbc2stats.

Fixes
* [Raise Theater exceptions for non-compliant Project Rome responses](https://github.com/cetteup/pybfbc2stats/commit/3d1e02205246c52d8afb1ea51ee70cb748337196)

**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.8.0...v0.8.1

0.8.0

This is the v0.8.0 release of pybfbc2stats.

Features
* [Add project rome support](https://github.com/cetteup/pybfbc2stats/commit/4158bcd7c2b1b9bab73e9b2f006739c2aff24362)

Maintenance
* [chore(deps): update dependency pytest to v7.4.4](https://github.com/cetteup/pybfbc2stats/commit/105393103b13f7398fca47c16d2f1e0a9e6539c4)

**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.7.2...v0.8.0

0.7.2

This is the v0.7.2 release of pybfbc2stats.

Fixes
* [Parse struct length indicators as int when parsing values](https://github.com/cetteup/pybfbc2stats/commit/a5bafbae02c6097813a9fd6d7346e33eca52eec3)
* [Parse map values based on a magic key](https://github.com/cetteup/pybfbc2stats/commit/0b0308706d264cef790a1562a20141cc74801c50)
* [Add parse map for dogtags records](https://github.com/cetteup/pybfbc2stats/commit/12d5c86eb752c83b4f3459ab2768e5ae598760e6)
* [base64 decode dogtag record values](https://github.com/cetteup/pybfbc2stats/commit/dd1a102eecdfb09331f422461444f31acc9448b4)
* [Add fallback to string for FESL response parsing](https://github.com/cetteup/pybfbc2stats/commit/75c000f93d81ddd2e7133a4a502989aef20f0184)
* [Fix syntax error cause by partial commit](https://github.com/cetteup/pybfbc2stats/commit/7c7a0b4f9ba1c227b279c1b923bba16d203bf933)

**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.7.1...v0.7.2

0.7.1

This is the v0.7.1 release of pybfbc2stats.

Fixes
* [Remove usage of previously removed Payload.set](https://github.com/cetteup/pybfbc2stats/commit/a96c4f507d78876a16aa9bfad73c8963a2542ed3)
* [Return packet data with trailing \x00 in process_response_packet](https://github.com/cetteup/pybfbc2stats/commit/6455531fa5a65e51bc22cd1d6e02e7ff3ea26dab)

**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.7.0...v0.7.1

0.7.0

This is the v0.7.0 release of pybfbc2stats.

**Note**: Almost all code related to packet data handling has been rewritten. The structure of data returned by "public"/documented methods has not changed. However, values within those structures are now parsed to their respective types. Consider this a breaking change if your code relies on e.g. all dictionary values being returned as string.

Example

python
Response of client.lookup_usernames before
{
'namespace': 'XBL_SUB',
'userId': '987817822',
'userName': '"K5Q Blan"',
'xuid': '2533274872524999'
}

Response of client.lookup_usernames now
{
'namespace': 'XBL_SUB',
'userId': 987817822,
'userName': 'K5Q Blan',
'xuid': 2533274872524999
}


**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.6.4...v0.7.0

0.6.4

This is the v0.6.4 release of pybfbc2stats.

Fixes
* [Silently drop errors during client/connection shutdown](https://github.com/cetteup/pybfbc2stats/commit/5cff19cb81cd51840bf4a512ae303086cc25d5db)

**Full Changelog**: https://github.com/cetteup/pybfbc2stats/compare/v0.6.3...v0.6.4

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.