8000 Releases · TaloDev/godot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: TaloDev/godot

0.28.0 - Channel prop filtering, channel create options + temporary channel membership

25 May 11:28
fca6daf
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Support filtering channels and subscriptions by prop keys/values by @tudddorrr in #112
  • Add channel create options and temporary membership flag by @tudddorrr in #113

Full Changelog: 0.27.1...0.28.0

0.27.1

18 May 11:40
1f24210
Compare
Choose a tag to compare

What's Changed

Fixes

  • Encode space characters before making http requests by @tudddorrr in #110
  • Reset socket connection when logging out or identifying by @tudddorrr in #109

Full Changelog: 0.27.0...0.27.1

0.27.0 - Channel members API, Leaderboard entry options + prop filtering

11 May 07:34
82287d7
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Leaderboard get entry options, filter entries by prop key and/or value by @tudddorrr in #107

Features

Full Changelog: 0.26.0...0.27.0

0.26.0 - Private channels

22 Apr 14:55
2a7f4d5
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.25.0...0.26.0

0.25.0 - Saving across scenes + new demo

12 Apr 08:55
a34f9e5
Compare
Choose a tag to compare

What's Changed

Features

  • Overhaul saves to make it easier to save across scenes + new demo by @tudddorrr in #99

Fixes

  • fix: Add fallback for missing globalValue in player stats by @MrZak-dev in #101

Full Changelog: 0.24.0...0.25.0

0.24.0 - Typing, Godot 4.4, Global stat player metrics

02 Apr 21:25
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.23.0...0.24.0

0.23.0 - Socket error handling + new stat APIs

25 Mar 11:49
ee46026
Compare
Choose a tag to compare

What's Changed

Features

  • Add error_received signal to TaloSocket by @tudddorrr in #90
  • Add stats index, get, history and global history APIs by @tudddorrr in #92

Full Changelog: 0.22.0...0.23.0

0.22.0 - Channel signals & optimisations

04 Mar 21:42
8d156b3
Compare
Choose a tag to compare

This release contains a number of breaking changes which are documented below. We haven’t bumped the major version because we want to reserve the 1.0.0 version number for a future release.

Release notes

Additions

  • Added player_joined, player_left, channel_ownership_transferred and channel_deleted signals

Changes

  • get_live_config() now returns a TaloLiveConfig object
  • Talo.players.identify() and Talo.players.identify_steam() now return a TaloPlayer
  • Talo.players.update() now returns a TaloPlayer

Breaking changes

  • TimeUtils renamed to TaloTimeUtils
  • Talo.channels.get_channels() now returns a ChannelPage with a channels array, count and last_page flag
  • Talo.leaderboards.get_entries() now returns an EntriesPage with an entries array, count and last_page flag
  • Talo.leaderboards.add_entry() now returns an AddEntryResult with the returned entry and updated flag
  • Talo.player_auth.login() now returns a LoginResult enum with the available values OK, VERIFICATION_REQUIRED and FAILED
  • Talo entities and APIs now inherit from RefCounted instead of Node
  • TaloChannel.display_name is now TaloChannel.name
  • TaloFeedbackCategory.display_name is now TaloFeedbackCategory.name
  • TaloGameSave.display_name is now TaloGameSave.name
  • TaloPlayerGroup.display_name is now TaloPlayerGroup.name
  • TaloPlayerGroupStub.display_name is now TaloPlayerGroupStub.name
  • TaloSavedObject.object_name is now TaloSavedObject.name

What's Changed

Features

  • Let GameConfigAPI.get_live_config() return the TaloLiveConfig( useful for async program). by @Daylily-Zeleen in #83
  • Let some apis in PlayersAPI return TaloPlayer directly. by @Daylily-Zeleen in #84
  • Use LoginResult instead of returning a tuple like Array. by @Daylily-Zeleen in #81
  • Add EntriesPage, AddEntryResult and use them instead of returning tuple like Array. by @Daylily-Zeleen in #77
  • Add ChannelPage and use it instead of returning a tuple like Array. by @Daylily-Zeleen in #76
  • Add missing signals to ChannelsAPI: player_joined, player_left, channel_ownership_transferred, channels_deleted. by @Daylily-Zeleen in #72
  • Use RefCounted instead of Node for some classes. Rename "object_name" and "display_name" to "name". by @Daylily-Zeleen in #80

Fixes

  • Fix: Corrected URL data appending in get_entries method by @MrZak-dev in #71
  • Fix PlayerAuthAPI.forgot_password() has not handle error and change the type of last_error to TaloAuthError. by @Daylily-Zeleen in #82
  • Disallow SavesManager to emit SavesAPI's signals. by @Daylily-Zeleen in #75

Other

New Contributors

Full Changelog: 0.21.0...0.22.0

0.21.0 - Player presence

19 Feb 07:59
9cdff0c
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.20.0...0.21.0

0.20.0 - Find channel API

14 Feb 04:01
494ca10
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: 0.19.0...0.20.0

0