Skip to content

Releases: JamesMCo/python_mcc_api

v1.3.1

13 Mar 12:29
v1.3.1
75f845a
Compare
Choose a tag to compare
  • Update Island API schema to target v25.03.13
    • Adds description field to the Cosmetic type

v1.3.0

10 Feb 19:07
v1.3.0
84419fd
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

This release removes:

  • the evolution, level, nextEvolutionLevel, and nextLevelProgress fields from the CrownLevel type, and
  • the gems field from the Currency type

in the Island API schema, in line with their removal from the API itself. The levelData field should be used instead for the fields removed from the CrownLevel type, and there is no replacement field for the gems field.

Changelog

  • Update Island API schema to target v25.02.10
    • Adds sellingPrice and globalNumberCaught methods to the Fish type
    • Adds globalNumberOwned field to the Cosmetic type
    • Removes deprecated fields from the CrownLevel and Currency types (as described above)

v1.2.0

17 Dec 22:45
v1.2.0
c6b3494
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

This release removes the value field from the Statistics type in the Island API schema, in line with its removal from the API itself. The rotationValue field should be used instead.

Changelog

  • Update Island API schema to target v24.12.17
    • Adds A.N.G.L.R. Tokens to the Currency type through the anglrTokens field
    • Adds cosmetics to the Collections type through the cosmetics and equippedCosmetics fields
    • Adds MCC+ subscription status to the Player type through the mccPlusStatus field
    • Deprecates the gems field of the Currency type (until its removal from the API, the API will always return 0 for this field)
    • Adds fish to the Collections type through the fish field
    • Consolidates level data into one LevelData type, used by the CrownLevel type for both overall Island levels and fishing levels
    • Removes the value field from the Statistics type (as described above)

v1.1.8

04 Dec 21:13
v1.1.8
ed0466e
Compare
Choose a tag to compare
  • Update Island API schema to target v24.12.04
    • Adds ANGLER value to TrophyCategory enum
    • Adds evolution field to CrownLevel type

v1.1.7

20 Aug 13:04
v1.1.7
7425123
Compare
Choose a tag to compare
  • Update Event API to target v1.6.0
    • Adds platform parameter to event.Creator object returned by participant-related endpoints
    • Increases ratelimit from 40 requests per minute to 200 requests per minute

v1.1.6

19 Aug 20:06
v1.1.6
7caaa79
Compare
Choose a tag to compare
  • Fix event module not including get_participant in __all__

V1.1.5

19 Aug 19:24
v1.1.5
521e913
Compare
Choose a tag to compare
  • Update Event API to target v1.5.0
    • Adds event.get_participant function and event.ParticipantResponse object to support calling /vq/participant/` endpoint
    • Adds team parameter to event.Creator object returned by participant-related endpoints

v1.1.4

03 Jul 16:37
v1.1.4
1b0bd18
Compare
Choose a tag to compare
  • Update Event API to target v1.4.0
    • Adds event.get_events function and event.EventsResponse object to get all event keys made available by the Event API and able to be used in calls to event.get_rundown.

v1.1.3

25 May 18:00
v1.1.3
31df71c
Compare
Choose a tag to compare
  • Update Event API to target v1.3.3
    • Adds icon field to Creator objects returned by calls to event.get_participants

v1.1.2

10 May 19:59
v1.1.2
81e6d59
Compare
Choose a tag to compare
  • Update Island API schema to target v24.05.02
    • Deprecates value field of Statictics type, and adds rotationValue field which should be used instead
    • Adds leaderboard and rotations fields to Statistic type
    • Adds LeaderboardEntry type
    • Adds Rotation enum
    • Adds queries for statistic (a statistic by name), nextRotation (when a rotation of a given type will next occur), and previousRotation (when a rotation of a given type last occurred)