Skip to content

Releases: cetteup/pybfbc2stats

pybfbc2stats v0.8.1

24 Apr 10:26
Compare
Choose a tag to compare

pybfbc2stats v0.8.0

23 Apr 20:05
Compare
Choose a tag to compare

This is the v0.8.0 release of pybfbc2stats.

Features

Maintenance

Full Changelog: v0.7.2...v0.8.0

pybfbc2stats v0.7.2

pybfbc2stats v0.7.1

01 Dec 15:55
Compare
Choose a tag to compare

pybfbc2stats v0.7.0

01 Dec 15:52
Compare
Choose a tag to compare

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

# 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: v0.6.4...v0.7.0

pybfbc2stats v0.6.4

29 Nov 11:39
Compare
Choose a tag to compare

This is the v0.6.4 release of pybfbc2stats.

Fixes

Full Changelog: v0.6.3...v0.6.4

pybfbc2stats v0.6.3

27 Nov 07:19
Compare
Choose a tag to compare

This is the v0.6.3 release of pybfbc2stats.

Fixes

Maintenance

Full Changelog: v0.6.2...v0.6.3

pybfbc2stats v0.6.2

21 Sep 20:15
Compare
Choose a tag to compare

This is the v0.6.2 release of pybfbc2stats.

Fixes

Full Changelog: v0.6.1...v0.6.2

pybfbc2stats v0.6.1

20 Sep 14:17
Compare
Choose a tag to compare

This is the v0.6.1 release of pybfbc2stats.

Fixes

Full Changelog: v0.6.0...v0.6.1

pybfbc2stats v0.6.0

20 Sep 10:52
Compare
Choose a tag to compare