Release Notes
September 26, 2023
Features:
- Open Drop UI on Hub Console
- 2FA for Hub Console login
September 20, 2023
Features:
- Open Drops
- Minting metrics - for internally tracking mint speed
September 7, 2023
Features:
- Switch collection through HUB API - move a HUB-generated NFT from one HUB collection to another
- Retry with exponential backoff on all Solana RPC calls - this prevents the user from needing to trigger a retry in the case of an RPC failure
August 17, 2023
Features:
- Update mint through HUB API
- Collection mint details page on HUB Console (from Collection page, click on a token to view details)
- Query collection mints by ID
Fixes:
- Add downcasing of Polygon addresses
- Allow blank values on credit schedule on HUB Console
- Fix total mints of collection when a collection is imported
- Check organization balance before creating records to ensure no partial actions
August 3, 2023
Features:
- Transfer cNFTs through HUB API
- Index cNFT transfer transaction in or outside of HUB
- Charge different credits for normal vs compressed NFTs on Solana
Fixes:
- Fix managed transfer credit deductions. Credit now deducted for transfers.
July 27, 2023
Features:
- Create collections (MCC on Solana) -
createCollection
mutation - Mint 1:1's to collections -
mintToCollection
mutation - Import collection (MCC on Solana) -
ImportSolanaCollection
mutation - Mint compressed NFTs (set
"compressed": true
inmintToCollection
mutation)
Fixes:
- Mutations
retryDrop
andretryMint
now reset the drop/mint status - Email verification
July 6, 2023
Features:
- Transfer tokens out of Hub-created wallets
- Hub verifies before charging that the NFT to be transferred was created by Hub
- When someone transfer a token, we charge credits immediately
- Hub will show a token as transferred once the on-chain transaction is complete
June 27, 2023
Polygon support is here
Features:
- Create drops on Polygon
- Mint tokens on Polygon
- Point starter apps to Polygon drops
June 23, 2023
Features:
- Organization name is no longer unique
June 5, 2023
Features:
- Invite team members via email
- Deactivate/reactivate team members (organization owner only)
- Password recovery
- Retry a failed or pending mint via API (see docs for
retryMint
mutation here) - Edit user profile
Fixes:
- API supports use of input arguments in graphql mutations (in addition to using variables)
- Drop end-time validation
Misc:
- Additional documentation on Hub API Playground
- New open source repo for handling messages: hub-messages is a Redpanda consumer that listens for events emitted by different HUB services and sends related emails to users
May 25, 2023
Features:
- Owners can deactivate or reactivate members
- Update user profile
Fixes:
- Drop API validations, incl. end time is in the future, external and animation urls are urls, creator address are valid for the blockchain
- Convert UTC timestamps to user’s local time
- Display error messages when accepting an invite
- Down-case emails before saving invites and when comparing
May 18, 2023
Features:
- Credit purchasing completely automated
- Charge for creating wallets
- Image assets served from our asset proxy CDN
- Set animation URL on drops (ie video NFTs)
- Set profile image when creating an account (editing profile in review)
- Hub status page https://status.holaplex.com
- Hub API explorer https://api.holaplex.com
- Updated UX for creating drops
Fixes:
- API timestamps include the timezone (UTC)
- Error message when trying to create wallet for customer that already exists
- Get access to webhook action buttons by adding compact pill list
- More API validations on drop mutations