Inventory Client Changelogs
[1.2.0-9] - 2023-02-16
Added
- Add session item reservation functions
[1.2.0-8] - 2023-02-03
Fixes
- Fix .NET backwards compatibility issue with
GetItemByIDsAsync
andGetProductByIDsAsync
methods
[1.2.0-7] - 2023-02-01
Changed
- Return inventory game props as
JObject
instances
[1.2.0-6] - 2023-01-31
Added
- Implement
GetHashCode
andEquals
operators forInventoryKey
, allowing for comparison of inventory keys
[1.2.0-5] - 2022-12-19
Fixed
Fixed compiler error in GetInventoryAsync
[1.2.0-4] - 2022-12-14
Changed
remove changelog from api doc
[1.2.0-3] - 2022-12-14
Added
- optional param
isExact
to functionGetInventoryAsync
[1.2.0-2] - 2022-12-14
Added
Production Definition:
Updated ProductItemDef
with new fields: IsSubscription
AddOnResubscribe
IsUnique
Tie an item to store subscription by ProductItemDef.IsSubscription
flag set to true. This automatically makes the item unique and expiry set to store subscription expiry.
On re-subscribe, give user the items in products that are flag to be given again on re-subscribe (ProductItemDef.AddOnResubscribe
). One of the other item in product must be a subscription.
Items given out in product can be non-aggregated without having expiry by setting AddOnResubscribe.IsUnique
flag to true.
Inventory Definition:
Updated InventoryDef with new field: Subscription
Track subscription streak in inventory with Subscription.SubscribeStreak
.
[1.1.0-2] - 2022-11-22
Added
- added query for multiple item ids and product ids
- query for product definition also include item definitions for items in the product
[1.0.1-4] - 2022-09-27
Changed
- update changelog
[1.0.1-3] - 2022-08-09
Changed
- change get record to start/end range
- update record format to match inventory service
[1.0.0-6] - 2022-07-11
Changed
- fix ios serialize issue
[1.0.0-1] - 2022-01-27
Added
- Initial implementation.