Skip to content

Commit

Permalink
Merge pull request #147 from liteflow-labs/chore/update-changelog-bet…
Browse files Browse the repository at this point in the history
…a-15

update changelog for beta 15
  • Loading branch information
antho1404 authored Mar 29, 2023
2 parents b6419ac + dd20c8b commit e650592
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/pages/graphql-api/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ title: 'Changelog'

# Changelog

## v1.0.0-beta.15

> Published the 2023-03-29
#### Breaking Changes

- Removed `assetExists` and `ownerExists` from filter `OwnershipFilter`
- Removed `isFollowed` and `isWatched` resolvers and filters from Account, Asset and Collection

#### Added

- New admin APIs:
- Add new `setRole` mutation only available to admins. This mutation let you change the role of any user and upgrade/downgrade them as admin.
- Add a new query `admins` returning the list of all the current admin of the platform
- Add autogenerated `slug` to `Asset` to identify any asset with an url-friendly identifier. This identifier is composed of the asset's name and a few random characters.

#### Changed

- Type of `Ownership.quantity` changed from `Uint256` to `Int256`
- Increase performance on resolvers on `Auction.winningOffer`, `collection.numberOfOwners`, `collection.totalListed`, `collection.supply`, and `asset.royalties`.

#### Fixed

- Fix results of filter `content: { match: XXX }` when the search contains multiple words, singular/plural and some other cases

## v1.0.0-beta.14

> Published the 2023-03-09
Expand Down
20 changes: 20 additions & 0 deletions docs/pages/webhook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ title: 'Changelog'

# Changelog

## v1.0.0-beta.15

> Published the 2023-03-29
#### Added

- Add new webhook types
- `TRADE_CREATED`
- `AUCTION_ENDED`
- `BID_EXPIRED`
- `OFFER_EXPIRED`
- `AUCTION_BID_EXPIRED`
- Add properties `type` and `auction` to `Offer` payload
- Add property `collection` to `Asset` payload
- Add type `chainId`

#### Changed

- Change type of `address` property to a dedicated `Address` type based on `string` type

## v1.0.0-beta.11

> Published the 2023-02-07
Expand Down

0 comments on commit e650592

Please sign in to comment.