Changelog
You’ll find more detailed changelogs in each SDKs Github repository, here we list the general changes of the platform.
[1.5.2] - 2021-11-18
Added
- Added a reference for how different types of events drive progress of other modules
[1.5.1] - 2021-11-17
Added
- Added a reference for Leaderboard webhooks
[1.5.0] - 2021-11-02
Added
- Added a method to Leaderboards v1 to reset leaderboard data for specific users
- Added Leaderboards V2 definitions
[1.4.0] - 2021-02-20
Added
- Added
challenge_description
to the Challenge object - Added
category_position
to the ChallengeWebhookPayload object - Added
webhook_type
to the ChallengeWebhookPayload object
[1.3.0] - 2021-02-02
Added
- Added a new get personal challenges route which returns all challenges despite their
type
. - Added a new route to get only unresolved challenges, i.e. will not display finished challenges.
[1.2.0] - 2020-12-07
Added
- Added
challenge_goal_condition
to theChallenge
object. - Added
challenge_reward_type
to theChallenge
object. - Added
image_xs
,image_s
,image_m
,image_l
andimage_xl
toBattlePass
object
Changed
- Changed type of
challenge_reward
in theChallenge
object from integer to string
[1.1.0] - 2020-12-04
Added
- Added Realtime Notification System for Challenges and Battle Passes
Changed
- Reworked Battle Pass System